]> git.pld-linux.org Git - packages/grep.git/commitdiff
- Release: 8 auto/ac/grep-2_5_1-8
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 27 Jan 2004 13:32:38 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- auto* stuff regenerated so this compiles again.
  Do anybody want to clear all the warnings?

Changed files:
    grep.spec -> 1.81

grep.spec

index 645af88b37b0ef346becbb3c1678dde016f00163..1f1dcd406f49e56ad03382e7128b0ba1ac2b476f 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -11,7 +11,7 @@ Summary(tr):  Dosyalarda katar arama arac
 Summary(uk):   õÔÉ̦ÔÉ ÐÏÛÕËÕ ÐÏ ÛÁÂÌÏÎÁÍ GNU grep
 Name:          grep
 Version:       2.5.1
-Release:       7
+Release:       8
 Epoch:         2
 License:       GPL
 Group:         Applications/Text
@@ -26,6 +26,7 @@ Patch1:               %{name}-e%{name}.patch
 BuildRequires: gettext-devel
 BuildRequires: gettext-devel
 BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -84,7 +85,11 @@ kullan
 %patch1 -p1
 
 %build
-cp /usr/share/automake/config.sub .
+rm m4/{header,init}.m4
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__automake}
+%{__autoconf}
 %ifarch sparc sparc64
 CPPFLAGS=""
 export CPPFLAGS
This page took 0.103295 seconds and 4 git commands to generate.