SHA256
6
0
forked from pool/grep
OBS User unknown
2007-03-22 19:43:58 +00:00
committed by Git OBS Bridge
parent 67fe50d745
commit 1bbe85cdec
3 changed files with 599 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package grep (Version 2.5.1a)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -13,13 +13,13 @@
Name: grep
BuildRequires: pcre-devel
URL: http://www.gnu.org/software/grep/
License: GPL
License: GNU General Public License (GPL)
Group: Productivity/Text/Utilities
Provides: base:/usr/bin/grep
Autoreqprov: on
PreReq: %{install_info_prereq}
Version: 2.5.1a
Release: 21
Release: 48
Summary: Print lines matching a pattern
Source: grep-%{version}.tar.bz2
Patch: grep-%{version}.diff
@@ -35,6 +35,7 @@ Patch9: grep-2.5.1a-mbcset.diff
Patch10: skip-devices.diff
Patch11: pcre-execute.diff
Patch12: kwset.diff
Patch13: mbcache.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -67,6 +68,7 @@ Authors:
%patch10
%patch11
%patch12
%patch13
rename no nb po/no.*
%build
@@ -108,7 +110,9 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
%doc %{_infodir}/grep*.gz
/usr/share/locale/*/LC_MESSAGES/grep.mo
%changelog -n grep
%changelog
* Thu Mar 22 2007 - schwab@suse.de
- Add a variant of the mbcache patch.
* Mon Jul 17 2006 - schwab@suse.de
- Fix matching in unsafe encodings [#192390].
* Sun Jun 11 2006 - schwab@suse.de
@@ -174,8 +178,8 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
- Add i18n patch.
* Tue Sep 04 2001 - schwab@suse.de
- Update to grep 2.4.2:
- New option --binary-files
- Final newline silently provided.
- New option --binary-files
- Final newline silently provided.
* Thu Mar 22 2001 - ro@suse.de
- added split-aliases as provides
* Wed Mar 07 2001 - schwab@suse.de