This commit is contained in:
committed by
Git OBS Bridge
parent
47b8536896
commit
67cc99e155
15
grep.spec
15
grep.spec
@@ -12,14 +12,14 @@
|
||||
|
||||
Name: grep
|
||||
BuildRequires: pcre-devel
|
||||
URL: http://www.gnu.org/software/grep/
|
||||
License: GNU General Public License (GPL)
|
||||
Url: http://www.gnu.org/software/grep/
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Text/Utilities
|
||||
Provides: base:/usr/bin/grep
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 2.5.2
|
||||
Release: 3
|
||||
Release: 29
|
||||
Summary: Print lines matching a pattern
|
||||
Source: grep-%{version}.tar.bz2
|
||||
Patch: grep-%{version}.diff
|
||||
@@ -30,6 +30,7 @@ Patch4: wordmatch.patch
|
||||
Patch5: grep-2.5.1a-mbcset.diff
|
||||
Patch6: xfail-tests.diff
|
||||
Patch7: icase.diff
|
||||
Patch8: grep-i18n-speedup.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -48,7 +49,7 @@ Authors:
|
||||
Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
@@ -57,6 +58,7 @@ Authors:
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
@@ -96,8 +98,9 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
|
||||
%doc %{_mandir}/man1/grep.1.gz
|
||||
%doc %{_infodir}/grep*.gz
|
||||
/usr/share/locale/*/LC_MESSAGES/grep.mo
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2007 - schwab@suse.de
|
||||
- Allocate MB properties lazily.
|
||||
* Tue May 15 2007 - schwab@suse.de
|
||||
- Fix some icase bugs.
|
||||
* Mon May 07 2007 - schwab@suse.de
|
||||
|
Reference in New Issue
Block a user