[clementine] restore parallel builds

Rex Dieter rdieter at fedoraproject.org
Wed Sep 4 16:00:56 UTC 2013


commit 3fac02afaa4cae466d394180d5ff76932edd9445
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 4 11:00:16 2013 -0500

    restore parallel builds

 clementine.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/clementine.spec b/clementine.spec
index c0bc8e8..c92823a 100644
--- a/clementine.spec
+++ b/clementine.spec
@@ -97,10 +97,10 @@ pushd %{_target_platform}
         -DSTATIC_SQLITE=0 \
         .. 
 
-    # Parallel build fails sometimes
-    make
 popd
 
+make %{?_smp_mflags} -C %{_target_platform}
+
 %install
 make install DESTDIR=%{buildroot} -C %{_target_platform}
 
@@ -150,6 +150,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - drop Requires: libtaginfo (not needed or used afaict)
 - drop Requires: libprojectM, qtsingleapplication
 - allow bundled gmock(1.5), not compat with 1.6 (yet)
+- restore parallel builds
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list