]> git.pld-linux.org Git - packages/courier-authlib.git/commitdiff
- updated to 0.57
authorkosmo <kosmo@pld-linux.org>
Thu, 11 Aug 2005 09:29:32 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-authlib.spec -> 1.21

courier-authlib.spec

index 509bb746955fd7d3ef3ea44f16623c7d0c486e35..b509c78465f5640b0cb8ccd388a91071eb6b5da1 100644 (file)
@@ -1,12 +1,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/
@@ -164,9 +164,24 @@ komunikuj
 %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 \
This page took 0.171212 seconds and 4 git commands to generate.