summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-08-12 17:27:53 +0200
committerPavel Raiskup <praiskup@redhat.com>2015-08-12 17:27:53 +0200
commitd838608537cf70e3cec2c2b9196f1ac39b56228e (patch)
treeef3c1aebbc103850f49ae39519f2e536b500426f /repos/autotools/autotools-latest
parent132c0d7aa2a0c38fe2b029f76eb674ef40c56ec7 (diff)
downloadscl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.tar.gz
scl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.tar.xz
scl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.zip
libtool: help2man BR
Diffstat (limited to 'repos/autotools/autotools-latest')
-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)