# Generated by go2rpm %bcond_without check # https://github.com/ns1/ns1-go %global goipath gopkg.in/ns1/ns1-go.v2 %global forgeurl https://github.com/ns1/ns1-go %global commit 6c599e5e57901a8e58e1729f444de1edeb77bf97 %gometa %global common_description %{expand: Golang API client for NS1.} %global golicenses LICENSE.txt %global godocs README.md _examples Name: %{goname} Version: 0 Release: 0.2%{?dist} Summary: Golang API client for NS1 License: # FIXME 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:09:05 CEST 2019 Robert-André Mauchin - 0-0.2.20190503git6c599e5 - Bump to commit 6c599e5e57901a8e58e1729f444de1edeb77bf97 * Mon Feb 11 2019 Carl George - 0-0.1.20190211gita57b2a1 - Initial package