diff --git a/patch.changes b/patch.changes index 7b5cba1..4042885 100644 --- a/patch.changes +++ b/patch.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -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 054da69..d22ff60 100644 --- a/patch.spec +++ b/patch.spec @@ -49,7 +49,7 @@ Authors: %build CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \ ./configure --prefix=%{_prefix} -make %{?_smp_mflags} %{verbose:V=1}; +make %{?jobs:-j%jobs} %{verbose:V=1}; %check make check %{verbose:V=1}