# Generated by go2rpm # Needs network %bcond_with check # https://github.com/linode/linodego %global goipath github.com/linode/linodego Version: 0.7.1 %gometa %global common_description %{expand: Go client for Linode REST v4 API.} %global golicenses LICENSE %global godocs API_SUPPORT.md CHANGELOG.md README.md Name: %{goname} Release: 2%{?dist} Summary: Go client for Linode REST v4 API License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gopkg.in/resty.v1) %if %{with check} # Tests BuildRequires: golang(golang.org/x/oauth2) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 22:38:07 CEST 2019 Robert-André Mauchin - 0.7.1-2 - Update to new macros * Fri Mar 15 2019 Robert-André Mauchin - 0.7.1-1 - Release 0.7.1 * Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Dec 04 2018 Carl George - 0.7.0-1 - Latest upstream - Skip tests on 32bit architectures * Tue Nov 27 2018 Carl George - 0.6.2-1 - Initial package