diff --git a/automake-testsuite.changes b/automake-testsuite.changes index 09b4e8e..08c9f70 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Fri Dec 11 16:41:49 CET 2009 - pth@suse.de diff --git a/automake-testsuite.spec b/automake-testsuite.spec index 14cd9d4..5c38c9b 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -1,7 +1,7 @@ # # spec file for package automake-testsuite (Version 1.11.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ AutoReqProv: on PreReq: %{install_info_prereq} Requires: autoconf >= 2.62 Version: 1.11.1 -Release: 1 +Release: 6 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Url: http://www.gnu.org/software/automake BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,7 +58,7 @@ Authors: %build %configure --docdir=%{_docdir}/%{name} -make %{?jobs:-j%jobs}; +make %{?_smp_mflags}; %if "%{name}" == "automake-testsuite" %check diff --git a/automake.changes b/automake.changes index 09b4e8e..08c9f70 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Fri Dec 11 16:41:49 CET 2009 - pth@suse.de diff --git a/automake.spec b/automake.spec index fccd934..38756a9 100644 --- a/automake.spec +++ b/automake.spec @@ -1,7 +1,7 @@ # # spec file for package automake (Version 1.11.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ AutoReqProv: on PreReq: %{install_info_prereq} Requires: autoconf >= 2.62 Version: 1.11.1 -Release: 1 +Release: 6 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Url: http://www.gnu.org/software/automake BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,7 +58,7 @@ Authors: %build %configure --docdir=%{_docdir}/%{name} -make %{?jobs:-j%jobs}; +make %{?_smp_mflags}; %if "%{name}" == "automake-testsuite" %check