# Generated by go2rpm 1 %bcond_without check # https://github.com/rzr/webthing-go %global goipath github.com/rzr/webthing-go Version: 0.0.4 %gometa %global common_description %{expand: Implementation of Webthing in Go.} %global golicenses LICENSE %global godocs docs example README.md Name: %{goname} Release: 1%{?dist} Summary: Implementation of Webthing License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/julienschmidt/httprouter) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jun 18 2020 Fabian Affolter - 0.0.4-1 - Initial package