imapfilter convenience wrapper

imapdomo.spec 795B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Name: __MKIT_PROJ_PKGNAME__
  2. Version: __MKIT_PROJ_VERSION__
  3. Release: 1%{?dist}
  4. Summary: __MKIT_PROJ_PKGNAME__ - __MKIT_PROJ_TAGLINE__
  5. License: LGPLv2
  6. Source0: %{name}-%{version}.tar.gz
  7. BuildArch: noarch
  8. BuildRequires: coreutils git
  9. Requires: imapfilter
  10. Requires: shellfu-bash
  11. Requires: shellfu-bash-core
  12. Requires: shellfu-bash-extras
  13. %description
  14. imapdomo is simple convenience wrapper around imapfilter that
  15. adds few more Lua functions and suggests some system to way how you can
  16. organize your mail filtering and/or migrations, etc.
  17. %prep
  18. %setup -q
  19. %build
  20. # %%configure
  21. make %{?_smp_mflags}
  22. %install
  23. %make_install
  24. %files
  25. %dir /usr/share/imapdomo
  26. /usr/bin/imapdomo
  27. /usr/share/imapdomo/common.lua
  28. /usr/share/imapdomo/main.lua
  29. %changelog
  30. # specfile built with MKit __MKIT_SELF_VERSION__