From af94832dfcc37ecfe72a77cd0d55163a78a4cdfe Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 25 Feb 2015 20:33:23 +0000 Subject: [PATCH] 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 - 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 - 0.13-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild