Accepting request 43686 from Base:System

Copy from Base:System/diffutils based on submit request 43686 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-07-23 20:06:30 +00:00 committed by Git OBS Bridge
parent a32c5c6876
commit 20a987eb0c
2 changed files with 7 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Sat Feb 13 15:06:26 CET 2010 - rguenther@suse.de

View File

@ -27,7 +27,7 @@ Obsoletes: diff
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 2.8.7
Release: 145
Release: 146
Summary: GNU diff Utilities
Source: diffutils-%{version}-cvs.tar.bz2
Patch1: diffutils-2.8.1-i18n-0.2.patch
@ -38,15 +38,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
The GNU diff utilities find differences between files. diff is used to
make source code patches, for instance.
Authors:
--------
Paul Eggert <eggert@twinsun.com>
David J. MacKenzie <djm@gnu.org>
Richard Stallman <rms@gnu.org>
Roland McGrath <roland@gnu.org>
%prep
%setup -q -n %{name}-%{version}-cvs
%patch1 -p1
@ -57,7 +48,7 @@ AUTOPOINT=true autoreconf -fi
touch man/*.1
./configure CFLAGS="$RPM_OPT_FLAGS" \
--prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir}
make %{?jobs:-j%jobs};
make %{?_smp_mflags}
%install
make install DESTDIR="$RPM_BUILD_ROOT"