Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/transip/gotransip
%global goipath         github.com/transip/gotransip
Version:                6.2.0

%gometa

%global goaltipaths     github.com/transip/gotransip/v6

%global common_description %{expand:
This is the Go client for the TransIP API. To use it you need an account with
TransIP, enable API usage and setup a private API key.}

%global golicenses      LICENSE
%global godocs          CONTRIBUTING.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        TransIP API client for Go

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

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
BuildRequires:  golang(github.com/stretchr/testify/require)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# .: needs network
%gocheck -d . -d traffic
%endif

%gopkgfiles

%changelog
* Thu Jul 23 00:37:10 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 6.2.0-1
- Update to 6.2.0

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu Jun 27 15:50:50 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 5.14-1
- Release 5.14

* Mon May 13 2019 Carl George <carl@george.computer> - 5.13-1
- Latest upstream

* Wed Feb 27 2019 Carl George <carl@george.computer> - 5.8.2-1
- Latest upstream

* Fri Feb 22 2019 Carl George <carl@george.computer> - 5.8.1-2
- Skip tests on 32bit architectures

* Mon Feb 11 2019 Carl George <carl@george.computer> - 5.8.1-1
- Initial package