# Generated by go2rpm %bcond_without check # https://github.com/mndrix/tap-go %global goipath github.com/mndrix/tap-go %global commit 629fa407e90bbf3781e448e8e9b8931523ec823c %gometa %global common_description %{expand: The Test Anything Protocol ("TAP") is a text-based interface between tests and a test harness. This package helps Go to generate TAP output.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Test Anything Protocol for Go License: Unlicense URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jun 27 18:23:33 CEST 2019 Robert-André Mauchin - 0-0.1.20190627git629fa40 - Initial package