# Generated by go2rpm %bcond_without check # https://github.com/tidwall/gjson %global goipath github.com/tidwall/gjson Version: 1.4.0 %gometa %global common_description %{expand: Get JSON values quickly - JSON parser for Go.} %global golicenses LICENSE %global godocs SYNTAX.md README.md Name: %{goname} Release: 1%{?dist} Summary: Get JSON values quickly - JSON parser for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/tidwall/match) BuildRequires: golang(github.com/tidwall/pretty) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Feb 05 2020 Xavier Bachelot - 1.4.0-1 - Initial package