SPECS: OpenIPMI.spec - ...but --without gui can build parallel

sls sls at pld-linux.org
Wed Oct 15 18:25:45 CEST 2008


Author: sls                          Date: Wed Oct 15 16:25:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ...but --without gui can build parallel

---- Files affected:
SPECS:
   OpenIPMI.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/OpenIPMI.spec
diff -u SPECS/OpenIPMI.spec:1.53 SPECS/OpenIPMI.spec:1.54
--- SPECS/OpenIPMI.spec:1.53	Wed Oct 15 18:16:34 2008
+++ SPECS/OpenIPMI.spec	Wed Oct 15 18:25:39 2008
@@ -126,7 +126,7 @@
 	--with-pythoninstalllib=%{py_sitedir} \
 	--without-glib12 \
 	%{!?with_gui:--without-tkinter}
-%{__make} -j1
+%{__make} %{?with_gui:-j1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -251,6 +251,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2008/10/15 16:25:39  sls
+- ...but --without gui can build parallel
+
 Revision 1.53  2008/10/15 16:16:34  sls
 - __make -j1 (problem with openipmigui)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/OpenIPMI.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list