From dd3dcd5b63280b1c08f4730017bb5b7c9f4a2714 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 Oct 2016 09:35:19 +0200 Subject: autoconf: BR perl-generators on F24+ --- repos/autotools/autotools-git/autoconf/autoconf.spec | 8 +++++++- repos/autotools/autotools-latest/autoconf/autoconf.spec | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/repos/autotools/autotools-git/autoconf/autoconf.spec b/repos/autotools/autotools-git/autoconf/autoconf.spec index 8f07ad7..4fbe6e2 100644 --- a/repos/autotools/autotools-git/autoconf/autoconf.spec +++ b/repos/autotools/autotools-git/autoconf/autoconf.spec @@ -12,7 +12,7 @@ Summary: A GNU tool for automatically configuring source code Name: %{?scl_prefix}autoconf Version: 2.69 # Do not reset Release tag to '1' when rebasing! -Release: 13.%{commits_from_release}.%{git_hash}%{?dist} +Release: 14.%{commits_from_release}.%{git_hash}%{?dist} Group: Development/Tools License: GPLv2+ and GFDL Source0: autoconf-2.69.%{commits_from_release}-%{git_hash}-dirty.tar.gz @@ -40,6 +40,9 @@ BuildRequires: perl(Text::ParseWords) BuildRequires: scl-utils-build Requires:%scl_runtime } +%if 0%{?fedora} >= 24 +BuildRequires: perl-generators +%endif %if %{with check} # For extended testsuite coverage @@ -135,6 +138,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Mon Oct 10 2016 Pavel Raiskup - 2.69-14.161.ab30 +- BR perl-generators + * Mon Oct 10 2016 Pavel Raiskup - 2.69-13.161.ab30 - simplify and unify with autotools-latest diff --git a/repos/autotools/autotools-latest/autoconf/autoconf.spec b/repos/autotools/autotools-latest/autoconf/autoconf.spec index 1c40a93..16dfcba 100644 --- a/repos/autotools/autotools-latest/autoconf/autoconf.spec +++ b/repos/autotools/autotools-latest/autoconf/autoconf.spec @@ -7,7 +7,7 @@ Summary: A GNU tool for automatically configuring source code Name: %{?scl_prefix}autoconf Version: 2.69 -Release: 8%{?dist} +Release: 9%{?dist} Group: Development/Tools License: GPLv2+ and GFDL Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.gz @@ -35,6 +35,9 @@ BuildRequires: perl(Text::ParseWords) BuildRequires: scl-utils-build Requires:%scl_runtime } +%if 0%{?fedora} >= 24 +BuildRequires: perl-generators +%endif %if %{with check} # For extended testsuite coverage @@ -130,6 +133,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Mon Oct 10 2016 Pavel Raiskup - 2.69-9 +- BR perl-generators + * Mon Oct 10 2016 Pavel Raiskup - 2.69-8 - simplify and unify with autotools-git -- cgit