From dba871a7f50c2cb0c7a63cd44832e8fcfa08ab7f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 Oct 2016 02:30:06 +0200 Subject: automake: bump october 2016 --- repos/autotools/autotools-git/automake/automake.spec | 17 ++++++++++------- repos/autotools/autotools-latest/automake/automake.spec | 17 ++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/repos/autotools/autotools-git/automake/automake.spec b/repos/autotools/autotools-git/automake/automake.spec index a5c9f78..8bea07f 100644 --- a/repos/autotools/autotools-git/automake/automake.spec +++ b/repos/autotools/autotools-git/automake/automake.spec @@ -14,7 +14,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: %{?scl_prefix}automake Version: %{api_version}a -Release: 15.%git_tag%{?dist} +Release: 16.%git_tag%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -119,18 +119,18 @@ perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub %if 0%{?fedora} >= 21 # disable replacing config.guess and config.sub from redhat-rpm-config %global _configure_gnuconfig_hack 0 -scl enable autotools-git - <<\EOF +%{?scl_enable} %configure --docdir=%{_pkgdocdir} make %{?_smp_mflags} -EOF +%{?scl_disable} %else # Use ./configure where rhbz#991613 is not fixed -scl enable autotools-git - < - 1.99a-16.6357a6 +- bump: rebuild october 2016 + * Fri Jun 17 2016 Pavel Raiskup - 1.99a-14.6357a6 - rebase for latest git HEAD diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec index 4826a80..20e6a2a 100644 --- a/repos/autotools/autotools-latest/automake/automake.spec +++ b/repos/autotools/autotools-latest/automake/automake.spec @@ -13,7 +13,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: %{?scl_prefix}automake Version: %{api_version} -Release: 5%{?dist} +Release: 6%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -120,18 +120,18 @@ perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub %if 0%{?fedora} >= 21 # disable replacing config.guess and config.sub from redhat-rpm-config %global _configure_gnuconfig_hack 0 -scl enable autotools-latest - <<\EOF +%{?scl_enable} %configure --docdir=%{_pkgdocdir} make %{?_smp_mflags} -EOF +%{?scl_disable} %else # Use ./configure where rhbz#991613 is not fixed -scl enable autotools-latest - < - 1.15-6 +- bump: rebuild october 2016 + * Fri Jun 17 2016 Pavel Raiskup - 1.15-5 - bump -- cgit