summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2008-08-07 15:56:07 +0000
committerTom Callaway <spot@fedoraproject.org>2008-08-07 15:56:07 +0000
commit06182e8d3799cf8969e71849539ed0474957f450 (patch)
tree87e6cebadbb4e36e0ddbdb4df5c91e54d1c350e0
parent1c990b012ca16006e0457b80c8d4ea6f22c92861 (diff)
downloadlibtool-06182e8d3799cf8969e71849539ed0474957f450.tar.gz
libtool-06182e8d3799cf8969e71849539ed0474957f450.tar.xz
libtool-06182e8d3799cf8969e71849539ed0474957f450.zip
fix license taglibtool-1_5_26-3_fc10
-rw-r--r--libtool.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec
index b217f60..e822b21 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 1.5.26
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -51,7 +51,7 @@ Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
Group: System Environment/Libraries
Provides: libtool-libs = %{version}-%{release}
Obsoletes: libtool-libs < 1.5.20
-License: LGPL
+License: LGPLv2+
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -70,7 +70,7 @@ rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
Summary: Tools needed for development using the GNU Libtool Dynamic Module Loader
Group: Development/Libraries
Requires: libtool-ltdl = %{version}-%{release}
-License: LGPL
+License: LGPLv2+
%description ltdl-devel
Static libraries and header files for development with ltdl.
@@ -152,6 +152,9 @@ fi
%changelog
+* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.26-3
+- fix license tag
+
* Mon Jun 09 2008 Dennis Gilmore <dennis@ausil.us> 1.5.26-2
- build against gcc 4.3.1