# Generated by go2rpm %bcond_without check # https://github.com/smartystreets/gunit %global goipath github.com/smartystreets/gunit Version: 1.2.0 %global tag 1.2.0 %gometa %global common_description %{expand: xUnit-style test fixture adapter for Go test.} %global golicenses LICENSE.md %global godocs CONTRIBUTING.md README.md advanced_examples basic_examples Name: %{goname} Release: 1%{?dist} Summary: xUnit-style test fixture adapter for Go test License: MIT URL: %{gourl} Source0: %{gosource} Patch0: 0001-Fix-missing-ellipsis-in-args-forwarded-to-printf-lik.patch %if %{with check} # Tests BuildRequires: golang(github.com/smartystreets/assertions) BuildRequires: golang(github.com/smartystreets/assertions/should) %endif %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Apr 26 23:16:05 CEST 2019 Robert-André Mauchin - 1.2.0-1 - Initial package