forked from Imagelibrary/rtems
Add autoconf-2.68.
This commit is contained in:
@@ -72,16 +72,22 @@ make
|
|||||||
%if "%{srcvers}" <= "2.66"
|
%if "%{srcvers}" <= "2.66"
|
||||||
# test 193 fails sporadically
|
# test 193 fails sporadically
|
||||||
# test 199 fails deterministically
|
# test 199 fails deterministically
|
||||||
make check TESTSUITEFLAGS='-192 194-198 200-'
|
TESTSUITEFLAGS='-192 194-198 200-'
|
||||||
%else
|
%endif
|
||||||
%if "%{srcvers}" <= "2.67"
|
|
||||||
|
%if "%{srcvers}" == "2.67"
|
||||||
# test 199 fails deterministically
|
# test 199 fails deterministically
|
||||||
make check TESTSUITEFLAGS='-198 200-'
|
TESTSUITEFLAGS='-198 200-'
|
||||||
%else
|
|
||||||
make check
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{srcvers}" == "2.68"
|
||||||
|
# test 205 fails deterministically
|
||||||
|
TESTSUITEFLAGS='-204 206-'
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf "${RPM_BUILD_ROOT}"
|
rm -rf "${RPM_BUILD_ROOT}"
|
||||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
|
|||||||
Reference in New Issue
Block a user