forked from Imagelibrary/rtems
autoconf-2.66
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/mkspec.am
|
include $(top_srcdir)/mkspec.am
|
||||||
|
|
||||||
AUTOCONF_VERS = 2.65
|
AUTOCONF_VERS = 2.66
|
||||||
AUTOCONF_RPMREL = 1
|
AUTOCONF_RPMREL = 1
|
||||||
include ./autoconf.am
|
include ./autoconf.am
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,8 @@
|
|||||||
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,13 @@ chmod +x %{__perl_requires}
|
|||||||
--bindir=%{_bindir} --datadir=%{_datadir}
|
--bindir=%{_bindir} --datadir=%{_datadir}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if "%{_build}" == "%{_host}"
|
||||||
|
# test 193 fails sporadically
|
||||||
|
# test 199 fails deterministically
|
||||||
|
make check TESTSUITEFLAGS='-192 194-198 200-'
|
||||||
|
%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
|
||||||
|
|||||||
@@ -45,8 +45,8 @@
|
|||||||
%define _host_rpmprefix %{nil}
|
%define _host_rpmprefix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define srcvers 2.65
|
%define srcvers 2.66
|
||||||
%define rpmvers %{expand:%(echo "2.65" | tr - _ )}
|
%define rpmvers %{expand:%(echo "2.66" | tr - _ )}
|
||||||
|
|
||||||
%define name rtems-4.11-autoconf
|
%define name rtems-4.11-autoconf
|
||||||
|
|
||||||
@@ -70,6 +70,11 @@ Requires(post): /sbin/install-info
|
|||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
|
||||||
|
# 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.patch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -111,6 +116,13 @@ chmod +x %{__perl_requires}
|
|||||||
--bindir=%{_bindir} --datadir=%{_datadir}
|
--bindir=%{_bindir} --datadir=%{_datadir}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if "%{_build}" == "%{_host}"
|
||||||
|
# test 193 fails sporadically
|
||||||
|
# test 199 fails deterministically
|
||||||
|
make check TESTSUITEFLAGS='-192 194-198 200-'
|
||||||
|
%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