]> git.pld-linux.org Git - packages/grep.git/commitdiff
- updated to 2.4.1,
authorkloczek <kloczek@pld-linux.org>
Fri, 3 Mar 2000 18:51:55 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    grep.spec -> 1.24

grep.spec

index 33392b75a65986283238889f66c60aafa4b61acb..0ff02622229507c52f08db2b64f8a19411e7f433 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -4,10 +4,11 @@ Summary(fr):  Utilitaires grep de GNU
 Summary(pl):   GNU grep 
 Summary(tr):   Dosyalarda katar arama aracý
 Name:          grep
-Version:       2.4a
+Version:       2.4.1
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Utilities/Text
+Group(fr):     Utilitaires/Texte
 Group(pl):     Narzêdzia/Tekst
 Source0:       ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Source1:       grep.1.pl
@@ -19,22 +20,16 @@ Buildroot:  /tmp/%{name}-%{version}-root
 %define                _exec_prefix    /
 
 %description
-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.
-
-You should install grep on your system, because it is a very useful utility
-for searching through text files, for system administration tasks, etc.
+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
 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.
-
-Sie sollten grep auf Ihren System installieren, weil es ein sehr nützliches
-Utility für Durchsuchen von Textdateien und Systemadministration ist.
+passen, und zeigt dann die entsprechenden Zeilen an. GNUs grep enthält
+grep, egrep und fgrep.
 
 %description -l fr
 Ceci est l'implémentation par GNU du  populaire l'utilitaire grep su *nix.
@@ -42,8 +37,9 @@ Il permet de localiser rapidement des cha
 fichiers.
 
 %description -l pl 
-GNU grep jest implementacj± popularnego programu unixowego `grep'. Grep jest
-jednym z podstawowych narzêdzi, korzysta z niego prawie ka¿dy skrypt shella.
+GNU grep jest implementacj± popularnego programu unixowego `grep'. Grep
+jest jednym z podstawowych narzêdzi, korzysta z niego prawie ka¿dy skrypt
+shella.
 
 %description -l tr
 Bu, bütün Unix'lerde bulunan ve yaygýn olarak kullanýlan grep aracýnýn GNU
@@ -89,16 +85,16 @@ gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/{man1/*,pl/man1/*}} \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%{_sbindir}/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%{_sbindir}/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {NEWS,README,ChangeLog,TODO}.gz
 
-%attr(755,root,root) /bin/*
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
 %{_infodir}/*info*
This page took 0.044168 seconds and 4 git commands to generate.