# Generated by go2rpm 1.5.0 %bcond_without check # https://github.com/yhat/wsutil %global goipath github.com/yhat/wsutil %global commit 1d66fa95c997864ba4d8479f56609620fe542928 %gometa %global common_description %{expand: Go WebSocket reverse proxy.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go WebSocket reverse proxy # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(golang.org/x/net/websocket) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Sep 29 2021 Paul Wouters - 0-0.1%{?dist}.20210929git1d66fa9 - Initial package