Blob Blame History Raw
%global goipath github.com/nrdcg/auroradns
Version:        1.0.0
%gometa


Name:           %{goname}
Release:        1%{?dist}
Summary:        Aurora DNS API client written in Go
License:        MPLv2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/stretchr/testify/assert)
BuildRequires:  golang(github.com/stretchr/testify/require)


%description
%{summary}.


%package devel
Summary:        %{summary}
BuildArch:      noarch


%description devel
%{summary}.

This package contains the source code needed for building packages that import
the %{goipath} Go namespace.


%prep
%forgeautosetup


%install
%goinstall


%check
%gochecks


%files devel -f devel.file-list
%license LICENSE
%doc README.md


%changelog
* Tue Mar 05 2019 Carl George <carl@george.computer> - 1.0.0-1
- Initial package