summaryrefslogtreecommitdiffstats
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
parent132c0d7aa2a0c38fe2b029f76eb674ef40c56ec7 (diff)
downloadscl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.tar.gz
scl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.tar.xz
scl-autotools-d838608537cf70e3cec2c2b9196f1ac39b56228e.zip
libtool: help2man BR
-rw-r--r--repos/autotools/autotools-git/libtool/libtool.spec6
-rw-r--r--repos/autotools/autotools-latest/libtool/libtool.spec6
2 files changed, 10 insertions, 2 deletions
diff --git a/repos/autotools/autotools-git/libtool/libtool.spec b/repos/autotools/autotools-git/libtool/libtool.spec
index 9cb90f8..de106d1 100644
--- a/repos/autotools/autotools-git/libtool/libtool.spec
+++ b/repos/autotools/autotools-git/libtool/libtool.spec
@@ -14,7 +14,7 @@
Summary: The GNU Portable Library Tool
Name: %{?scl_prefix}libtool
Version: 2.4.5~git
-Release: 5.%{git_hash}%{?dist}
+Release: 6.%{git_hash}%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@@ -28,6 +28,7 @@ Requires: %{scl_prefix}autoconf, %{scl_prefix}automake, sed, tar, findutils
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
+BuildRequires: help2man
# From libtool 2.4.5, m4 is required and because the version of m4 is checked by
# autoconf code, we need to require the git-version.
BuildRequires: %{?scl_prefix}m4
@@ -187,6 +188,9 @@ fi
%{_libdir}/libltdl.so
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.5~git-6.6289a
+- help2man is needed
+
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.5~git-5.6289a
- use _compat_el5_build only if defined (rhbz#1252751)
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)