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
This commit is contained in:
Tomáš Chvátal 2018-03-26 18:28:32 +00:00 committed by Git OBS Bridge
parent 91d729cad1
commit 04ce4238ad
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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