From 96c64763ad8d08489415cbde48635112fe7958f8 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Mon, 4 Jul 2011 15:48:13 +0100 Subject: Separate package for kolab-server (/usr/sbin/kolabd) --- configure.ac | 2 +- pykolab.spec.in | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 68cb90e..6da4591 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([pykolab], 0.1) -AC_SUBST([RELEASE], 0.2) +AC_SUBST([RELEASE], 0.3) AC_CONFIG_SRCDIR(pykolab/constants.py.in) diff --git a/pykolab.spec.in b/pykolab.spec.in index 31388de..40075eb 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -39,6 +39,18 @@ Requires: pykolab = %{version}-%{release} Kolab SASL Authentication Daemon for multi-domain, multi-authn database deployments ## +## Kolab Server implemented in Python +## +%package -n kolab-server +Summary: Kolab Server implemented in Python +Group: Applications/System +BuildRequires: intltool, gettext, python +Requires: pykolab = %{version}-%{release} + +%description -n kolab-server +Kolab Server implemented in Python + +## ## Kolab SMTP Access Policy for Postfix ## %package -n postfix-kolab @@ -72,7 +84,6 @@ rm -rf %{buildroot} %{_bindir}/* %{_sbindir}/kolab %{_sbindir}/kolab-conf -%{_sbindir}/kolabd %config(noreplace) %{_sysconfdir}/kolab/kolab.conf %{_datadir}/pykolab/ @@ -81,6 +92,11 @@ rm -rf %{buildroot} %doc AUTHORS ChangeLog COPYING %{_sbindir}/kolab-saslauthd +%files -n kolab-server +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING +%{_sbindir}/kolabd + %files -n postfix-kolab %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING -- cgit v1.1