imapfilter convenience wrapper

imapdomo.spec 767B

123456789101112131415161718192021222324252627282930313233343536373839
  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-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. # %%configure
  20. make %{?_smp_mflags}
  21. %install
  22. %make_install
  23. %files
  24. %dir /usr/share/imapdomo
  25. /usr/bin/imapdomo
  26. /usr/share/imapdomo/common.lua
  27. /usr/share/imapdomo/main.lua
  28. %changelog
  29. # specfile built with MKit __MKIT_SELF_VERSION__