12345678910111213141516171819202122232425262728293031323334353637383940 |
- Name: __MKIT_PROJ_PKGNAME__
- Version: __MKIT_PROJ_VERSION__
- Release: 1%{?dist}
- Summary: __MKIT_PROJ_PKGNAME__ - __MKIT_PROJ_TAGLINE__
-
- License: LGPLv2
- Source0: %{name}-%{version}.tar.gz
-
- BuildArch: noarch
- BuildRequires: coreutils git
- Requires: imapfilter
- Requires: shellfu-bash
- Requires: shellfu-bash-core
- Requires: shellfu-bash-extras
-
- %description
- imapdomo is simple convenience wrapper around imapfilter that
- adds few more Lua functions and suggests some system to way how you can
- organize your mail filtering and/or migrations, etc.
-
- %prep
- %setup -q
-
-
- %build
- # %%configure
- make %{?_smp_mflags}
-
- %install
- %make_install
-
- %files
- %dir /usr/share/imapdomo
- /usr/bin/imapdomo
- /usr/share/imapdomo/common.lua
- /usr/share/imapdomo/main.lua
-
- %changelog
-
- # specfile built with MKit __MKIT_SELF_VERSION__
|