From 04ce4238ad30830b1218ed1196e47f1e42f850a483a5812fb5aae73a7a64dbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Mar 2018 18:28:32 +0000 Subject: [PATCH] Accepting request 591131 from home:kukuk:branches:multimedia:libs - Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/591131 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=23 --- libconfig.changes | 5 +++++ libconfig.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libconfig.changes b/libconfig.changes index 2b5a38b..9e75e69 100644 --- a/libconfig.changes +++ b/libconfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 26 17:06:46 CEST 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Wed Feb 7 20:06:08 UTC 2018 - jengelh@inai.de diff --git a/libconfig.spec b/libconfig.spec index 819016d..4a6376b 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -21,7 +21,7 @@ Name: libconfig Version: 1.7 Release: 0 Summary: A library for manipulating structured configuration files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: https://hyperrealm.github.io/libconfig Source0: https://github.com/hyperrealm/libconfig/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -126,11 +126,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n libconfig++%{_soversion} -p /sbin/ldconfig %files -n libconfig%{_soversion} -%doc AUTHORS COPYING* README +%license COPYING* +%doc AUTHORS README %{_libdir}/libconfig.so.* %files -n libconfig++%{_soversion} -%doc AUTHORS COPYING* README +%license COPYING* +%doc AUTHORS README %{_libdir}/libconfig++.so.* %files devel