summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/automake/automake.spec
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-06-23 13:02:56 +0200
committerPavel Raiskup <praiskup@redhat.com>2015-06-23 13:02:56 +0200
commit2e37a4b98f12662b1d3ec93ebac699dcb07b44bf (patch)
tree11442d0dd9a628e94ec8ef0402d30a73b7a571e9 /repos/autotools/autotools-latest/automake/automake.spec
parenta39ad5f5efcccd7bfc45678feb848c90d4ebe5d1 (diff)
downloadscl-autotools-2e37a4b98f12662b1d3ec93ebac699dcb07b44bf.tar.gz
scl-autotools-2e37a4b98f12662b1d3ec93ebac699dcb07b44bf.tar.xz
scl-autotools-2e37a4b98f12662b1d3ec93ebac699dcb07b44bf.zip
automake: add BR perl-Thread-Queue
Without this, help2man fails to do 'automake --help' to successfully generate manual page.
Diffstat (limited to 'repos/autotools/autotools-latest/automake/automake.spec')
-rw-r--r--repos/autotools/autotools-latest/automake/automake.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec
index 2284df1..ee9f11f 100644
--- a/repos/autotools/autotools-latest/automake/automake.spec
+++ b/repos/autotools/autotools-latest/automake/automake.spec
@@ -14,7 +14,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: %{?scl_prefix}automake
Version: %{api_version}.1
-Release: 4%{?dist}
+Release: 6%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -44,6 +44,9 @@ Requires: %{?scl_prefix}autoconf >= 2.65
Requires: perl(Thread::Queue)
Requires: perl(threads)
+# This is needed to allow 'help2man' to run 'automake --help' during build.
+BuildRequires: perl(Thread::Queue)
+
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildArch: noarch
@@ -171,6 +174,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Tue Jun 09 2015 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-6
+- BR perl-Thread-Queue to fix help2man run
+
* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-4
- release bump for %%_compat_el5_build