forked from pool/patch
This commit is contained in:
parent
e2c9334e5c
commit
20880fd984
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cebda4f60db7ef22c5a85945b4ed8d502d0aced08c9f454df7ca0d3eef3bc933
|
||||
size 241297
|
3
patch-2.5.9-97-gd358802.tar.gz
Normal file
3
patch-2.5.9-97-gd358802.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73a35d00c025516c0c8b1b61aec40d99f8caee25cc2f0d82f176e32c4812a21a
|
||||
size 293360
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 18:59:55 CEST 2009 - agruen@suse.de
|
||||
|
||||
- Version 2.5.9.97: Another bugfix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 15:04:50 CEST 2009 - agruen@suse.de
|
||||
|
||||
- Version 2.5.9.95: Gnulib update, bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 22:35:33 CEST 2009 - agruen@suse.de
|
||||
|
||||
|
12
patch.spec
12
patch.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package patch (Version 2.5.9.77)
|
||||
# spec file for package patch (Version 2.5.9.97)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,13 +18,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
||||
%define ver 2.5.9-77-g1ce9b30
|
||||
%define ver 2.5.9-97-gd358802
|
||||
|
||||
Name: patch
|
||||
License: GPL v3 or later
|
||||
Group: Productivity/Text/Utilities
|
||||
AutoReqProv: on
|
||||
Version: 2.5.9.77
|
||||
Version: 2.5.9.97
|
||||
Release: 1
|
||||
Summary: GNU patch
|
||||
Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.gz
|
||||
@ -47,7 +47,7 @@ Authors:
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
||||
./configure --prefix=%{_prefix}
|
||||
make #CPPFLAGS=""
|
||||
make
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -62,6 +62,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/patch.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon Apr 06 2009 agruen@suse.de
|
||||
- Version 2.5.9.97: Another bugfix.
|
||||
* Mon Apr 06 2009 agruen@suse.de
|
||||
- Version 2.5.9.95: Gnulib update, bug fixes.
|
||||
* Fri Apr 03 2009 agruen@suse.de
|
||||
- Update to version patch-2.5.9.77: updated manpage and NEWS, no
|
||||
strict depenency on ed in the test suite anymore, and slightly
|
||||
|
Loading…
Reference in New Issue
Block a user