rebase: new _MINOR_ version update to 1.14

First step - autoreconf (and testsuite adjustment) may be done
once automake-1.14 is in buildroot.

Resolves: #976973
Version: 1.14-1
This commit is contained in:
Pavel Raiskup 2013-10-10 12:14:09 +02:00
parent 8862cbb64b
commit d0808eae29
3 changed files with 17 additions and 10 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ automake-1.11.1.tar.bz2
/automake-1.13.1.tar.xz
/automake-1.13.2.tar.xz
/automake-1.13.4.tar.xz
/automake-1.14.tar.xz

View File

@ -1,9 +1,12 @@
%global api_version 1.13
%global api_version 1.14
# remove once %%configure is used instead of ./configure
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}.4
Release: 6%{?dist}
Version: %{api_version}
Release: 1%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@ -37,7 +40,7 @@ Requires(preun): /sbin/install-info
BuildArch: noarch
# run "make check" by default
%bcond_without check
%bcond_with check
# for better tests coverage:
%if %{with check}
@ -71,18 +74,18 @@ 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
%build
# TODO: use %configure once #991613
# TODO: use %%configure once #991613
./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
--bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} \
--docdir=%{_docdir}/%{name} --disable-silent-rules
--docdir=%{_pkgdocdir} --disable-silent-rules
make V=0 %{?_smp_mflags}
cp m4/acdir/README README.aclocal
cp contrib/multilib/README README.multilib
@ -114,6 +117,9 @@ fi
%{_mandir}/man1/*
%changelog
* Wed Oct 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-1
- rebase to automake-1.14, first step (without testsuite) (#976973)
* Thu Aug 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-6
- don't require /usr/bin/g77 (#994910)

View File

@ -1 +1 @@
71b03c1bc4f587add12604587d9276d1 automake-1.13.4.tar.xz
cb3fba6d631cddf12e230fd0cc1890df automake-1.14.tar.xz