Blob Blame History Raw
%global goipath github.com/opendns/vegadns2client
%global commit  a3fa4a771d87bda2514a90a157e1fed1b6897d2e
%gometa

%global common_description %{expand:
vegadns2client is a go client for VegaDNS-API. This is an incomplete client,
initially intended to support lego.}

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Go client for VegaDNS-API
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

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


%description
%{common_description}


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


%description devel
%{common_description}

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


%prep
%autosetup -n vegadns2client-%{commit}


%install
%goinstall


%check
%gochecks


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


%changelog
* Mon Feb 11 2019 Carl George <carl@george.computer> - 0-0.1.20190211gita3fa4a7
- Initial package