SPECS (DEVEL): gedit2.spec - use single thread during make install...

aflinta aflinta at pld-linux.org
Sun Sep 2 12:17:52 CEST 2007


Author: aflinta                      Date: Sun Sep  2 10:17:52 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- use single thread during make install on SMP systems

---- Files affected:
SPECS:
   gedit2.spec (1.112.4.3 -> 1.112.4.4) 

---- Diffs:

================================================================
Index: SPECS/gedit2.spec
diff -u SPECS/gedit2.spec:1.112.4.3 SPECS/gedit2.spec:1.112.4.4
--- SPECS/gedit2.spec:1.112.4.3	Thu Aug 30 23:25:03 2007
+++ SPECS/gedit2.spec	Sun Sep  2 12:17:47 2007
@@ -98,7 +98,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
@@ -165,6 +165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.112.4.4  2007/09/02 10:17:47  aflinta
+- use single thread during make install on SMP systems
+
 Revision 1.112.4.3  2007/08/30 21:25:03  megabajt
 - updated to 2.19.91
 - removed active_plugins patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gedit2.spec?r1=1.112.4.3&r2=1.112.4.4&f=u



More information about the pld-cvs-commit mailing list