# Generated by go2rpm # s390x: test too slow %ifnarch s390x %bcond_without check %endif # https://github.com/go-check/check %global goipath gopkg.in/check.v1 %global forgeurl https://github.com/go-check/check %global commit 10cb98267c6cb43ea9cd6793f29ff4089c306974 %gometa %global goaltipaths github.com/go-check/check %global common_description %{expand: Rich testing for the Go language.} %global golicenses LICENSE %global godocs README.md TODO Name: %{goname} Version: 1 Release: %autorelease Summary: Rich testing for the Go language # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} # Remove in F43 Provides: golang-gopkg-check-1 = %{version}-%{release} Obsoletes: golang-gopkg-check-1 < 1-34.20210113git10cb982 %global godevelheader %{expand: Provides: golang-gopkg-check-1-devel = %{version}-%{release} Obsoletes: golang-gopkg-check-1-devel < 1-34.20210113git10cb982} BuildRequires: golang(github.com/kr/pretty) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog