# Generated by go2rpm 1 %bcond_without check # https://github.com/projectdiscovery/rawhttp %global goipath github.com/projectdiscovery/rawhttp %global commit 8a8a0cef2693d052e8b25d838a49d0fb78459c40 %gometa %global common_description %{expand: Raw HTTP client in Go for complete request control and customization.} %global golicenses LICENSE.md %global godocs example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Raw HTTP client in Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/projectdiscovery/retryablehttp-go) BuildRequires: golang(github.com/remeh/sizedwaitgroup) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Sep 22 2020 Fabian Affolter - 0-0.1.20200922git8a8a0ce - Initial package