# Generated by go2rpm %bcond_without check # https://github.com/cheekybits/is %global goipath github.com/cheekybits/is %global commit 68e9c0620927fb5427fda3708222d0edee89eae9 %gometa %global common_description %{expand: A mini testing helper for Go. - Simple interface (is.OK and is.Equal) - Plugs into existing Go toolchain (uses testing.T) - Obvious for newcomers and newbs - Also gives you is.Panic and is.PanicWith helpers - because testing panics is ugly} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Mini testing helper for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jun 01 23:52:18 CEST 2019 Robert-André Mauchin - 0-0.5.20150226git68e9c06 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.4.git68e9c06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Nov 9 2018 mosquito - 0-0.3.20181109git68e9c06 - Rewrite rpm spec * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.20150226git68e9c06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Feb 13 2018 mosquito - 0-0.1.20150226git68e9c06 - Initial package build