summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@fedoraproject.org>2005-09-08 18:38:04 +0000
committerFlorian La Roche <laroche@fedoraproject.org>2005-09-08 18:38:04 +0000
commit35090306f74c803aa10174a7f6f2565c5a9e3b4b (patch)
tree8bfb292c5100a28934559518fcb36bafd7a751c7
parent954ce357703bb8690b03819f41e9ace7fa61d401 (diff)
downloadlibtool-35090306f74c803aa10174a7f6f2565c5a9e3b4b.tar.gz
libtool-35090306f74c803aa10174a7f6f2565c5a9e3b4b.tar.xz
libtool-35090306f74c803aa10174a7f6f2565c5a9e3b4b.zip
- change provides/requireslibtool-1_5_18-4
-rw-r--r--libtool.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec
index 5497471..6e71b27 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -4,7 +4,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: %{upstream_version}
-Release: 3
+Release: 4
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
@@ -43,7 +43,7 @@ support for multi-architecture systems, such as the AMD64 Opteron and the Intel
%package ltdl
Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
Group: System Environment/Libraries
-Provides: libtool-libs
+Provides: libtool-libs = %{version}-%{release}
Obsoletes: libtool-libs
%description ltdl
@@ -60,7 +60,7 @@ rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
%package ltdl-devel
Summary: Tools needed for development using the GNU Libtool Dynamic Module Loader
Group: Development/Libraries
-Requires: libtool-libs = %{version}-%{release}
+Requires: libtool-ltdl = %{version}-%{release}
%description ltdl-devel
Static libraries and header files for development with ltdl.
@@ -136,6 +136,10 @@ fi
%changelog
+* Thu Sep 08 2005 Florian La Roche <laroche@redhat.com>
+- add version-release to the Provides: and fix our own
+ Requires: line to the current naming scheme
+
* Sat Jul 9 2005 Jakub Jelinek <jakub@redhat.com> 1.5.18-3
- rebuilt with GCC 4.0.1.