]> git.pld-linux.org Git - packages/grep.git/blobdiff - grep.spec
- automake minimal version requirement removed. It is enforced by Conflict in rpm...
[packages/grep.git] / grep.spec
index 52fdebff60ed9a65b9b2b6abad166cd9ed8b7c2f..a000ea857a86bcb6c1f7b45322f69541efb01f89 100644 (file)
--- a/grep.spec
+++ b/grep.spec
-Summary:     GNU grep Utilities
-Name:        grep
-Version:     2.2
-Release:     4
-Copyright:   GPL
-Group:       Utilities/Text
-Group(pl):   Narzêdzia/Tekst
-Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
-Buildroot:   /tmp/buildroot-%{name}-%{version}
-Summary(fr): Utilitaires grep de GNU
-Summary(pl): GNU grep 
-Summary(tr): Dosyalarda katar arama aracý
+# _with_pcre - PCRE support
+Summary:       GNU grep Utilities
+Summary(de):   GNU-Version der Pattern-Matching-Utilities
+Summary(es):   Utilitarios grep GNU
+Summary(fr):   Utilitaires grep de GNU
+Summary(ja):   GNU grep ¤ÎÆüËܸìÂбþÈǤǤ¹.
+Summary(pl):   GNU grep
+Summary(pt_BR):        Utilitários grep GNU
+Summary(ru):   õÔÉÌÉÔÙ ÐÏÉÓËÁ ÐÏ ÛÁÂÌÏÎÁÍ GNU grep
+Summary(tr):   Dosyalarda katar arama aracý
+Summary(uk):   õÔÉ̦ÔÉ ÐÏÛÕËÕ ÐÏ ÛÁÂÌÏÎÁÍ GNU grep
+Name:          grep
+Version:       2.5.1
+Release:       6
+Epoch:         2
+License:       GPL
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{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}-e%{name}.patch
+%{?_with_pcre:BuildRequires:   pcre-devel}
+%{?_with_pcre:Requires:        pcre}
+BuildRequires: gettext-devel
+BuildRequires: gettext-devel
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _bindir         /bin
+%define                _exec_prefix    /
 
 %description
