Accepting request 49168 from devel:tools

Copy from devel:tools/patch based on submit request 49168 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2010-09-27 13:51:16 +00:00 committed by Git OBS Bridge
parent 4f6c787180
commit 97191683e0
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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}