forked from Imagelibrary/rtems
Add autoconf-2.68.
This commit is contained in:
@@ -72,16 +72,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
|
||||
|
||||
Reference in New Issue
Block a user