# Generated by go2rpm %bcond_without check # https://github.com/Jeffail/gabs %global goipath github.com/Jeffail/gabs Version: 1.3.1 %gometa %global common_description %{expand: Gabs is a small utility for dealing with dynamic or unknown JSON structures in golang. It's pretty much just a helpful wrapper around the golang json.Marshal/json.Unmarshal behaviour and map[string]interface{} objects. It does nothing spectacular except for being fabulous.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: For parsing, creating and editing unknown or dynamic JSON in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 13 17:46:30 CEST 2019 Robert-André Mauchin - 1.3.1-1 - Release 1.3.1 * Tue Feb 19 2019 Ed Marshall - 1.2.0-1 - Update to latest upstream release. * Mon Feb 11 2019 Ed Marshall - 1.1.1-1 - Update to latest upstream release. - Update to new Go packaging. * Thu Jan 31 2019 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Mar 04 2017 Ed Marshall - 1.0-1 - First package for Fedora