%global debug_package %{nil} Name: guile-json Version: 4.5.0 Release: 1%{?dist} Summary: JSON module for Guile License: GPLv3 URL: https://github.com/aconchillo/guile-json Source0: https://github.com/aconchillo/guile-json/archive/%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: guile22-devel Requires: guile22 %description guile-json is a JSON module for Guile. It supports parsing and building JSON documents according to the http://json.org specification. - Complies with http://json.org specification. - Builds JSON documents programmatically using scheme data types. - Allows JSON pretty printing. %prep %autosetup %build autoreconf -vif %configure %make_build %install rm -rf $RPM_BUILD_ROOT %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files %license COPYING %doc AUTHORS NEWS README.md %{_libdir}/guile/2.2/site-ccache/json.go %{_libdir}/guile/2.2/site-ccache/json %{_datadir}/guile/site/2.2/json.scm %{_datadir}/guile/site/2.2/json