# Generated by go2rpm 1 %bcond_without check # https://github.com/dghubble/sling %global goipath github.com/dghubble/sling Version: 1.3.0 %gometa %global common_description %{expand: A Go HTTP client library for creating and sending API requests.} %global golicenses LICENSE %global godocs examples README.md CHANGES.md Name: %{goname} Release: 1%{?dist} Summary: Library for creating and sending API requests License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/coreos/pkg/flagutil) BuildRequires: golang(github.com/google/go-querystring/query) BuildRequires: golang(golang.org/x/oauth2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Apr 08 2020 Fabian Affolter - 1.3.0-1 - Initial package