summaryrefslogtreecommitdiffstats
path: root/repos
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-10-10 09:38:31 +0200
committerPavel Raiskup <praiskup@redhat.com>2016-10-10 09:38:31 +0200
commit4a73ecd581b643379b879652a28f89ad429c4c11 (patch)
treec0e8d2693a1708afc3045ef7e22b5055b5fd8a4a /repos
parentdd3dcd5b63280b1c08f4730017bb5b7c9f4a2714 (diff)
downloadscl-autotools-4a73ecd581b643379b879652a28f89ad429c4c11.tar.gz
scl-autotools-4a73ecd581b643379b879652a28f89ad429c4c11.tar.xz
scl-autotools-4a73ecd581b643379b879652a28f89ad429c4c11.zip
automake: BR perl-generators on F24+
Diffstat (limited to 'repos')
-rw-r--r--repos/autotools/autotools-git/automake/automake.spec9
-rw-r--r--repos/autotools/autotools-latest/automake/automake.spec8
2 files changed, 14 insertions, 3 deletions
diff --git a/repos/autotools/autotools-git/automake/automake.spec b/repos/autotools/autotools-git/automake/automake.spec
index 8bea07f..2fd6b83 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: 16.%git_tag%{?dist}
+Release: 17.%git_tag%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -81,6 +81,9 @@ BuildRequires: perl-macros
BuildRequires: perl-devel
%endif
%endif
+%if 0%{?fedora} >= 25
+BuildRequires: perl-generators
+%endif
# This is needed to allow 'help2man' to run 'automake --help' during build.
BuildRequires: perl(Thread::Queue)
@@ -178,7 +181,9 @@ fi
%{_mandir}/man1/*
%changelog
-* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 1.99a-16.6357a6
+* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 1.99a-17.6357a6
+- BR perl-generators
+
- bump: rebuild october 2016
* Fri Jun 17 2016 Pavel Raiskup <praiskup@redhat.com> - 1.99a-14.6357a6
diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec
index 20e6a2a..454570a 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: 6%{?dist}
+Release: 7%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -81,6 +81,9 @@ BuildRequires: perl-macros
BuildRequires: perl-devel
%endif
%endif
+%if 0%{?fedora} >= 24
+BuildRequires: perl-generators
+%endif
# This is needed to allow 'help2man' to run 'automake --help' during build.
BuildRequires: perl(Thread::Queue)
@@ -179,6 +182,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-7
+- BR perl-generators
+
* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-6
- bump: rebuild october 2016