- mov license file from %doc to %license

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=11
This commit is contained in:
Tomas Cech 2018-03-09 18:14:23 +00:00 committed by Git OBS Bridge
parent 1eb0a94a10
commit cad7065475
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 9 18:13:13 UTC 2018 - sleep_walker@opensuse.org
- mov license file from %doc to %license
-------------------------------------------------------------------
Thu Feb 15 22:33:02 UTC 2018 - sleep_walker@opensuse.org

View File

@ -20,7 +20,7 @@ Name: guile-json
Version: 0.6.0
Release: 0
Summary: JSON module for Guile
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Libraries/Other
Url: https://savannah.nongnu.org/projects/guile-json/
Source0: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
@ -51,7 +51,8 @@ make install %{_smp_mflags} DESTDIR=%{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING.LESSER NEWS README
%license COPYING.LESSER
%doc AUTHORS NEWS README
%{_datadir}/guile/site/json*
%changelog