Blob Blame History Raw
%global goipath github.com/timewasted/linode
%global commit  37e84520dcf74488f67654f9c775b9752c232dc1
%gometa

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Go library for interacting with the Linode v3 API
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
BuildRequires:  golang(github.com/stretchr/testify/assert)


%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.20181203git37e8452
- Initial package