# Generated by go2rpm 1 %bcond_without check # https://github.com/yujunz/go-getter %global goipath github.com/yujunz/go-getter Version: 1.4.1 %global tag v1.4.1-lite %global distprefix %{nil} %gometa %global common_description %{expand: Package for downloading things from a string URL using a variety of protocols.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1.lite%{?dist} Summary: Package for downloading things from a string URL using a variety of protocols # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/bgentry/go-netrc/netrc) BuildRequires: golang(github.com/hashicorp/go-cleanhttp) BuildRequires: golang(github.com/hashicorp/go-safetemp) BuildRequires: golang(github.com/hashicorp/go-version) BuildRequires: golang(github.com/mitchellh/go-homedir) BuildRequires: golang(github.com/mitchellh/go-testing-interface) BuildRequires: golang(github.com/ulikunitz/xz) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Aug 17 00:42:28 CEST 2020 Robert-André Mauchin - 1.4.1-1.lite - Initial package