summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/libtool/libtool.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/libtool/libtool.spec')
-rw-r--r--repos/autotools/autotools-latest/libtool/libtool.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/repos/autotools/autotools-latest/libtool/libtool.spec b/repos/autotools/autotools-latest/libtool/libtool.spec
index 2544d1c..691ffcf 100644
--- a/repos/autotools/autotools-latest/libtool/libtool.spec
+++ b/repos/autotools/autotools-latest/libtool/libtool.spec
@@ -9,7 +9,7 @@
Summary: The GNU Portable Library Tool
Name: %{?scl_prefix}libtool
Version: 2.4.2
-Release: 9%{?dist}
+Release: 10%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@@ -41,6 +41,7 @@ Requires: %{scl_prefix}autoconf, %{scl_prefix}automake, sed, tar, findutils
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
+BuildRequires: help2man
BuildRequires: texinfo
%{?scl:
@@ -203,6 +204,9 @@ fi
%{_libdir}/libltdl.so
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-10
+- help2man BR
+
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-9
- use _compat_el5_build only if defined (rhbz#1252751)