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

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


commit c5a8e31b040ec337ae2b31fb186f9269b875a5f1
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Mon Oct 17 21:48:15 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 dfc13d8..7317082 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