SHA256
6
0
forked from pool/grep
OBS User unknown
2007-05-17 09:38:38 +00:00
committed by Git OBS Bridge
parent 9c56d9d307
commit 47b8536896
3 changed files with 89 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Provides: base:/usr/bin/grep
Autoreqprov: on
PreReq: %{install_info_prereq}
Version: 2.5.2
Release: 1
Release: 3
Summary: Print lines matching a pattern
Source: grep-%{version}.tar.bz2
Patch: grep-%{version}.diff
@@ -29,6 +29,7 @@ Patch3: grep-2.5.2-nb.patch
Patch4: wordmatch.patch
Patch5: grep-2.5.1a-mbcset.diff
Patch6: xfail-tests.diff
Patch7: icase.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -55,6 +56,7 @@ Authors:
%patch4
%patch5
%patch6
%patch7
%build
%{suse_update_config -f}
@@ -96,6 +98,8 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
/usr/share/locale/*/LC_MESSAGES/grep.mo
%changelog
* Tue May 15 2007 - schwab@suse.de
- Fix some icase bugs.
* Mon May 07 2007 - schwab@suse.de
- Try to get something sensible out of CVS.
* Thu Mar 22 2007 - schwab@suse.de