Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
courier-authlib
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 28
[-]
[+]
Changed
courier-authlib.spec
@@ -11,7 +11,7 @@ # norootforbuild Name: courier-authlib -BuildRequires: expect gcc-c++ mysql-devel openldap2-devel pam-devel postgresql-devel +BuildRequires: expect gcc-c++ mysql-devel openldap2-devel pam-devel postgresql-devel sqlite-devel pkgconfig %if 0%{?centos_version} == 5 || 0%{?fedora_version} || 0%{?rhel_version} BuildRequires: libtool-ltdl-devel %endif @@ -118,7 +118,17 @@ library. Install this package in order to be able to authenticate using Pipe. +%package -n libauthsqlite +Summary: SQLite support for the Courier authentication library +Group: Productivity/Networking/Email/Servers +Requires: courier-authlib = %{version} +Provides: courier-authlib-sqlite = %{version} +Obsoletes: courier-authlib-sqlite +%description -n libauthsqlite +This package installs SQLite support for the Courier authentication +library. Install this package in order to be able to authenticate using +SQLite. %prep %setup -q @@ -134,7 +144,9 @@ --disable-root-check \ --enable-unicode \ --with-authdaemonvar=%{authdaemondir} \ - --host=%{_host} --build=%{_build} --target=%{_target_platform} + --with-sqlite-libs=%{_libdir} \ + --with-sqlite-inc=%{_includedir} \ + --host=%{_host} --build=%{_build} --target=%{_target_platform} || cat config.log # --with-mysql-libs=/usr/lib/mysql/ --with-mysql-includes=/usr/lib/mysql/ %{__make} @@ -187,6 +199,10 @@ %postun -n libauthpipe -p /sbin/ldconfig +%post -n libauthsqlite -p /sbin/ldconfig + +%postun -n libauthsqlite -p /sbin/ldconfig + %clean rm -rf $RPM_BUILD_ROOT @@ -262,6 +278,10 @@ %defattr(-,root,root,-) %{_libdir}/libauthpipe.so* +%files -n libauthsqlite +%defattr(-,root,root),-) +%{_libdir}/libauthsqlite.so* + %changelog -n courier-authlib * Mon May 24 2010 Carsten Schoene <cs@linux-administrator.com> - 0.63.0-1 - update to 0.63.0