summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/autoconf/autoconf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/autoconf/autoconf.spec')
-rw-r--r--repos/autotools/autotools-latest/autoconf/autoconf.spec8
1 files changed, 7 insertions, 1 deletions
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 <praiskup@redhat.com> - 2.69-9
+- BR perl-generators
+
* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-8
- simplify and unify with autotools-git