Accepting request 585132 from devel:languages:misc

guile-json

JSON module for guile language, dependency for Guix

OBS-URL: https://build.opensuse.org/request/show/585132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile-json?expand=0&rev=4
This commit is contained in:
2018-03-12 11:11:30 +00:00
committed by Git OBS Bridge
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