X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=grep.spec;h=cc74f1840258eac682d67d1748d3a33eee9067d4;hb=17b2cda769cfb41079eacd80a915e02b31198504;hp=e3e7bbf26359c166d3b4a35caeb0b72588e029bd;hpb=affcb00b9431b4ea43e1858ccb8be4a5e606740f;p=packages%2Fgrep.git diff --git a/grep.spec b/grep.spec index e3e7bbf..cc74f18 100644 --- a/grep.spec +++ b/grep.spec @@ -1,27 +1,43 @@ -# bcond_on_pcre - PCRE support +# +# Conditional build: +%bcond_without pcre # with PCRE support +# Summary: GNU grep Utilities -Summary(de): GNU-Version der Pattern-Matching-Utilities -Summary(fr): Utilitaires grep de GNU -Summary(pl): GNU grep -Summary(tr): Dosyalarda katar arama aracý +Summary(de.UTF-8): GNU-Version der Pattern-Matching-Utilities +Summary(es.UTF-8): Utilitarios grep GNU +Summary(fr.UTF-8): Utilitaires grep de GNU +Summary(ja.UTF-8): GNU grep の日本語対応版です. +Summary(pl.UTF-8): GNU grep +Summary(pt_BR.UTF-8): Utilitários grep GNU +Summary(ru.UTF-8): Утилиты поиска по шаблонам GNU grep +Summary(tr.UTF-8): Dosyalarda katar arama aracı +Summary(uk.UTF-8): Утиліти пошуку по шаблонам GNU grep Name: grep -Version: 2.5e +Version: 2.5.3 Release: 3 -Epoch: 1 -License: GPL +Epoch: 2 +License: GPL v3+ Group: Applications/Text -Group(de): Applikationen/Text -Group(fr): Utilitaires/Texte -Group(pl): Aplikacje/Tekst -Source0: ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: %{name}.1.pl +Source0: http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.gz +# Source0-md5: 4f371f25f413f700fb1984b878421f9d +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}-m4.patch -Patch2: %{name}-ac25x.patch -%{?bcond_on_pcre:BuildRequires: pcre-devel} -%{?bcond_on_pcre:Requires: pcre} +Patch1: %{name}-locale-names.patch +Patch2: %{name}-pl.po-update.patch +Patch3: %{name}-strerror.patch +# from debian; very important for multibytes locale; see https://savannah.gnu.org/bugs/?14472 +Patch4: %{name}-egf-speedup.patch +Patch5: %{name}-dfa-optional.patch +Patch6: %{name}-match_icase.patch +URL: http://www.gnu.org/software/grep/grep.html +BuildRequires: autoconf >= 2.53 BuildRequires: automake -BuildRequires: autoconf +BuildRequires: gettext-devel +BuildRequires: libtool +%{?with_pcre:BuildRequires: pcre-devel} +BuildRequires: texinfo +%{?with_pcre:Requires: pcre} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _bindir /bin @@ -33,80 +49,119 @@ 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 +%description -l de.UTF-8 +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. +enthält grep, egrep und fgrep. -%description -l fr -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 +%description -l es.UTF-8 +Esta es la implementación GNU del popular utilitario grep. Permite la +localización rápida de strings en archivos texto. + +%description -l fr.UTF-8 +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 pl -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 ja.UTF-8 +GNU プロジェクトによる grep, egrep, fgrep (以下単に grep) をマルチバ +イトパッチ(mb1.04)によって日本語対応にしたものです. + +%description -l pl.UTF-8 +GNU grep jest implementacją popularnego programu uniksowego `grep'. +Grep jest jednym z podstawowych narzędzi, korzysta z niego prawie +każdy skrypt shella. + +%description -l pt_BR.UTF-8 +Esta é a implementação GNU do popular utilitário grep. Permite a +localização rápida de strings em arquivos texto. + +%description -l ru.UTF-8 +Это реализация 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. +%description -l tr.UTF-8 +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.UTF-8 +Це GNU реалізація популярної утиліти grep, призначеної для швидкого +пошуку по шаблону в текстових файлах. %prep -%setup -q +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p0 +%patch5 -p0 +%patch6 -p0 + +# outdated, there is already nb.po +rm -f po/no.po %build -rm -f missing m4/{largefile,error,gettext,lcmessage,progtest}.m4 -gettextize --force --copy -aclocal -autoconf -automake -a -c - -%ifarch sparc sparc64 -CPPFLAGS="" -export CPPFLAGS -%endif +%{__libtoolize} +%{__aclocal} -I m4 +%{__automake} +%{__autoheader} +%{__autoconf} %configure \ - %{?!bcond_on_pcre:--disable-perl-regexp} \ + %{!?with_pcre:--disable-perl-regexp} \ + --without-included-regex \ --enable-nls %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1 +install -d $RPM_BUILD_ROOT/etc/env.d -%{__make} install DESTDIR=$RPM_BUILD_ROOT - -install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/grep.1 +%{__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 -echo .so grep.1 > $RPM_BUILD_ROOT%{_mandir}/pl/man1/egrep.1 -echo .so grep.1 > $RPM_BUILD_ROOT%{_mandir}/pl/man1/fgrep.1 +bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} -gzip -9nf NEWS README ChangeLog TODO +cat << EOF >$RPM_BUILD_ROOT/etc/env.d/GREP_OPTIONS +#GREP_OPTIONS="--binary-files=without-match --directories=skip --color=auto" +EOF %find_lang %{name} +rm -f $RPM_BUILD_ROOT%{_infodir}/dir +rm -f $RPM_BUILD_ROOT%{_mandir}/README.grep-non-english-man-pages +rm -f $RPM_BUILD_ROOT%{_mandir}/ja-grep-nozgrep.diff + %clean rm -rf $RPM_BUILD_ROOT -%post -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%post -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} +-/sbin/env-update -u -%postun -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%postun -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} +-/sbin/env-update -u %files -f %{name}.lang %defattr(644,root,root,755) -%doc *.gz +%doc NEWS README ChangeLog TODO +%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/* %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*