rebase: new _MINOR_ version update to 1.14

Second step:  Enable testsuite (and disable couple of broken or
not supported tests).

Version: 1.14-2
Related: #976973
This commit is contained in:
Pavel Raiskup 2013-10-15 08:57:25 +02:00
parent d0808eae29
commit 41ad053b1c
1 changed files with 8 additions and 5 deletions

View File

@ -6,7 +6,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}
Release: 1%{?dist}
Release: 2%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@ -40,7 +40,7 @@ Requires(preun): /sbin/install-info
BuildArch: noarch
# run "make check" by default
%bcond_with check
%bcond_without check
# for better tests coverage:
%if %{with check}
@ -74,9 +74,9 @@ Makefiles.
%prep
%setup -q -n automake-%{version}
# %patch0 -p1 -b .disable_tests
# %patch1 -p1 -b .hash_order
# autoreconf -iv
%patch0 -p1 -b .disable_tests
%patch1 -p1 -b .hash_order
autoreconf -iv
# Fedora only to add ppc64p7 (Power7 optimized) arch:
perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub
@ -117,6 +117,9 @@ fi
%{_mandir}/man1/*
%changelog
* Tue Oct 15 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-2
- rebase to automake-1.14, enable testsuite (#976973)
* Wed Oct 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-1
- rebase to automake-1.14, first step (without testsuite) (#976973)