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..054da69 100644 --- a/patch.spec +++ b/patch.spec @@ -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}