[chrpath] Use parallel make flags

David King amigadave at fedoraproject.org
Wed Feb 25 20:51:24 UTC 2015


commit af94832dfcc37ecfe72a77cd0d55163a78a4cdfe
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 25 20:33:23 2015 +0000

    Use parallel make flags

 chrpath.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/chrpath.spec b/chrpath.spec
index 2349821..1912260 100644
--- a/chrpath.spec
+++ b/chrpath.spec
@@ -19,7 +19,8 @@ is supported.
 
 %build
 %configure
-make
+make %{?_smp_mflags}
+
 
 %install
 make install DESTDIR=%{buildroot}
@@ -32,12 +33,15 @@ rm -fr %{buildroot}/usr/doc
 %{_bindir}/chrpath
 %{_mandir}/man1/chrpath.1*
 
+
+
 %changelog
 * Wed Feb 25 2015 David King <amigadave at amigadave.com> - 0.16-1
 - Update to 0.16 (#1144863)
 - Remove clean section and BuildRoot tag
 - Update URL and Sourc0
 - Use license macro for COPYING
+- Use parallel make flags
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list