# Generated by go2rpm 1 %bcond_without check # https://github.com/henvic/httpretty %global goipath github.com/henvic/httpretty Version: 0.0.6 %gometa %global common_description %{expand: Package httpretty prints the HTTP requests you make with Go pretty on your terminal.} %global golicenses LICENSE.md %global godocs example CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Prints the HTTP requests pretty on your terminal License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Mar 05 13:00:25 CST 2020 Joe Doss - 0.0.6-1 - Initial package