packages: spice-gtk/spice-gtk.spec - try -j1 on make install
wiget
wiget at pld-linux.org
Tue Oct 25 20:50:00 CEST 2011
Author: wiget Date: Tue Oct 25 18:50:00 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- try -j1 on make install
---- Files affected:
packages/spice-gtk:
spice-gtk.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/spice-gtk/spice-gtk.spec
diff -u packages/spice-gtk/spice-gtk.spec:1.4 packages/spice-gtk/spice-gtk.spec:1.5
--- packages/spice-gtk/spice-gtk.spec:1.4 Tue Oct 25 20:43:22 2011
+++ packages/spice-gtk/spice-gtk.spec Tue Oct 25 20:49:55 2011
@@ -210,23 +210,23 @@
--disable-silent-rules \
--with-gtk=2.0 \
--with-html-dir=%{_gtkdocdir}
-%{__make} -j1
+%{__make}
cd ../gtk3
../%configure \
--disable-silent-rules \
--with-gtk=3.0 \
--with-html-dir=%{_gtkdocdir}
-%{__make} -j1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
# gtk2 first, so executables will use gtk3 libs
-%{__make} -C gtk2 install \
+%{__make} -C gtk2 install -j1 \
DESTDIR=$RPM_BUILD_ROOT
-%{__make} -C gtk3 install \
+%{__make} -C gtk3 install -j1 \
DESTDIR=$RPM_BUILD_ROOT
%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/SpiceClientGtk.{la,a}
@@ -326,6 +326,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2011/10/25 18:49:55 wiget
+- try -j1 on make install
+
Revision 1.4 2011/10/25 18:43:22 wiget
- try with -j1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spice-gtk/spice-gtk.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list