SPECS: courier-authlib.spec - updated to 0.57

kosmo kosmo at pld-linux.org
Thu Aug 11 11:29:38 CEST 2005


Author: kosmo                        Date: Thu Aug 11 09:29:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.57

---- Files affected:
SPECS:
   courier-authlib.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/courier-authlib.spec
diff -u SPECS/courier-authlib.spec:1.20 SPECS/courier-authlib.spec:1.21
--- SPECS/courier-authlib.spec:1.20	Tue Aug  9 15:55:40 2005
+++ SPECS/courier-authlib.spec	Thu Aug 11 11:29:32 2005
@@ -2,12 +2,12 @@
 Summary:	Courier authentication library
 Summary(pl):	Biblioteka uwierzytelniania Couriera
 Name:		courier-authlib
-Version:	0.56
-Release:	2
+Version:	0.57
+Release:	1
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5:	d4348a3add731fadd1c3c445aa8c904a
+# Source0-md5:	af146ac84f0c3ee00006af50b4415d8a
 Patch0:		%{name}-build.patch
 Patch1:		%{name}-md5sum-passwords.patch
 URL:		http://www.courier-mta.org/authlib/
@@ -165,9 +165,24 @@
 %build
 cp /usr/share/automake/config.sub libltdl
 %{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+
+# Change Makefile.am files and force recreate Makefile.in's.
+OLDDIR=`pwd`
+find -type f -a \( -name configure.in -o -name configure.ac \) | while read FILE; do
+    cd "`dirname "$FILE"`"
+    
+    if [ -f Makefile.am ]; then
+	grep -v '_LDFLAGS=-static' Makefile.am > Makefile.am.tmp
+	mv Makefile.am.tmp Makefile.am
+    fi
+
+    %{__aclocal}
+    %{__autoconf}
+    %{__autoheader}
+    %{__automake}
+    
+    cd "$OLDDIR"
+done
 
 %configure \
 	--with-db=db \
@@ -525,6 +540,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/08/11 09:29:32  kosmo
+- updated to 0.57
+
 Revision 1.20  2005/08/09 13:55:40  kosmo
 - added support for md5sum hashed passwords
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/courier-authlib.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list