-This is the GNU implementation of the popular `grep' *nix
-utility.  It allows for the fast locating of strings in text files.
+The GNU versions of commonly used grep utilities. Grep searches one or
+more input files for lines which contain a match to a specified
+pattern and then prints the matching lines. GNU's grep utilities
+include grep, egrep and fgrep.
 
 %description -l de
-Dies ist die GNU-Implementierung des beliebten *nix-Dienstprogramms
-'grep'. Damit können schnell Zeichenketten in Textdateien finden.
+Die GNU-Versionen der häufig benutzten grep-Utilities. Grep durchsucht
+eine oder mehrere Eingabedateien nach Zeilen, die auf ein angegebenes
+Muster passen, und zeigt dann die entsprechenden Zeilen an. GNUs grep
+enthält grep, egrep und fgrep.
+
+%description -l es
+Esta es la implementación GNU del popular utilitario grep. Permite la
+localización rápida de strings en archivos texto.
 
 %description -l fr
-Ceci est l'implémentation par GNU du  populaire l'utilitaire grep 
-su *nix. Il permet de localiser rapidement des chaînes de caractéres
-dans les fichiers.
+Ceci est l'implémentation par GNU du populaire l'utilitaire grep su
+Unix. Il permet de localiser rapidement des chaînes de caractéres dans
+les fichiers.
+
+%description -l ja
+GNU ¥×¥í¥¸¥§¥¯¥È¤Ë¤è¤ë grep, egrep, fgrep (°Ê²¼Ã±¤Ë grep) ¤ò¥Þ¥ë¥Á¥Ð
+¥¤¥È¥Ñ¥Ã¥Á(mb1.04)¤Ë¤è¤Ã¤ÆÆüËܸìÂбþ¤Ë¤·¤¿¤â¤Î¤Ç¤¹.
 
-%description -l pl 
-GNU grep jest implementacj± popularnego programu unixowego `grep'.
+%description -l pl
+GNU grep jest implementacj± popularnego programu uniksowego `grep'.
 Grep jest jednym z podstawowych narzêdzi, korzysta z niego prawie
-ka¿dym skrypt shella. 
+ka¿dy skrypt shella.
+
+%description -l pt_BR
+Esta é a implementação GNU do popular utilitário grep. Permite a
+localização rápida de strings em arquivos texto.
+
+%description -l ru
+üÔÏ ÒÅÁÌÉÚÁÃÉÑ GNU ÕÔÉÌÉÔÙ grep, ÐÒÅÄÎÁÚÎÁÞÅÎÎÏÊ ÄÌÑ ÂÙÓÔÒÏÇÏ ÐÏÉÓËÁ
+ÐÏ ÏÂÒÁÚÃÕ × ÔÅËÓÔÏ×ÙÈ ÆÁÊÌÁÈ.
 
 %description -l tr
-Bu, bütün Unix'lerde bulunan ve yaygýn olarak kullanýlan grep aracýnýn GNU
-sürümüdür. Metin dosyalarý içinde bulunan katarlarý aramada kullanýlýr.
+Bu, bütün Unix'lerde bulunan ve yaygýn olarak kullanýlan grep aracýnýn
+GNU sürümüdür. Metin dosyalarý içinde bulunan katarlarý aramada
+kullanýlýr.
+
+%description -l uk
+ãÅ GNU ÒÅÁ̦ÚÁæѠÐÏÐÕÌÑÒÎϧ ÕÔÉ̦ÔÉ grep, ÐÒÉÚÎÁÞÅÎϧ ÄÌÑ Û×ÉÄËÏÇÏ
+ÐÏÛÕËÕ ÐÏ ÛÁÂÌÏÎÕ × ÔÅËÓÔÏ×ÉÈ ÆÁÊÌÁÈ.
 
 %prep
-%setup -q
+%setup  -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-CFLAGS=$RPM_OPT_FLAGS LDFLAGS="-s" \
-./configure \
-       --prefix=/usr \
-       --exec-prefix=/
-make 
+cp /usr/share/automake/config.sub .
+%ifarch sparc sparc64
+CPPFLAGS=""
+export CPPFLAGS
+%endif
+%configure \
+       %{?!_with_pcre:--disable-perl-regexp} \
+       --without-included-regex \
+       --enable-nls
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT/usr exec_prefix=$RPM_BUILD_ROOT install
-ln -sf /bin/grep $RPM_BUILD_ROOT/bin/fgrep
-ln -sf /bin/grep $RPM_BUILD_ROOT/bin/egrep
-echo .so grep.1 > $RPM_BUILD_ROOT/usr/man/man1/egrep.1
-echo .so grep.1 > $RPM_BUILD_ROOT/usr/man/man1/fgrep.1
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+echo .so grep.1 > $RPM_BUILD_ROOT%{_mandir}/man1/egrep.1
+echo .so grep.1 > $RPM_BUILD_ROOT%{_mandir}/man1/fgrep.1
+
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(644, root, root, 755)
-%doc NEWS README ChangeLog
-%attr(755, root, root) /bin/*
-%attr(644, root,  man) /usr/man/man1/*
-
-%lang(de) /usr/share/locale/de/LC_MESSAGES/grep.mo
-%lang(es) /usr/share/locale/es/LC_MESSAGES/grep.mo
-%lang(fr) /usr/share/locale/fr/LC_MESSAGES/grep.mo
-%lang(ko) /usr/share/locale/ko/LC_MESSAGES/grep.mo
-%lang(nl) /usr/share/locale/nl/LC_MESSAGES/grep.mo
-%lang(no) /usr/share/locale/no/LC_MESSAGES/grep.mo
-%lang(pl) /usr/share/locale/pl/LC_MESSAGES/grep.mo
-%lang(ru) /usr/share/locale/ru/LC_MESSAGES/grep.mo
-%lang(sl) /usr/share/locale/sl/LC_MESSAGES/grep.mo
-%lang(sv) /usr/share/locale/sv/LC_MESSAGES/grep.mo
-
-%changelog
-* Fri Dec 11 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [2.2-4]
-- added gzipping man pages,
-- added using LDFLAGS="-s" to ./configure enviroment.
-
-* Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [2.2-3]
-- added pl translation,
-- minor modification of the spec file.
-
-* Sat May 09 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
-- updated to 2.2
-
-* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
-- updated from 2.0 to 2.1
-- spec file cleanups
-- added BuildRoot
-
-* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
-- built against glibc
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc NEWS README ChangeLog TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%lang(cs) %{_mandir}/cs/man1/*
+%lang(de) %{_mandir}/de/man1/*
+%lang(es) %{_mandir}/es/man1/*
+%lang(fi) %{_mandir}/fi/man1/*
+%lang(fr) %{_mandir}/fr/man1/*
+%lang(hu) %{_mandir}/hu/man1/*
+%lang(it) %{_mandir}/it/man1/*
+%lang(ja) %{_mandir}/ja/man1/*
+%lang(nl) %{_mandir}/nl/man1/*
+%lang(pl) %{_mandir}/pl/man1/*
+%{_infodir}/*info*
This page took 0.042654 seconds and 4 git commands to generate.