summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-05 06:01:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-05 06:01:35 +0000
commit244ddf522d8e74a46e3599b5b564a90f392108c1 (patch)
tree9a965bd9882887f11961c7a2971d84de61245a3f /contrib
parentautoconf-2.67. (diff)
downloadrtems-244ddf522d8e74a46e3599b5b564a90f392108c1.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/rtems-4.11-autoconf.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec b/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
index 7d200881ff..1800a96cac 100644
--- a/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
+++ b/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
-%define srcvers 2.66
-%define rpmvers %{expand:%(echo "2.66" | tr - _ )}
+%define srcvers 2.67
+%define rpmvers %{expand:%(echo "2.67" | tr - _ )}
%define name rtems-4.11-autoconf
@@ -70,11 +70,12 @@ Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
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
@@ -119,11 +120,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