SPECS: cairo-dock.spec - make -j1
wolf
wolf at pld-linux.org
Mon Dec 17 22:49:35 CET 2007
Author: wolf Date: Mon Dec 17 21:49:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j1
---- Files affected:
SPECS:
cairo-dock.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/cairo-dock.spec
diff -u SPECS/cairo-dock.spec:1.1 SPECS/cairo-dock.spec:1.2
--- SPECS/cairo-dock.spec:1.1 Mon Dec 17 09:41:48 2007
+++ SPECS/cairo-dock.spec Mon Dec 17 22:49:29 2007
@@ -37,7 +37,7 @@
%{__aclocal}
%{__automake}
%configure
-%{__make}
+%{__make} -j1
cd ..
cd plug-ins
@@ -60,7 +60,7 @@
fi
%{__automake}
PACKAGE_LIBS="$PACKAGE_LIBS `pkg-config --libs $PACKAGES`" PACKAGE_CFLAGS="$PACKAGE_CFLAGS `pkg-config --cflags $PACKAGES` " %configure
- %{__make} pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
+ %{__make} -j1 pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
cd ..
done
cd ..
@@ -134,6 +134,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007-12-17 21:49:29 wolf
+- make -j1
+
Revision 1.1 2007-12-17 08:41:48 aredridel
- added
- NFY, needs -devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cairo-dock.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list