# # Copyright 1998 - 2017 Double Precision, Inc. See COPYING for # distribution information. ################################################################################ Name: courier-authlib Version: 0.66.3 Release: 2%{?dist} Summary: Courier authentication library License: GPLv3 URL: http://www.courier-mta.org Source: https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2 BuildRequires: libtool BuildRequires: openldap-devel BuildRequires: mysql-devel zlib-devel sqlite-devel BuildRequires: postgresql-devel BuildRequires: gdbm-devel BuildRequires: pam-devel BuildRequires: expect BuildRequires: gcc-c++ BuildRequires: courier-unicode-devel BuildRequires: procps BuildRequires: %{_includedir}/ltdl.h Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig BuildRequires: perl-generators ################################################################################ %description The Courier authentication library provides authentication services for other Courier applications. ################################################################################ %package devel Summary: Development libraries for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains the development libraries and files needed to compile Courier packages that use this authentication library. Install this package in order to build the rest of the Courier packages. After they are built and installed this package can be removed. Files in this package are not needed at runtime. ################################################################################ %package userdb Summary: Userdb support for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %description userdb 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. Install this package in order to be able to authenticate with userdb. ################################################################################ %package ldap Summary: LDAP support for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %description ldap This package installs LDAP support for the Courier authentication library. Install this package in order to be able to authenticate using LDAP. ################################################################################ %package mysql Summary: MySQL support for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %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 sqlite Summary: SQLite support for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %description sqlite This package installs SQLite support for the Courier authentication library. Install this package in order to be able to authenticate using an SQLite-based database file. ################################################################################ %package pgsql Summary: PostgreSQL support for the Courier authentication library Requires: %{name}%{?_isa} = %{version}-%{release} %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: External authentication module that communicates via pipes Requires: %{name}%{?_isa} = %{version}-%{release} %description pipe This package installs the authpipe module, which is a generic plugin that enables authentication requests to be serviced by an external program, then communicates through messages on stdin and stdout. ################################################################################ %prep %setup -q PATH=/usr/bin:$PATH %configure -C --with-redhat %build %{__make} -s %{_smp_mflags} %install MAKEFLAGS= %{__make} -j 1 install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/courier-authlib/*.a %{__install} -m 555 sysconftool $RPM_BUILD_ROOT%{_libexecdir}/courier-authlib ./courierauthconfig --configfiles >configtmp . ./configtmp d=`pwd` cd $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon || exit 1 $d/authmksock ./socket || exit 1 cd $d || exit 1 touch $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon/pid.lock || exit 1 touch $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon/pid || exit 1 %{__chmod} 777 $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon/socket || exit 1 cat >configfiles.base <configfiles.mysql echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.sqlite echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.ldap echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.pgsql echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.userdb echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.pipe echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.devel for f in $RPM_BUILD_ROOT%{_sbindir}/* do fn=`basename $f` case "$fn" in *userdb*) echo "%{_sbindir}/$fn" >>configfiles.userdb ;; *) echo "%{_sbindir}/$fn" >>configfiles.base ;; esac done for f in $RPM_BUILD_ROOT%{_libdir}/courier-authlib/* do fn=`basename $f` # Remove *.la for authentication modules, keep the ones # for client libraries. Do this before we sort them into buckets, # below. case "$fn" in *.la) case "$fn" in libcourierauth*) ;; *) rm -f "$f" ;; esac continue ;; esac case "$fn" in libauthpipe*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.pipe ;; libauthldap*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap ;; libauthmysql*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.mysql ;; libauthsqlite*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.sqlite ;; libauthpgsql*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.pgsql ;; libauthldap*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap ;; libauthuserdb*) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.userdb ;; *) echo "%{_libdir}/courier-authlib/$fn" >>configfiles.base ;; esac done %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d %{__install} -m 555 courier-authlib.sysvinit \ $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/courier-authlib %post %{_libexecdir}/courier-authlib/sysconftool %{_sysconfdir}/authlib/*.dist >/dev/null /sbin/chkconfig --del courier-authlib /sbin/chkconfig --add courier-authlib %preun if test "$1" = "0" then /sbin/chkconfig --del courier-authlib fi %files -f configfiles.base %defattr(-,root,root,-) %doc README README*html README.authmysql.myownquery README.ldap %doc NEWS COPYING* AUTHORS ChangeLog /etc/rc.d/init.d/* %ghost %attr(600, root, root) %{_localstatedir}/spool/authdaemon/pid.lock %ghost %attr(644, root, root) %{_localstatedir}/spool/authdaemon/pid %ghost %attr(-, root, root) %{_localstatedir}/spool/authdaemon/socket %{_mandir}/man1/* %files -f configfiles.userdb userdb %{_mandir}/man8/*userdb* %files -f configfiles.devel devel %defattr(-,root,root,-) %{_bindir}/courierauthconfig %{_includedir}/* %{_mandir}/man3/* %{_libdir}/courier-authlib/*.la %doc authlib.html auth_*.html %files -f configfiles.ldap ldap %defattr(-,root,root,-) %doc authldap.schema authldap.ldif %files -f configfiles.mysql mysql %files -f configfiles.sqlite sqlite %files -f configfiles.pgsql pgsql %files -f configfiles.pipe pipe %changelog * Thu Sep 7 2006 Chris Petersen 0.58-2 - Make the spec a little prettier - Replace BuildPreReq with BuildRequires - Remove period from summaries (rpmlint) - Fix release tag to use %{?dist} macro if it's present - Change distro-detection to use "rh" and "fc" for version detection, and add support for mandriva * Sun Oct 3 2004 Mr. Sam 0.50-1 - Initial build.