automake-1.11.3

This commit is contained in:
Karsten Hopp 2012-02-03 12:00:26 +01:00
parent e86c260bd6
commit cd9bb12fe2
3 changed files with 13 additions and 29 deletions

View File

@ -1,27 +0,0 @@
diff -up automake-1.11.1/tests/Makefile.in.kh automake-1.11.1/tests/Makefile.in
--- automake-1.11.1/tests/Makefile.in.kh 2011-12-01 16:16:56.000000000 +0100
+++ automake-1.11.1/tests/Makefile.in 2011-12-01 16:17:57.000000000 +0100
@@ -410,7 +410,6 @@ cond31.test \
cond32.test \
cond33.test \
cond34.test \
-cond35.test \
cond36.test \
cond37.test \
cond38.test \
@@ -600,7 +599,6 @@ ldadd.test \
ldflags.test \
lex.test \
lex2.test \
-lex3.test \
lex4.test \
lex5.test \
libexec.test \
@@ -817,7 +815,6 @@ silent.test \
silent2.test \
silent3.test \
silent4.test \
-silent5.test \
silent6.test \
silent7.test \
sinclude.test \

View File

@ -0,0 +1,11 @@
diff -up automake-1.11.3/tests/Makefile.in.kh automake-1.11.3/tests/Makefile.in
--- automake-1.11.3/tests/Makefile.in.kh 2012-02-03 11:58:51.000000000 +0100
+++ automake-1.11.3/tests/Makefile.in 2012-02-03 11:58:28.000000000 +0100
@@ -1206,7 +1206,6 @@ txinfo17.test \
txinfo18.test \
txinfo19.test \
txinfo20.test \
-txinfo21.test \
txinfo22.test \
txinfo23.test \
txinfo24.test \

View File

@ -7,7 +7,7 @@ Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Patch0: automake-1.11.1-checks.patch
Patch0: automake-1.11.3-checks.patch
URL: http://sourceware.org/automake/
Requires: autoconf >= 2.62
Buildrequires: autoconf >= 2.62
@ -41,7 +41,7 @@ Makefiles.
%prep
%setup -q -n automake-%{version}
#patch0 -p1
%patch0 -p1
%build
./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \