# Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/goccy/go-json %global goipath github.com/goccy/go-json Version: 0.9.4 %gometa %global common_description %{expand: Fast JSON encoder/decoder compatible with encoding/json for Go.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Fast JSON encoder/decoder compatible with encoding/json for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep rm -rvf benchmarks/ %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Jan 14 2022 Maxwell G - 0.9.3-1 - Initial package