Blob Blame History Raw
%global goipath github.com/dnsimple/dnsimple-go
Version:        0.23.0
%gometa

%global common_description %{expand:
This library is a Go client you can use to interact with the DNSimple API v2.}

Name:           %{goname}
Release:        1%{?dist}
Summary:        Go client for the DNSimple API v2
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/google/go-querystring/query)
BuildRequires:  golang(golang.org/x/oauth2)


%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
%forgeautosetup


%install
%goinstall


%check
%gochecks


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


%changelog
* Wed Apr 17 2019 Carl George <carl@george.computer> - 0.23.0-1
- Initial package