diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 14:29:19 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 14:29:19 +0100 |
commit | c6afa01abf303dcc83ba1967c31832e14fd23b73 (patch) | |
tree | 1fe834d0f3b632663a7380bd0d8055fdf0b37444 /pykolab.spec.in | |
parent | cd5febfb7be4ae4907759c0518cfe16a6c07289e (diff) | |
download | pykolab-c6afa01abf303dcc83ba1967c31832e14fd23b73.tar.gz |
Update the packaging / release
Diffstat (limited to 'pykolab.spec.in')
-rw-r--r-- | pykolab.spec.in | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/pykolab.spec.in b/pykolab.spec.in index 94b6a98..215930a 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -27,6 +27,31 @@ BuildRequires: intltool, gettext, python %description -n kolab-cli Kolab CLI utilities +## +## Kolab SASL Authentication Daemon +## +%package -n kolab-saslauthd +Summary: Kolab SASL Authentication Daemon +Group: Applications/System +BuildRequires: intltool, gettext, python +Requires: pykolab = %{version}-%{release} + +%description -n kolab-saslauthd +Kolab SASL Authentication Daemon for multi-domain, multi-authn database deployments + +## +## Kolab SMTP Access Policy for Postfix +## +%package -n postfix-kolab +Summary: Kolab SMTP Access Policy for Postfix +Group: Applications/System +BuildRequires: intltool, gettext, python +Requires: postfix +Requires: pykolab = %{version}-%{release} + +%description -n postfix-kolab +Kolab SMTP Access Policy for Postfix + %prep %setup -q @@ -46,10 +71,22 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README README.tests %{_bindir}/* -%{_sbindir}/* +%{_sbindir}/kolab +%{_sbindir}/kolab-conf +%{_sbindir}/kolabd %config(noreplace) %{_sysconfdir}/kolab/kolab.conf %{_datadir}/pykolab/ +%files -n kolab-saslauthd +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING +%{_sbindir}/kolab-saslauthd + +%files -n postfix-kolab +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING +%{_libexecdir}/postfix/kolab_smtp_access_policy + %changelog * @DATESTAMP@ Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> @VERSION@-@RELEASE@ - Initial package of new upstream version |