]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- 4.1.1 auto/ac/courier-imap-4_1_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Jun 2006 21:41:09 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.161

courier-imap.spec

index 49df372a4666e4bef55cfac7e89d4d28317324c1..9aa9a1aa3b3cb553ad67b94edfd0378c53cfa36d 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Courier-IMAP server
 Summary(pl):   Serwer Courier-IMAP
 Name:          courier-imap
-Version:       4.0.5
-Release:       3
+Version:       4.1.1
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 961372cea83bcbd07471670df1f9121b
+# Source0-md5: f423a609d9cce0dcf193cac64eb4cbdd
 Source1:       %{name}.init
 Source2:       %{name}-ssl.init
 Source3:       %{name}-pop3.init
@@ -133,20 +133,20 @@ install %{SOURCE4} courier-pop3-ssl.in
 
 # 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"`"
+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 '/_[L]DFLAGS=-static/d' Makefile.am
-        fi
+       if [ -f Makefile.am ]; then
+               %{__sed} -i -e '/_[L]DFLAGS=-static/d' Makefile.am
+       fi
 
-        %{__libtoolize}
-        %{__aclocal}
-        %{__autoconf}
-        %{__autoheader}
-        %{__automake}
+       %{__libtoolize}
+       %{__aclocal}
+       %{__autoconf}
+       %{__autoheader}
+       %{__automake}
 
-        cd "$OLDDIR"
+       cd "$OLDDIR"
 done
 
 %configure \
This page took 0.061474 seconds and 4 git commands to generate.