]> git.pld-linux.org Git - packages/grep.git/commitdiff
- added locale-names patch, change no->nb; release 12 auto/ac/grep-2_5_1-12
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Jul 2004 08:46:59 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grep.spec -> 1.86

grep.spec

index d7e90919d8919586efe101c84650c02159570fd8..c18edc6722ffacce71656d140dbd9d150c19b539 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    pcre    # PCRE support
+%bcond_with    pcre    # with PCRE support
 #
 Summary:       GNU grep Utilities
 Summary(de):   GNU-Version der Pattern-Matching-Utilities
@@ -14,21 +14,22 @@ Summary(tr):        Dosyalarda katar arama arac
 Summary(uk):   õÔÉ̦ÔÉ ÐÏÛÕËÕ ÐÏ ÛÁÂÌÏÎÁÍ GNU grep
 Name:          grep
 Version:       2.5.1
-Release:       11
+Release:       12
 Epoch:         2
 License:       GPL
 Group:         Applications/Text
-Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.gz
 # Source0-md5: ae69f8112cdc63615cefe944f38bbee7
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 1b5e726d0bee53e898531de4a76ad290
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-egrep.patch
+Patch2:                %{name}-locale-names.patch
 %{?with_pcre:BuildRequires:    pcre-devel}
-%{?with_pcre:Requires: pcre}
 BuildRequires: gettext-devel
 BuildRequires: automake
 BuildRequires: autoconf
+%{?with_pcre:Requires: pcre}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -82,9 +83,10 @@ kullan
 ÐÏÛÕËÕ ÐÏ ÛÁÂÌÏÎÕ × ÔÅËÓÔÏ×ÉÈ ÆÁÊÌÁÈ.
 
 %prep
-%setup  -q
+%setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rm -f m4/{header,init}.m4
 
@@ -95,6 +97,9 @@ rm -f m4/{header,init}.m4
 cat m4/strerror_r.m4 >> acinclude.m4
 touch m4/{header,init}.m4
 
+# there is nb.po included, but more outdated than no.po (only no was in LINGUAS)
+mv -f po/{no,nb}.po
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.029984 seconds and 4 git commands to generate.