Blob Blame History Raw
%global goipath github.com/namedotcom/go
%global commit  08470befbe04613bd4b44cb6978b05d50294c4d4
%gometa

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Name.com API Go client
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}


%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
* Mon Dec 03 2018 Carl George <carl@george.computer> - 0-0.1.20181203git08470be
- Initial package