summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:50:14 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:50:14 +0000
commitf2d763d61b42d4757ed51c4953549c1ae8962f4d (patch)
tree4e1245ecd6517a6b7d3dc2c21cc5587687dcaea4
parent02c7820d56ea1a8c6b3c7506366ae91a522fcc4c (diff)
downloadlibtool-present-on-devel.tar.gz
libtool-present-on-devel.tar.xz
libtool-present-on-devel.zip
auto-import changelog data from libtool-1.5.6-4.src.rpmscratch-splitpresent-on-devellibtool-1_5_6-4
Tue Jul 06 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-4 - improve buildrequires and prereqs - buildrequire texinfo (Dawid Gajownik, 126950)
-rw-r--r--libtool.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec
index 7b155f0..9a9f4e0 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,7 +1,7 @@
Summary: The GNU libtool, which simplifies the use of shared libraries.
Name: libtool
Version: 1.5.6
-Release: 3
+Release: 4
License: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -21,8 +21,10 @@ Patch14: libtool-1.5-testfailure.patch
#Patch15: libtool-1.5-relink-libdir-order-91110.patch
#Patch16: libtool-1.5-AC_PROG_LD_GNU-quote-v-97608.patch
#Patch17: libtool-1.5-nostdlib.patch
-PreReq: /sbin/install-info, autoconf, automake >= 1.4p1, m4, perl
-BuildRequires: autoconf automake
+PreReq: /sbin/install-info, autoconf, automake, m4, perl
+BuildRequires: autoconf, automake, texinfo
+# make sure we can configure all supported langs
+Buildrequires: gcc, gcc-c++, libstdc++-devel, gcc-g77, gcc-java
Requires: libtool-libs = %{version}-%{release}, mktemp
BuildRoot: %{_tmppath}/%{name}-root
@@ -129,6 +131,10 @@ fi
%{_libdir}/libltdl.so.*
%changelog
+* Tue Jul 6 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-4
+- improve buildrequires and prereqs
+- buildrequire texinfo (Dawid Gajownik, 126950)
+
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt