[libreoffice] tidy this up now

Caolan McNamara caolanm at fedoraproject.org
Fri Oct 29 19:27:33 UTC 2010


commit aab9653a1f0165803552b85ecf2d2eca209470aa
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Oct 29 20:27:28 2010 +0100

    tidy this up now

 libreoffice.spec |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 3279d5f..b890170 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -723,11 +723,8 @@ POORHELPS=`find l10n/source -name localize.sdf -exec grep 'helpcontent2.*main.*W
 SMP_MFLAGS=%{?_smp_mflags}
 SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
 if [ $SMP_MFLAGS -lt 2 ]; then SMP_MFLAGS=2; fi
-#hanging in koji for some reason :-(
-#NDMAKES=`dc -e "$SMP_MFLAGS v p"`
-#NBUILDS=`dc -e "$SMP_MFLAGS $NDMAKES / p"`
-NDMAKES=1
-NBUILDS=1
+NDMAKES=`dc -e "$SMP_MFLAGS v p"`
+NBUILDS=`dc -e "$SMP_MFLAGS $NDMAKES / p"`
 
 autoconf
 %configure \
@@ -769,7 +766,7 @@ export ARCH_FLAGS
 . ./*[Ee]nv.[Ss]et.sh
 ./bootstrap
 cd instsetoo_native
-if ! VERBOSE=true build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then
+if ! VERBOSE=false build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then
     build --dlv_switch -link --all
 fi
 


More information about the scm-commits mailing list