From 3d44c28a5a7c12a4be7b1840d723e5aa5e647997 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:51:25 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20grep-2.?= =?UTF-8?q?4.2-5.src.rpm=20Tue=20Feb=2027=202001=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20use=20%{=5Ftmppath}=20-=20langify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grep.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/grep.spec b/grep.spec index 8f9679e..b2cd48f 100644 --- a/grep.spec +++ b/grep.spec @@ -1,14 +1,14 @@ Summary: The GNU versions of grep pattern matching utilities. Name: grep Version: 2.4.2 -Release: 4 +Release: 5 Copyright: GPL Group: Applications/Text Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.gz Patch: grep-2.4.2-i18n.patch Prefix: %{_prefix} Prereq: /sbin/install-info -Buildroot: /var/tmp/grep-root +Buildroot: %{_tmppath}/%{name}-%{version}-root %description The GNU versions of commonly used grep utilities. Grep searches @@ -37,6 +37,8 @@ rm -rf $RPM_BUILD_ROOT%{_prefix}/bin %endif gzip -9f $RPM_BUILD_ROOT%{_infodir}/grep* +%find_lang %name + %clean rm -rf ${RPM_BUILD_ROOT} @@ -48,7 +50,7 @@ if [ $1 = 0 ]; then /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz fi -%files +%files -f %{name}.lang %defattr(-,root,root) %doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog @@ -59,9 +61,12 @@ fi %endif %{_infodir}/*.info.gz %{_mandir}/*/* -%{_prefix}/share/locale/*/*/grep.* %changelog +* Tue Feb 27 2001 Trond Eivind Glomsrød +- use %%{_tmppath} +- langify + * Sun Aug 20 2000 Jakub Jelinek - i18n character ranges patch from Ulrich Drepper