Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit courier-authlib
- From: root@xxxxxxx (h_root)
- Date: Tue, 1 Aug 2006 16:48:05 +0200 (CEST)
- Message-id: <20060801144805.A9B1D94E91@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package courier-authlib
checked in at Tue Aug 1 16:48:05 CEST 2006.
--------
--- courier-authlib/courier-authlib.changes 2006-03-27 11:54:10.000000000 +0200
+++ courier-authlib/courier-authlib.changes 2006-08-01 12:15:31.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 1 12:14:40 CEST 2006 - mskibbe@xxxxxxx
+
+- Add mysql, pipe, pgsql sub-packages
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.p1Qcx6/_old 2006-08-01 16:47:53.000000000 +0200
+++ /var/tmp/diff_new_pack.p1Qcx6/_new 2006-08-01 16:47:53.000000000 +0200
@@ -11,10 +11,10 @@
# norootforbuild
Name: courier-authlib
-BuildRequires: gcc-c++ openldap2-devel pam-devel
+BuildRequires: expect gcc-c++ mysql-devel openldap2-devel pam-devel postgresql-devel
Summary: Courier Authentication Library
Version: 0.58
-Release: 8
+Release: 14
License: GPL
Group: Productivity/Networking/Email/Servers
URL: http://www.courier-mta.org/imap/
@@ -67,6 +67,42 @@
+%package mysql
+Summary: MySQL support for the Courier authentication library
+Group: Productivity/Networking/Email/Servers
+Requires: courier-authlib = %{version} mysql-shared
+
+%description mysql
+This package installs MySQL support for the Courier authentication
+library. Install this package in order to be able to authenticate using
+MySQL.
+
+
+
+%package pgsql
+Summary: PostgreSQL support for the Courier authentication library
+Group: Productivity/Networking/Email/Servers
+Requires: courier-authlib = %{version}
+
+%description pgsql
+This package installs PostgreSQL support for the Courier authentication
+library. Install this package in order to be able to authenticate using
+PostgreSQL.
+
+
+
+%package pipe
+Summary: Pipe support for the Courier authentication library
+Group: Productivity/Networking/Email/Servers
+Requires: courier-authlib = %{version}
+
+%description pipe
+This package installs Pipe support for the Courier authentication
+library. Install this package in order to be able to authenticate using
+Pipe.
+
+
+
%prep
%setup -q
@@ -82,6 +118,7 @@
--enable-unicode \
--with-authdaemonvar=%{authdaemondir} \
--host=%{_host} --build=%{_build} --target=%{_target_platform}
+# --with-mysql-libs=/usr/lib/mysql/ --with-mysql-includes=/usr/lib/mysql/
%{__make}
%install
@@ -120,13 +157,25 @@
%postun userdb -p /sbin/ldconfig
+%post mysql -p /sbin/ldconfig
+
+%postun mysql -p /sbin/ldconfig
+
+%post pgsql -p /sbin/ldconfig
+
+%postun pgsql -p /sbin/ldconfig
+
+%post pipe -p /sbin/ldconfig
+
+%postun pipe -p /sbin/ldconfig
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc README README*html README.ldap
-%doc NEWS COPYING* AUTHORS ChangeLog authldap.schema
+%doc README README*html
+%doc NEWS COPYING* AUTHORS ChangeLog
%{_sysconfdir}/init.d/courier-authdaemon
%{_sysconfdir}/authlib
%dir %attr(700,root,root) /var/run/authdaemon.courier-imap
@@ -145,8 +194,6 @@
%{_libdir}/libauthcustom.so.0*
%{_libdir}/libauthpam.so
%{_libdir}/libauthpam.so.0*
-%{_libdir}/libauthpipe.so
-%{_libdir}/libauthpipe.so.0*
%{_libdir}/libcourierauth.so
%{_libdir}/libcourierauth.so.0*
%{_libdir}/libcourierauthcommon.so
@@ -179,9 +226,25 @@
%files ldap
%defattr(-,root,root,-)
%doc authldap.schema
+%doc README.ldap
%{_libdir}/libauthldap.so*
+%doc authldap.schema
+
+%files mysql
+%defattr(-,root,root,-)
+%{_libdir}/libauthmysql.so*
+
+%files pgsql
+%defattr(-,root,root,-)
+%{_libdir}/libauthpgsql.so*
+
+%files pipe
+%defattr(-,root,root,-)
+%{_libdir}/libauthpipe.so*
%changelog -n courier-authlib
+* Tue Aug 01 2006 - mskibbe@xxxxxxx
+- Add mysql, pipe, pgsql sub-packages
* Mon Mar 27 2006 - kukuk@xxxxxxx
- Add missing ldconfig calls
* Wed Jan 25 2006 - mls@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |