SPECS: pdftk.spec - make -j1 seems to fix build error

hawk hawk at pld-linux.org
Tue Mar 17 21:31:14 CET 2009


Author: hawk                         Date: Tue Mar 17 20:31:14 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1 seems to fix build error

---- Files affected:
SPECS:
   pdftk.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/pdftk.spec
diff -u SPECS/pdftk.spec:1.11 SPECS/pdftk.spec:1.12
--- SPECS/pdftk.spec:1.11	Tue Mar 17 15:48:05 2009
+++ SPECS/pdftk.spec	Tue Mar 17 21:31:08 2009
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	pdftk - Zestaw narzędzi dla plików PDF
 Name:		pdftk
 Version:	1.41
-Release:	4
+Release:	5
 License:	GPL
 Group:		Applications/Publishing
 Source0:	http://www.pdfhacks.com/pdftk/%{name}-%{version}.tar.bz2
@@ -50,7 +50,7 @@
 
 %build
 unset CLASSPATH
-%{__make} -f Makefile.RedHat -C pdftk
+%{__make} -j1 -f Makefile.RedHat -C pdftk
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2009/03/17 20:31:08  hawk
+- make -j1 seems to fix build error
+
 Revision 1.11  2009/03/17 14:48:05  hawk
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pdftk.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list