summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2005-09-12 09:07:47 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2005-09-12 09:07:47 +0000
commit7e4663fc22c6c9b60a44734854f54f0331925643 (patch)
tree9c07bf4405c3c79eaaa947921660d2a2a6f88540
parente2e0a5b2981ebf90f0aa9d2c17d8466581ba7b21 (diff)
downloadlibtool-7e4663fc22c6c9b60a44734854f54f0331925643.tar.gz
libtool-7e4663fc22c6c9b60a44734854f54f0331925643.tar.xz
libtool-7e4663fc22c6c9b60a44734854f54f0331925643.zip
- add ltdl license, minor spec-file cleanups (#168075, Ville Skyttä)libtool-1_5_20-2
-rw-r--r--libtool.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/libtool.spec b/libtool.spec
index e145f54..f90bb61 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -4,7 +4,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: %{upstream_version}
-Release: 1
+Release: 2
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
@@ -45,6 +45,7 @@ Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
Group: System Environment/Libraries
Provides: libtool-libs = %{version}-%{release}
Obsoletes: libtool-libs
+License: LGPL
%description ltdl
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
@@ -115,7 +116,7 @@ fi
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING INSTALL NEWS README THANKS TODO ChangeLog
+%doc AUTHORS COPYING NEWS README THANKS TODO ChangeLog
%{_infodir}/libtool.info.gz
%{_bindir}/libtool
%{_bindir}/libtoolize
@@ -124,6 +125,7 @@ fi
%files ltdl
%defattr(-,root,root)
+%doc libltdl/COPYING.LIB libltdl/README
%{_libdir}/libltdl.so.*
%files ltdl-devel
@@ -136,6 +138,9 @@ fi
%changelog
+* Mon Sep 12 2005 Karsten Hopp <karsten@redhat.de> 1.5.20-2
+- add ltdl license, minor spec-file cleanups (#168075, Ville Skyttä)
+
* Fri Sep 09 2005 Karsten Hopp <karsten@redhat.de> 1.5.20-1
- update