# Generated by go2rpm %bcond_without check # https://github.com/timewasted/linode %global goipath github.com/timewasted/linode %global commit 37e84520dcf74488f67654f9c775b9752c232dc1 %gometa %global common_description %{expand: A Golang library for interacting with the Linode API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.3%{?dist} Summary: Go library for interacting with the Linode API # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 03 01:50:55 CEST 2019 Robert-André Mauchin - 0-0.3.20181203git37e8452 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.2.git37e8452 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 03 2018 Carl George - 0-0.1.20181203git37e8452 - Initial package