[compiz/f15] start using git snapshots as the releases suck

leigh123linux leigh123linux at fedoraproject.org
Mon Oct 17 20:49:00 UTC 2011


commit 380028ec99dda393ce74e6898adc14e9a4d38bfd
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Mon Oct 17 21:48:56 2011 +0100

    start using git snapshots as the releases suck

 compiz.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/compiz.spec b/compiz.spec
index dc25441..0a8f12a 100644
--- a/compiz.spec
+++ b/compiz.spec
@@ -185,7 +185,9 @@ rm -rf $RPM_BUILD_ROOT
 mkdir build
 pushd build
 %cmake -DCOMPIZ_DEFAULT_PLUGINS="%{default_plugins}" -DCOMPIZ_PACKAGING_ENABLED=ON -DBUILD_GNOME_KEYBINDINGS=OFF -DCOMPIZ_BUILD_WITH_RPATH=OFF -DCOMPIZ_DISABLE_SCHEMAS_INSTALL=ON -DCOMPIZ_INSTALL_GCONF_SCHEMA_DIR=%{_sysconfdir}/gconf/schemas ..
-make VERBOSE=1 %{_smp_mflags}
+# Parallel build with -j16 on the cluster failed, though with -j4 on
+# dual-core, dual-thread it worked
+make VERBOSE=1 
 popd
 
 %install


More information about the scm-commits mailing list