Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/decker502/dnspod-go
%global goipath         github.com/decker502/dnspod-go
Version:                0.2.0

%gometa

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

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        Go client for the DNSPod API

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Wed Jun 05 00:48:06 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-2
- Update to new macros

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