summaryrefslogtreecommitdiffstats
path: root/libtool.spec
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2017-02-02 06:29:08 +0100
committerPavel Raiskup <praiskup@redhat.com>2017-02-02 06:29:08 +0100
commit8bd995cb72f83edc400197e9c1c4f61696b8b1e7 (patch)
tree64726d0eb6a20e8db3d690fad6d9e42b2ef8768f /libtool.spec
parent630bae73d5e9b4aec18942e3806b6445f7719972 (diff)
downloadlibtool-8bd995cb72f83edc400197e9c1c4f61696b8b1e7.tar.gz
libtool-8bd995cb72f83edc400197e9c1c4f61696b8b1e7.tar.xz
libtool-8bd995cb72f83edc400197e9c1c4f61696b8b1e7.zip
spec: use %license macro
Resolves: rhbz#1418518 Version: 2.4.6-16
Diffstat (limited to 'libtool.spec')
-rw-r--r--libtool.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec
index ec9cc3a..50ed6b0 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -9,7 +9,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.4.6
-Release: 15%{?dist}
+Release: 16%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@@ -145,7 +145,8 @@ fi
%files
-%doc AUTHORS COPYING NEWS README THANKS TODO ChangeLog*
+%license COPYING
+%doc AUTHORS NEWS README THANKS TODO ChangeLog*
%{_infodir}/libtool.info*.gz
%{_mandir}/man1/libtool.1*
%{_mandir}/man1/libtoolize.1*
@@ -157,11 +158,12 @@ fi
%files ltdl
-%doc libltdl/COPYING.LIB
+%license libltdl/COPYING.LIB
%{_libdir}/libltdl.so.*
%files ltdl-devel
+%license libltdl/COPYING.LIB
%doc libltdl/README
%{_datadir}/libtool
%exclude %{_datadir}/libtool/build-aux
@@ -172,6 +174,9 @@ fi
%changelog
+* Thu Feb 02 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-16
+- use %%license (rhbz#1418518)
+
* Fri Jan 27 2017 Jakub Jelinek <jakub@redhat.com> - 2.4.6-15
- bump: for gcc 7.*
- require gcc(major) = 7 rather than gcc = 7.0.1