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