summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-23 15:48:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-23 15:48:57 +0000
commit1a5580180963f1dfe70f7773869d66bcc22a1119 (patch)
tree8d1184aa33304402fe907748b926610935781eed /contrib
parentAdd autoconf-2.68. (diff)
downloadrtems-1a5580180963f1dfe70f7773869d66bcc22a1119.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/rtems-4.11-autoconf.spec22
1 files changed, 14 insertions, 8 deletions
diff --git a/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec b/contrib/crossrpms/autotools/rtems-4.11-autoconf.spec
index 1800a96cac..35f6541cdd 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.67
-%define rpmvers %{expand:%(echo "2.67" | tr - _ )}
+%define srcvers 2.68
+%define rpmvers %{expand:%(echo "2.68" | tr - _ )}
%define name rtems-4.11-autoconf
@@ -123,16 +123,22 @@ make
%if "%{srcvers}" <= "2.66"
# test 193 fails sporadically
# test 199 fails deterministically
-make check TESTSUITEFLAGS='-192 194-198 200-'
-%else
-%if "%{srcvers}" <= "2.67"
+TESTSUITEFLAGS='-192 194-198 200-'
+%endif
+
+%if "%{srcvers}" == "2.67"
# test 199 fails deterministically
-make check TESTSUITEFLAGS='-198 200-'
-%else
-make check
+TESTSUITEFLAGS='-198 200-'
%endif
+
+%if "%{srcvers}" == "2.68"
+# test 205 fails deterministically
+TESTSUITEFLAGS='-204 206-'
%endif
+
+make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
%endif
+
%install
rm -rf "${RPM_BUILD_ROOT}"
make DESTDIR=${RPM_BUILD_ROOT} install