# Generated by go2rpm %bcond_without check # https://github.com/bitly/go-simplejson %global goipath github.com/bitly/go-simplejson Version: 0.5.0 %gometa %global common_description %{expand: A go package to interact with arbitrary json.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 8%{?dist} Summary: A go package to interact with arbitrary json License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/bmizerany/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 16 23:19:23 CEST 2019 Robert-André Mauchin - 0.5.0-8 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 0.5.0-6 - SPEC refresh * Tue Oct 23 2018 Nicolas Mailhot - 0.5.0-5 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 08 2018 Robert-André Mauchin - 0.5.0-3 - Update with the new Go packaging * Wed Feb 07 2018 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Nov 25 2017 Robert-André Mauchin - 0.5.0-1 - First package for Fedora