SPECS: courier-imap.spec - make -j1 is required or it will fail to build, r...

hawk hawk at pld-linux.org
Sun Mar 15 20:02:39 CET 2009


Author: hawk                         Date: Sun Mar 15 19:02:39 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1 is required or it will fail to build, release 1

---- Files affected:
SPECS:
   courier-imap.spec (1.180 -> 1.181) 

---- Diffs:

================================================================
Index: SPECS/courier-imap.spec
diff -u SPECS/courier-imap.spec:1.180 SPECS/courier-imap.spec:1.181
--- SPECS/courier-imap.spec:1.180	Sun Oct 26 12:17:41 2008
+++ SPECS/courier-imap.spec	Sun Mar 15 20:02:33 2009
@@ -10,7 +10,7 @@
 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
@@ -139,7 +139,6 @@
 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")"
@@ -151,7 +150,9 @@
 	%{__libtoolize}
 	%{__aclocal}
 	%{__autoconf}
-	%{__autoheader}
+	if grep -q AC_CONFIG_HEADER configure.in; then
+		%{__autoheader}
+	fi
 	%{__automake}
 
 	cd -
@@ -164,7 +165,7 @@
 	--with-certsdir=%{_certsdir} \
 	--with-mailer=/usr/lib/sendmail
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -401,6 +402,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.181  2009/03/15 19:02:33  hawk
+- make -j1 is required or it will fail to build, release 1
+
 Revision 1.180  2008/10/26 11:17:41  gotar
 - more Networking/Daemons/POP3 packages (there's no Networking/Daemons/IMAP
   for cyrus-imapd anyway)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/courier-imap.spec?r1=1.180&r2=1.181&f=u



More information about the pld-cvs-commit mailing list