# Generated by go2rpm %bcond_without check # https://github.com/transip/gotransip %global goipath github.com/transip/gotransip Version: 5.13 %gometa %global common_description %{expand: This is the Go client for the TransIP API. To use it you need an account with TransIP, enable API usage and setup a private API key.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: TransIP API client for Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 03 02:00:36 CEST 2019 Robert-André Mauchin - 5.13-1 - Release 5.13 * Wed Feb 27 2019 Carl George - 5.8.2-1 - Latest upstream * Fri Feb 22 2019 Carl George - 5.8.1-2 - Skip tests on 32bit architectures * Mon Feb 11 2019 Carl George - 5.8.1-1 - Initial package