# Generated by go2rpm %bcond_without check # https://github.com/mitchellh/go-testing-interface %global goipath github.com/mitchellh/go-testing-interface Version: 1.0.0 %gometa %global common_description %{expand: Go-testing-interface is a Go library that exports an interface that *testing.T implements as well as a runtime version you can use in its place. The purpose of this library is so that you can export test helpers as a public API without depending on the "testing" package, since you can't create a *testing.T struct manually. This lets you, for example, use the public testing APIs to generate mock data at runtime, rather than just at test time.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go library to expose *testing.t as an interface License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 22 18:23:49 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Release 1.0.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.20171004gita61a995 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20171004gita61a995 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20171004gita61a995 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 07 2017 Ed Marshall - 0-0.1.20171004gita61a995 - First package for Fedora