# Generated by go2rpm # Needs network %bcond_with check # https://github.com/nrdcg/auroradns %global goipath github.com/nrdcg/auroradns Version: 1.0.0 %gometa %global common_description %{expand: Auroradns is a Go client library for accessing the Aurora DNS API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Go library for accessing the aurora dns api # Upstream license specification: MPL-2.0 License: MPLv2.0 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 * Mon Apr 15 18:10:59 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Tue Mar 05 2019 Carl George - 1.0.0-1 - Initial package