OBS User unknown
2009-06-12 15:32:35 +00:00
committed by Git OBS Bridge
parent 38e83c5257
commit c1df53f438
8 changed files with 94 additions and 31 deletions

View File

@@ -26,7 +26,7 @@ Provides: base:/usr/bin/grep
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 2.5.4
Release: 2
Release: 3
Summary: Print lines matching a pattern
Source: grep-%{version}.tar.bz2
Patch: grep-%{version}.diff
@@ -34,6 +34,7 @@ Patch1: pcre-static.patch
Patch2: grep-2.5.1a-mbcset.diff
Patch3: icase.diff
Patch4: grep-i18n-speedup.diff
Patch5: grep-glibc210.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -58,6 +59,7 @@ Authors:
%patch2
%patch3
%patch4
%patch5 -p1
rm -f lib/regex.h
rm -f m4/header.m4 m4/install.m4 m4/isc-posix.m4 m4/largefile.m4 m4/missing.m4 m4/sanity.m4
@@ -92,6 +94,9 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
%doc %{_infodir}/*.gz
%changelog
* Thu Jun 11 2009 coolo@novell.com
- rediff to avoid fuzz
- fix build with glibc 2.10
* Thu Jun 04 2009 crrodriguez@suse.de
- link pcre library dynamically
* Wed Feb 11 2009 schwab@suse.de