# Generated by go2rpm 1 %bcond_without check # https://github.com/gomodules/jsonpatch/v2 %global goipath gomodules.xyz/jsonpatch/v2 %global forgeurl https://github.com/gomodules/jsonpatch Version: 2.1.0 %gometa %global common_description %{expand: Generate JSON Patch as specified in RFC 6902 from the IETF.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Generate JSON Patch as specified in RFC 6902 from the IETF # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Aug 17 14:21:08 CEST 2020 Robert-André Mauchin - 2.1.0-1 - Initial package