]> git.pld-linux.org Git - packages/grep.git/commitdiff
- R: automake for config.sub with amd64 support
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 10:54:32 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grep.spec -> 1.78

grep.spec

index aa0c9383caf5e94ba7142520307290c999bd4b04..53e632d51d21ae171a471772928d28adb26f5c2e 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -24,6 +24,8 @@ Patch1:               %{name}-e%{name}.patch
 %{?_with_pcre:BuildRequires:   pcre-devel}
 %{?_with_pcre:Requires:        pcre}
 BuildRequires: gettext-devel
+BuildRequires: gettext-devel
+BuildRequires: automake >= 1.7.9-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
@@ -82,6 +84,7 @@ kullan
 %patch1 -p1
 
 %build
+cp /usr/share/automake/config.sub .
 %ifarch sparc sparc64
 CPPFLAGS=""
 export CPPFLAGS
This page took 0.070469 seconds and 4 git commands to generate.