autoconf-2.67.

This commit is contained in:
Ralf Corsepius
2010-08-05 06:01:02 +00:00
parent 06889f2173
commit 96546afb72
3 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
include $(top_srcdir)/mkspec.am
AUTOCONF_VERS = 2.66
AUTOCONF_VERS = 2.67
AUTOCONF_RPMREL = 1
include ./autoconf.am

View File

@@ -1,8 +1,9 @@
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
%if "%{srcvers}" == "2.66"
# Fedora's patch to fix
# http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html
# http://lists.gnu.org/archive/html/bug-autoconf/2010-07/msg00012.html
Patch0: autoconf-2.66-611661.diff
%endif

View File

@@ -69,11 +69,19 @@ make
%check
%if "%{_build}" == "%{_host}"
%if "%{srcvers}" <= "2.66"
# test 193 fails sporadically
# test 199 fails deterministically
make check TESTSUITEFLAGS='-192 194-198 200-'
%else
%if "%{srcvers}" <= "2.67"
# test 199 fails deterministically
make check TESTSUITEFLAGS='-198 200-'
%else
make check
%endif
%endif
%endif
%install
rm -rf "${RPM_BUILD_ROOT}"
make DESTDIR=${RPM_BUILD_ROOT} install