# Generated by go2rpm %bcond_without check # https://github.com/nwidger/jsoncolor %global goipath github.com/nwidger/jsoncolor %global commit 75a6de4340e59be95f0884b9cebdda246e0fdf40 %gometa %global common_description %{expand: jsoncolor is a drop-in replacement for encoding/json's Marshal and MarshalIndent functions which produce colorized output using fatih's color package.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Colorized JSON output for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/fatih/color) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 30 16:34:52 CEST 2019 Robert-André Mauchin - 0-0.8.20180314git75a6de4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.7.git75a6de4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.6.git75a6de4 - 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-0.5.git75a6de4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 14 2018 Robert-André Mauchin - 0-0.4.20180314git75a6de4 - Fix BuildRequires * Fri Mar 09 2018 Robert-André Mauchin - 0-0.3.20180314git75a6de4 - Update with the new Go packaging * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20170215git75a6de4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Nov 25 2017 Robert-André Mauchin - 0-0.1.20170215git75a6de4 - First package for Fedora