gnome-user-docs.spec
changeset 8052 a53aea9e743d
parent 8050 70161eb94581
child 8063 19d5439965dd
--- a/gnome-user-docs.spec	Mon Sep 04 14:10:18 2006 +0000
+++ b/gnome-user-docs.spec	Mon Sep 04 15:47:42 2006 +0000
@@ -55,7 +55,7 @@
 ./configure --prefix=%{_prefix}			\
             --datadir=%{_datadir}		\
 	    --disable-scrollkeeper
-make -j $CPUS
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +77,9 @@
 %{_datadir}/omf/*
 
 %changelog
+* Mon Sep 04 2006 - [email protected]
+- Single threaded 'make' call because multi-threaded one often fails.
+
 * Wed Aug 16 2006 - [email protected]
 - dos2unix some xml files that were breaking the build.