[qjackctl] Re-enable parallel build

Orcan Ogetbil oget at fedoraproject.org
Sat May 19 14:11:20 UTC 2012


commit 2abfc3db08678c704fb23d80a0a1a031ef0c89e4
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat May 19 10:11:17 2012 -0400

    Re-enable parallel build

 qjackctl.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/qjackctl.spec b/qjackctl.spec
index 3fd2f5f..63630ff 100644
--- a/qjackctl.spec
+++ b/qjackctl.spec
@@ -3,7 +3,7 @@
 Summary:       Qt based JACK control application
 Name:          qjackctl
 Version:       0.3.9
-Release:       1%{?dist}
+Release:       2%{?dist}
 URL:           http://qjackctl.sourceforge.net
 Source0:       http://downloads.sourceforge.net/qjackctl/files/%{name}-%{version}.tar.gz
 License:       GPLv2+
@@ -32,8 +32,7 @@ QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake} \
   %configure --with-qt=%{_qt4_prefix} \
              --enable-jack-version \
              --localedir=%{_datadir}/%{name}/locale/
-# Parallel make fails sometimes {?_smp_mflags}
-make 
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
@@ -71,6 +70,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Sat May 19 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.9-2
+- Re-enable parallel build
+
 * Fri May 18 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.9-1
 - New version
 


More information about the scm-commits mailing list