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:
parent
a32c5c6876
commit
20a987eb0c
@ -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
|
Sat Feb 13 15:06:26 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Obsoletes: diff
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 2.8.7
|
Version: 2.8.7
|
||||||
Release: 145
|
Release: 146
|
||||||
Summary: GNU diff Utilities
|
Summary: GNU diff Utilities
|
||||||
Source: diffutils-%{version}-cvs.tar.bz2
|
Source: diffutils-%{version}-cvs.tar.bz2
|
||||||
Patch1: diffutils-2.8.1-i18n-0.2.patch
|
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
|
The GNU diff utilities find differences between files. diff is used to
|
||||||
make source code patches, for instance.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-cvs
|
%setup -q -n %{name}-%{version}-cvs
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -57,7 +48,7 @@ AUTOPOINT=true autoreconf -fi
|
|||||||
touch man/*.1
|
touch man/*.1
|
||||||
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
--prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir}
|
--prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir}
|
||||||
make %{?jobs:-j%jobs};
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||||
|
Loading…
Reference in New Issue
Block a user