Accepting request 591263 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/591263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2018-03-29 09:50:13 +00:00 committed by Git OBS Bridge
commit 862f81c8db
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