# Generated by go2rpm 1.9.0 # Disable tests due to circular dependency with golang(git.sr.ht/~nelsam/hel) %bcond_with check # https://github.com/poy/onpar %global goipath github.com/poy/onpar Version: 0.3.2 %gometa -f %global common_description %{expand: Parallel testing framework for Go.} %global golicenses LICENSE %global godocs README.md expect/README.md matchers/README.md Name: %{goname} Release: %autorelease Summary: Parallel testing framework for Go License: MIT URL: %{gourl} Source: %{gosource} %if %{with check} # Tests BuildRequires: golang(git.sr.ht/~nelsam/hel/pkg/pers) BuildRequires: golang(git.sr.ht/~nelsam/hel/vegr) BuildRequires: golang(github.com/fatih/color) %endif %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog