# Generated by go2rpm 1 %bcond_without check # https://github.com/jackc/puddle %global goipath github.com/jackc/puddle Version: 1.1.1 %gometa %global common_description %{expand: Generic resource pool for Go.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Generic resource pool for Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 13:59:50 CEST 2020 Robert-André Mauchin - 1.1.1-1 - Initial package