# https://github.com/alicebob/gopher-json
%global goipath         github.com/alicebob/gopher-json
%global commit          906a9b012302eb704c9ce2145b585483df49c862

%gometa

%global common_description %{expand:
Package json is a simple JSON encoder/decoder for gopher-lua.}

%global golicenses      LICENSE
%global godocs          readme.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Package json is a simple JSON encoder/decoder for gopher-lua

# Upstream license specification: BSD
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%gopkgfiles

%changelog