|
@@ -1,15 +1,15 @@
|
|
|
Summary: Courier authentication library.
|
|
|
Summary(ja): Courier 認証ライブラリ
|
|
|
Name: courier-authlib
|
|
|
-Version: 0.63.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.66.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: System Environment/Daemons
|
|
|
URL: http://www.courier-mta.org
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
-Patch: %{name}-apop.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: libtool
|
|
|
+BuildRequires: libtool-ltdl-devel
|
|
|
BuildRequires: openldap-devel
|
|
|
BuildRequires: MySQL-devel zlib-devel
|
|
|
BuildRequires: postgresql-devel
|
|
@@ -102,7 +102,6 @@ Courier 認証ライブラリの MySQL サポートパッケージです。MySQL
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch -p1 -b .orig
|
|
|
|
|
|
%build
|
|
|
#%configure --without-authldap --without-authpgsql
|
|
@@ -152,7 +151,6 @@ rm -rf %{buildroot}
|
|
|
%defattr(-,root,root)
|
|
|
%doc README README*html README.authmysql.myownquery README.ldap
|
|
|
%doc NEWS COPYING* AUTHORS ChangeLog authldap.schema
|
|
|
-%doc README.apop
|
|
|
/etc/rc.d/init.d/*
|
|
|
%ghost %attr(600,root,root) %{_localstatedir}/spool/authdaemon/pid.lock
|
|
|
%ghost %attr(644,root,root) %{_localstatedir}/spool/authdaemon/pid
|
|
@@ -196,6 +194,11 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jan 4 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.66.1-1
|
|
|
+- update to 0.66.1
|
|
|
+- drop APOP patch (Patch0)
|
|
|
+- add BuildRequires: libtool-ltdl-devel
|
|
|
+
|
|
|
* Sun Apr 03 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.63.0-2
|
|
|
- Rebuilt with new toolchain.
|
|
|
|