]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- make -j1 is required or it will fail to build, release 1 auto/ti/courier-imap-4_4_1-1
authorhawk <hawk@pld-linux.org>
Sun, 15 Mar 2009 19:02:33 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.181

courier-imap.spec

index 57340773a274ea1048538fbc1049c4d94ef532d4..29f47baac573c9db87f8bd50957d7b4a4a5f12a9 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Courier-IMAP server
 Summary(pl.UTF-8):     Serwer Courier-IMAP
 Name:          courier-imap
 Version:       4.4.1
-Release:       0.9
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -138,7 +138,6 @@ install %{SOURCE4} courier-pop3-ssl.in
 rm -f makedat/configure.in
 
 %build
-
 # Change Makefile.am files and force recreate Makefile.in's.
 find -type f -a '(' -name configure.in -o -name configure.ac ')' | while read FILE; do
        cd "$(dirname "$FILE")"
@@ -150,7 +149,9 @@ find -type f -a '(' -name configure.in -o -name configure.ac ')' | while read FI
        %{__libtoolize}
        %{__aclocal}
        %{__autoconf}
-       %{__autoheader}
+       if grep -q AC_CONFIG_HEADER configure.in; then
+               %{__autoheader}
+       fi
        %{__automake}
 
        cd -
@@ -163,7 +164,7 @@ done
        --with-certsdir=%{_certsdir} \
        --with-mailer=/usr/lib/sendmail
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.118738 seconds and 4 git commands to generate.