SPECS: OpenIPMI.spec - %install not parallel make safe
glen
glen at pld-linux.org
Tue Mar 14 00:38:06 CET 2006
Author: glen Date: Mon Mar 13 23:38:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- %install not parallel make safe
---- Files affected:
SPECS:
OpenIPMI.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/OpenIPMI.spec
diff -u SPECS/OpenIPMI.spec:1.37 SPECS/OpenIPMI.spec:1.38
--- SPECS/OpenIPMI.spec:1.37 Mon Mar 13 22:53:15 2006
+++ SPECS/OpenIPMI.spec Tue Mar 14 00:38:01 2006
@@ -126,7 +126,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} install -j1 \
DESTDIR=$RPM_BUILD_ROOT \
PYTHON_INSTALL_DIR=%{py_sitedir}
@@ -187,6 +187,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2006/03/13 23:38:01 glen
+- %install not parallel make safe
+
Revision 1.37 2006/03/13 21:53:15 qboosh
- updated to 2.0.6, added python patch
- added gui subpackage (wxPython-based)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/OpenIPMI.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list