packages: grep/grep.spec - updated to 2.7

qboosh qboosh at pld-linux.org
Sat Sep 25 07:15:48 CEST 2010


Author: qboosh                       Date: Sat Sep 25 05:15:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.7

---- Files affected:
packages/grep:
   grep.spec (1.110 -> 1.111) 

---- Diffs:

================================================================
Index: packages/grep/grep.spec
diff -u packages/grep/grep.spec:1.110 packages/grep/grep.spec:1.111
--- packages/grep/grep.spec:1.110	Sat Apr 24 21:31:08 2010
+++ packages/grep/grep.spec	Sat Sep 25 07:15:42 2010
@@ -1,8 +1,8 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	pcre	# with PCRE support
-%bcond_without	tests
+%bcond_without	pcre	# PCRE support
+%bcond_without	tests	# don't perform "make check"
 #
 Summary:	GNU grep Utilities
 Summary(de.UTF-8):	GNU-Version der Pattern-Matching-Utilities
@@ -15,13 +15,13 @@
 Summary(tr.UTF-8):	Dosyalarda katar arama aracı
 Summary(uk.UTF-8):	Утиліти пошуку по шаблонам GNU grep
 Name:		grep
-Version:	2.6.3
+Version:	2.7
 Release:	1
 Epoch:		2
 License:	GPL v3+
 Group:		Applications/Text
 Source0:	http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.xz
-# Source0-md5:	69a3bf508a3f14d12369e0e1c7a92763
+# Source0-md5:	6dd9931a52501519d7779a27cf953326
 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
@@ -29,12 +29,10 @@
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
 BuildRequires:	gettext-devel
-BuildRequires:	libtool
 %{?with_pcre:BuildRequires:	pcre-devel}
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	texinfo
 BuildRequires:	xz
-%{?with_pcre:Requires:	pcre}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_bindir		/bin
@@ -92,11 +90,11 @@
 %patch0 -p1
 
 %build
-%{__libtoolize}
+%{__gettextize}
 %{__aclocal} -I m4
-%{__automake}
-%{__autoheader}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	%{!?with_pcre:--disable-perl-regexp} \
 	--disable-silent-rules \
@@ -141,9 +139,13 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc NEWS README ChangeLog TODO
-%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/GREP_OPTIONS
+%attr(755,root,root) %{_bindir}/egrep
+%attr(755,root,root) %{_bindir}/fgrep
+%attr(755,root,root) %{_bindir}/grep
+%{_mandir}/man1/egrep.1*
+%{_mandir}/man1/fgrep.1*
+%{_mandir}/man1/grep.1*
 %lang(cs) %{_mandir}/cs/man1/*
 %lang(de) %{_mandir}/de/man1/*
 %lang(es) %{_mandir}/es/man1/*
@@ -154,7 +156,7 @@
 %lang(ja) %{_mandir}/ja/man1/*
 %lang(nl) %{_mandir}/nl/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
-%{_infodir}/*info*
+%{_infodir}/grep.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -162,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111  2010/09/25 05:15:42  qboosh
+- updated to 2.7
+
 Revision 1.110  2010/04/24 19:31:08  arekm
 - up to 2.6.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grep/grep.spec?r1=1.110&r2=1.111&f=u



More information about the pld-cvs-commit mailing list