imapfilter convenience wrapper

template.spec 834B

12345678910111213141516171819202122232425262728293031323334353637
  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. Requires: %shellfu_req
  11. Requires: imapfilter
  12. Requires: shellfu-bash-pretty
  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. make %{?_smp_mflags}
  21. %install
  22. %make_install
  23. %files
  24. %dir %{_datadir}/%{name}
  25. %{_bindir}/%{name}
  26. %{_datadir}/%{name}/imapdomo.lua
  27. %{_datadir}/%{name}/main.lua
  28. %changelog
  29. # specfile built with MKit __MKIT_MKIT_VERSION__