Browse Source

courier-authlib 0.66.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8135 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
d4e8d5ed25
1 changed files with 8 additions and 5 deletions
  1. 8 5
      c/courier-authlib/courier-authlib-vl.spec

+ 8 - 5
c/courier-authlib/courier-authlib-vl.spec

@@ -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.