From 48d457f42bb18d7cf004a6441e09fce329a61e70 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 8 Aug 2013 12:36:59 +0200 Subject: [PATCH] 0.156-3 Make check can now also be ran in parallel. --- elfutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 53a2c10..decabfc 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle compiled objects Version: 0.156 -%global baserelease 2 +%global baserelease 3 URL: https://fedorahosted.org/elfutils/ %global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -246,7 +246,7 @@ chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so* %find_lang %{name} %check -make -s check || %{nocheck} +make -s %{?_smp_mflags} check || %{nocheck} %clean rm -rf ${RPM_BUILD_ROOT} @@ -323,6 +323,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Thu Aug 8 2013 Mark Wielaard 0.156-3 +- Make check can now also be ran in parallel. + * Thu Jul 25 2013 Jan Kratochvil 0.156-2 - Update the %%configure command for compatibility with fc20 Koji.