# Generated by go2rpm 1 %bcond_without check # https://github.com/go-chi/render %global goipath github.com/go-chi/render Version: 1.0.1 %gometa %global common_description %{expand: Easily manage HTTP request / response payloads of Go HTTP services.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Easily manage HTTP request / response payloads of Go HTTP services License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jul 27 23:46:31 CST 2020 Qiyu Yan - 1.0.1-1 - Initial package