# Generated by go2rpm %bcond_without check # https://github.com/alecthomas/repr %global goipath github.com/alecthomas/repr %global commit d37bc2a10ba1a7951e19dd5dc10f7d59b142d8d7 %gometa %global common_description %{expand: This package attempts to represent Go values in a form that can be used almost directly in Go source code. Unfortunately, some values (such as pointers to basic types) can not be represented directly in Go. These values will be represented as &. eg. &23.} %global golicenses COPYING %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Python's repr() for Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 31 15:12:10 CEST 2019 Robert-André Mauchin - 0-0.6.20181111gitd37bc2a - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.5.gitd37bc2a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 11 2018 Robert-André Mauchin - 0-0.4.20181111gitd37bc2a - Bump to commit d37bc2a10ba1a7951e19dd5dc10f7d59b142d8d7 - Update to new Go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.gitd44565c - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.gitd44565c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Aug 11 2017 mosquito - 0-0.1.gitd44565c - Initial package build