# Generated by go2rpm 1 %bcond_without check # https://github.com/uber-go/goleak %global goipath go.uber.org/goleak %global forgeurl https://github.com/uber-go/goleak Version: 1.1.10 %gometa %global common_description %{expand: Goroutine leak detector.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Goroutine leak detector License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Aug 06 14:40:06 CEST 2020 Robert-André Mauchin - 1.1.10-1 - Initial package