automatic update by autodist [release 0.66.0-1mamba;Mon Sep 30 2013]
This commit is contained in:
parent
18197fb97f
commit
da668a8bb3
@ -1,2 +1,4 @@
|
|||||||
# courier-authlib
|
# courier-authlib
|
||||||
|
|
||||||
|
The Courier authentication library provides authentication services for other Courier applications.
|
||||||
|
|
||||||
|
120
courier-authlib.spec
Normal file
120
courier-authlib.spec
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
Name: courier-authlib
|
||||||
|
Version: 0.66.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Courier authentication library.
|
||||||
|
Group: System/Servers
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
|
URL: http://www.courier-mta.org
|
||||||
|
Source: http://sourceforge.net/projects/courier/files/authlib/%{version}/courier-authlib-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgdbm-devel
|
||||||
|
BuildRequires: libltdl-devel
|
||||||
|
BuildRequires: libmysql5-devel
|
||||||
|
BuildRequires: libopenldap-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpostgresql-devel
|
||||||
|
BuildRequires: libsasl-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libtool >= 1.5.24
|
||||||
|
BuildRequires: expect >= 8.4.14
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Courier authentication library provides authentication services for other Courier applications.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --without-authshadow
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir /etc/authlib/
|
||||||
|
%config /etc/authlib/*
|
||||||
|
%{_bindir}/courierauthconfig
|
||||||
|
%{_includedir}/courier_auth_config.h
|
||||||
|
%{_includedir}/courierauth.h
|
||||||
|
%{_includedir}/courierauthdebug.h
|
||||||
|
%{_includedir}/courierauthsasl.h
|
||||||
|
%{_includedir}/courierauthsaslclient.h
|
||||||
|
%{_includedir}/courierauthstaticlist.h
|
||||||
|
%dir %{_libdir}/courier-authlib/
|
||||||
|
%{_libdir}/courier-authlib/*
|
||||||
|
%{_libexecdir}/courier-authlib/authdaemond
|
||||||
|
%{_libexecdir}/courier-authlib/authsystem.passwd
|
||||||
|
#%{_libexecdir}/courier-authlib/makedatprog
|
||||||
|
%{_sbindir}/authdaemond
|
||||||
|
%{_sbindir}/authenumerate
|
||||||
|
%{_sbindir}/authpasswd
|
||||||
|
%{_sbindir}/authtest
|
||||||
|
%{_sbindir}/courierlogger
|
||||||
|
%{_sbindir}/makeuserdb
|
||||||
|
%{_sbindir}/pw2userdb
|
||||||
|
%{_sbindir}/userdb
|
||||||
|
%{_sbindir}/userdb-test-cram-md5
|
||||||
|
%{_sbindir}/userdbpw
|
||||||
|
#%{_sbindir}/vchkpw2userdb
|
||||||
|
%{_mandir}/man1/authpasswd.1.gz
|
||||||
|
%{_mandir}/man1/authtest.1.gz
|
||||||
|
%{_mandir}/man1/courierlogger.1.gz
|
||||||
|
%{_mandir}/man3/auth_enumerate.3.gz
|
||||||
|
%{_mandir}/man3/auth_generic.3.gz
|
||||||
|
%{_mandir}/man3/auth_getoption.3.gz
|
||||||
|
%{_mandir}/man3/auth_getuserinfo.3.gz
|
||||||
|
%{_mandir}/man3/auth_login.3.gz
|
||||||
|
%{_mandir}/man3/auth_passwd.3.gz
|
||||||
|
%{_mandir}/man3/auth_sasl.3.gz
|
||||||
|
%{_mandir}/man3/auth_sasl_ex.3.gz
|
||||||
|
%{_mandir}/man3/authlib.3.gz
|
||||||
|
%{_mandir}/man8/makeuserdb.8.gz
|
||||||
|
%{_mandir}/man8/userdb.8.gz
|
||||||
|
%{_mandir}/man8/userdbpw.8.gz
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
# ChangeLog NEWS README README.authdebug.html.in
|
||||||
|
# README_authlib.html.in README.authmysql.html README.authmysql.myownquery
|
||||||
|
# README.authpostgres.html README.html README.ldap
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Sep 30 2013 Automatic Build System <autodist@mambasoft.it> 0.66.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Oct 10 2012 Automatic Build System <autodist@mambasoft.it> 0.65.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Automatic Build System <autodist@mambasoft.it> 0.64.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 08 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62.4-2mamba
|
||||||
|
- rebuilt without shadow authentication support
|
||||||
|
|
||||||
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 0.62.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.61.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 25 2007 Tiziana Ferro <tiziana.ferro@email.it> 0.59.3-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user