imapfilter convenience wrapper

template.spec 847B

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