SPECS: tgui.spec - only 1 job at a time is allowed, won't build wi...

shadzik shadzik at pld-linux.org
Sat Aug 18 18:34:12 CEST 2007


Author: shadzik                      Date: Sat Aug 18 16:34:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- only 1 job at a time is allowed, won't build with no limitations

---- Files affected:
SPECS:
   tgui.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/tgui.spec
diff -u SPECS/tgui.spec:1.6 SPECS/tgui.spec:1.7
--- SPECS/tgui.spec:1.6	Tue Aug 14 13:45:53 2007
+++ SPECS/tgui.spec	Sat Aug 18 18:34:07 2007
@@ -57,7 +57,7 @@
 %patch0 -p1
 
 %build
-%{__make} \
+%{__make} -j1 \
 	CXX="%{__cxx}" \
 	FLAGS="%{rpmcxxflags}"
 
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/08/18 16:34:07  shadzik
+- only 1 job at a time is allowed, won't build with no limitations
+
 Revision 1.6  2007/08/14 11:45:53  lisu
 - generate dynamic lib and add it to -devel package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tgui.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list