diff --git a/autoconf-el.changes b/autoconf-el.changes index b137c4e..caca040 100644 --- a/autoconf-el.changes +++ b/autoconf-el.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon May 31 09:57:17 UTC 2010 - coolo@novell.com diff --git a/autoconf-el.spec b/autoconf-el.spec index 54d294c..7c395da 100644 --- a/autoconf-el.spec +++ b/autoconf-el.spec @@ -23,7 +23,7 @@ License: GPLv3+ Group: Productivity/Editors/Emacs AutoReqProv: on Version: 2.65 -Release: 3 +Release: 8 Summary: Emacs mode for editing GNU Autoconf scripts Url: http://www.gnu.org/software/autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/autoconf-testsuite.changes b/autoconf-testsuite.changes index b137c4e..caca040 100644 --- a/autoconf-testsuite.changes +++ b/autoconf-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon May 31 09:57:17 UTC 2010 - coolo@novell.com diff --git a/autoconf-testsuite.spec b/autoconf-testsuite.spec index 62cb9e4..534c688 100644 --- a/autoconf-testsuite.spec +++ b/autoconf-testsuite.spec @@ -26,7 +26,7 @@ AutoReqProv: on Requires: m4 >= 1.4.6 PreReq: %{install_info_prereq} Version: 2.65 -Release: 2 +Release: 8 Summary: A GNU Tool for Automatically Configuring Source Code Source: autoconf-%{version}.tar.bz2 Patch0: autoreconf-ltdl.diff @@ -53,7 +53,7 @@ only required for the generation of the scripts, not their use. %build %{suse_update_config -f config} ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{name}" == "autoconf-testsuite" diff --git a/autoconf.changes b/autoconf.changes index b137c4e..caca040 100644 --- a/autoconf.changes +++ b/autoconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon May 31 09:57:17 UTC 2010 - coolo@novell.com diff --git a/autoconf.spec b/autoconf.spec index b7edcb9..1a551ec 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -26,7 +26,7 @@ AutoReqProv: on Requires: m4 >= 1.4.6 PreReq: %{install_info_prereq} Version: 2.65 -Release: 3 +Release: 8 Summary: A GNU Tool for Automatically Configuring Source Code Source: autoconf-%{version}.tar.bz2 Patch0: autoreconf-ltdl.diff @@ -53,7 +53,7 @@ only required for the generation of the scripts, not their use. %build %{suse_update_config -f config} ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %if "%{name}" == "autoconf-testsuite"