imapfilter convenience wrapper

template.spec 888B

123456789101112131415161718192021222324252627282930313233343536373839
  1. %global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
  2. Name: __MKIT_PROJ_PKGNAME__
  3. Version: __MKIT_PROJ_VERSION__
  4. Release: 1%{?dist}
  5. Summary: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  6. URL: __MKIT_PROJ_VCS_BROWSER__
  7. License: GPLv2
  8. Source0: %{name}-%{version}.tar.gz
  9. BuildArch: noarch
  10. BuildRequires: make
  11. Requires: %shellfu_req
  12. Requires: imapfilter
  13. Requires: shellfu-bash-pretty
  14. %description
  15. imapdomo is simple convenience wrapper around imapfilter that
  16. adds few more Lua functions and suggests some system to way how you can
  17. organize your mail filtering and/or migrations, etc.
  18. %prep
  19. %setup -q
  20. %build
  21. make %{?_smp_mflags}
  22. %install
  23. %make_install
  24. %files
  25. %dir %{_datadir}/%{name}
  26. %{_bindir}/%{name}
  27. %{_datadir}/%{name}/imapdomo.lua
  28. %{_datadir}/%{name}/imaprules.lua
  29. %{_datadir}/%{name}/main.lua
  30. %changelog
  31. # specfile built with MKit __MKIT_MKIT_VERSION__