# Generated by go2rpm 1.3 %bcond_without check # https://github.com/libp2p/go-reuseport %global goipath github.com/libp2p/go-reuseport Version: 0.0.2 %gometa %global common_description %{expand: Reuse TCP/UDP ports in Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Reuse TCP/UDP ports in Golang License: ISC URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(golang.org/x/sys/unix) %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 Dec 24 2020 Fabian Affolter - 0.0.2-1 - Initial package for Fedora