]> git.pld-linux.org Git - packages/courier.git/commitdiff
- updated to 0.51.0
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Tue, 16 Aug 2005 23:26:33 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added script rm -static

Changed files:
    courier.spec -> 1.113

courier.spec

index c23b8c1522f0147303b0bb726263656e184cef9f..a9e9b0f56af67fee8354adee742259c0c9c41af8 100644 (file)
@@ -5,13 +5,12 @@
 Summary:       Courier mail server
 Summary(pl):   Serwer poczty Courier
 Name:          courier
-Version:       0.50.1
+Version:       0.51.0
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-#Source0:      http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-Source0:       http://citkit.dl.sourceforge.net/sourceforge/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 6fb2b188bba8fbf244f2feb80ad99a70
+Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+# Source0-md5: 9c6c9decb33b9515978f0b1062d38923
 Patch0:        %{name}-openssl-path.patch
 Patch1:                %{name}-withoutfam.patch
 Patch2:                %{name}-maildir.patch
@@ -263,52 +262,23 @@ potrzebny do filtrowania przychodz
 rm -rf courier/module.fax
 cp -f /usr/share/automake/config.sub webmail
 
-cd rootcerts
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-cd ..
-
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-
-cd courier
-%{__aclocal}
-%{__autoconf}
-automake -a -c --foreign
-
-cd module.esmtp
-%{__aclocal}
-%{__autoconf}
-automake -a -c --foreign
-cd ../..
-
-cd imap
-%{__aclocal}
-%{__autoconf}
-automake -a -c --foreign
-cd ..
-
-cd webadmin
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-cd ..
-
-cd maildir
-%{__aclocal}
-%{__autoconf}
-automake -a -c --foreign
-cd ..
-
-cd maildrop
-%{__aclocal}
-%{__autoconf}
-automake -a -c --foreign
-cd ..
+# 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
+               sed -i -e '/_LDFLAGS=-static/d' Makefile.am
+       fi
+
+       %{__libtoolize}
+       %{__aclocal}
+       %{__autoconf}
+       %{__autoheader}
+       %{__automake}
+
+       cd "$OLDDIR"
+done
 
 %configure \
        --localstatedir=%{_localstatedir} \
This page took 0.095523 seconds and 4 git commands to generate.