# Generated by go2rpm 1 %bcond_without check # https://github.com/gobwas/pool %global goipath github.com/gobwas/pool Version: 0.2.0 %gometa %global common_description %{expand: Go Pooling Helpers.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Go Pooling Helpers License: MIT URL: %{gourl} Source0: %{gosource} Source1: https://raw.githubusercontent.com/gobwas/pool/master/LICENSE %description %{common_description} %gopkg %prep %goprep cp -a %{SOURCE1} LICENSE %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Jul 01 2020 Fabian Affolter - 0.2.0-2 - Add license * Tue Apr 07 2020 Fabian Affolter - 0.2.0-1 - Initial package