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 19
[-]
[+]
Changed
courier-authlib.spec
@@ -50,65 +50,65 @@ -%package libauthuserdb +%package -n libauthuserdb Summary: Userdb support for the Courier authentication library Group: Productivity/Networking/Email/Servers Requires: courier-authlib = %{version} Provides: courier-authlib-userdb -%description libauthuserdb +%description -n libauthuserdb This package installs the userdb support for the Courier authentication library. Userdb is a simple way to manage virtual mail accounts using a GDBM-based database file. -%package libauthldap +%package -n libauthldap Summary: LDAP support for the Courier authentication library Group: Productivity/Networking/Email/Servers Requires: courier-authlib = %{version} Provides: courier-authlib-ldap -%description libauthldap +%description -n libauthldap This package installs LDAP support for the Courier authentication library. Install this package in order to be able to authenticate using LDAP. -%package libauthmysql +%package -n libauthmysql Summary: MySQL support for the Courier authentication library Group: Productivity/Networking/Email/Servers Requires: courier-authlib = %{version} mysql-shared Provides: courier-authlib-mysql -%description libauthmysql +%description -n libauthmysql This package installs MySQL support for the Courier authentication library. Install this package in order to be able to authenticate using MySQL. -%package libauthpgsql +%package -n libauthpgsql Summary: PostgreSQL support for the Courier authentication library Group: Productivity/Networking/Email/Servers Requires: courier-authlib = %{version} Provides: courier-authlib-pgsql -%description libauthpgsql +%description -n libauthpgsql This package installs PostgreSQL support for the Courier authentication library. Install this package in order to be able to authenticate using PostgreSQL. -%package libauthpipe +%package -n libauthpipe Summary: Pipe support for the Courier authentication library Group: Productivity/Networking/Email/Servers Requires: courier-authlib = %{version} Provides: courier-authlib-pipe -%description libauthpipe +%description -n libauthpipe This package installs Pipe support for the Courier authentication library. Install this package in order to be able to authenticate using Pipe. @@ -162,25 +162,25 @@ %insserv_cleanup exit 0 -%post libauthldap -p /sbin/ldconfig +%post -n libauthldap -p /sbin/ldconfig -%postun libauthldap -p /sbin/ldconfig +%postun -n libauthldap -p /sbin/ldconfig -%post libauthuserdb -p /sbin/ldconfig +%post -n libauthuserdb -p /sbin/ldconfig -%postun libauthuserdb -p /sbin/ldconfig +%postun -n libauthuserdb -p /sbin/ldconfig -%post libauthmysql -p /sbin/ldconfig +%post -n libauthmysql -p /sbin/ldconfig -%postun libauthmysql -p /sbin/ldconfig +%postun -n libauthmysql -p /sbin/ldconfig -%post libauthpgsql -p /sbin/ldconfig +%post -n libauthpgsql -p /sbin/ldconfig -%postun libauthpgsql -p /sbin/ldconfig +%postun -n libauthpgsql -p /sbin/ldconfig -%post libauthpipe -p /sbin/ldconfig +%post -n libauthpipe -p /sbin/ldconfig -%postun libauthpipe -p /sbin/ldconfig +%postun -n libauthpipe -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT @@ -238,22 +238,22 @@ %{_mandir}/man3/* %doc authlib.html auth_*.html -%files libauthldap +%files -n libauthldap %defattr(-,root,root,-) %doc authldap.schema %doc README.ldap %{_libdir}/libauthldap.so* %doc authldap.schema -%files libauthmysql +%files -n libauthmysql %defattr(-,root,root,-) %{_libdir}/libauthmysql.so* -%files libauthpgsql +%files -n libauthpgsql %defattr(-,root,root,-) %{_libdir}/libauthpgsql.so* -%files libauthpipe +%files -n libauthpipe %defattr(-,root,root,-) %{_libdir}/libauthpipe.so*