diff --git a/patch.changes b/patch.changes index 4042885..7b5cba1 100644 --- a/patch.changes +++ b/patch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 2 06:57:49 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + ------------------------------------------------------------------- Wed May 5 01:28:12 CEST 2010 - agruen@suse.de diff --git a/patch.spec b/patch.spec index d22ff60..b7352c6 100644 --- a/patch.spec +++ b/patch.spec @@ -25,7 +25,7 @@ License: GPLv3+ Group: Productivity/Text/Utilities AutoReqProv: on Version: 2.6.1.81 -Release: 1 +Release: 4 Summary: GNU patch Source: ftp://alpha.gnu.org/gnu/patch/patch-%version%hash.tar.bz2 Patch: unified-reject-files-compat.diff @@ -49,7 +49,7 @@ Authors: %build CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \ ./configure --prefix=%{_prefix} -make %{?jobs:-j%jobs} %{verbose:V=1}; +make %{?_smp_mflags} %{verbose:V=1}; %check make check %{verbose:V=1}