Blame golang-github-transip-gotransip.spec

a2f7084
# Generated by go2rpm
ffd7b39
%ifnarch %{ix86} %{arm}
a2f7084
%bcond_without check
ffd7b39
%endif
a2f7084
a2f7084
# https://github.com/transip/gotransip
a2f7084
%global goipath         github.com/transip/gotransip
4b9cb7b
Version:                6.2.0
a2f7084
c1fc337
%gometa
c1fc337
4b9cb7b
%global goaltipaths     github.com/transip/gotransip/v6
4b9cb7b
c1fc337
%global common_description %{expand:
c1fc337
This is the Go client for the TransIP API. To use it you need an account with
c1fc337
TransIP, enable API usage and setup a private API key.}
c1fc337
a2f7084
%global golicenses      LICENSE
a2f7084
%global godocs          CONTRIBUTING.md README.md
4d9a0e7
c1fc337
Name:           %{goname}
4b9cb7b
Release:        1%{?dist}
c1fc337
Summary:        TransIP API client for Go
a2f7084
c1fc337
License:        MIT
c1fc337
URL:            %{gourl}
c1fc337
Source0:        %{gosource}
c1fc337
a2f7084
%if %{with check}
a2f7084
# Tests
c1fc337
BuildRequires:  golang(github.com/stretchr/testify/assert)
4b9cb7b
BuildRequires:  golang(github.com/stretchr/testify/require)
4d9a0e7
%endif
c1fc337
c1fc337
%description
c1fc337
%{common_description}
c1fc337
a2f7084
%gopkg
c1fc337
c1fc337
%prep
a2f7084
%goprep
c1fc337
c1fc337
%install
a2f7084
%gopkginstall
c1fc337
a2f7084
%if %{with check}
c1fc337
%check
4b9cb7b
# .: needs network
ffd7b39
%gocheck -d .
4d9a0e7
%endif
c1fc337
a2f7084
%gopkgfiles
c1fc337
c1fc337
%changelog
4b9cb7b
* Thu Jul 23 00:37:10 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 6.2.0-1
4b9cb7b
- Update to 6.2.0
4b9cb7b
e4cb629
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14-3
e4cb629
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e4cb629
73f2e53
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14-2
73f2e53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
73f2e53
a2f7084
* Thu Jun 27 15:50:50 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 5.14-1
a2f7084
- Release 5.14
a2f7084
5ea7179
* Mon May 13 2019 Carl George <carl@george.computer> - 5.13-1
5ea7179
- Latest upstream
5ea7179
5b39130
* Wed Feb 27 2019 Carl George <carl@george.computer> - 5.8.2-1
5b39130
- Latest upstream
5b39130
4d9a0e7
* Fri Feb 22 2019 Carl George <carl@george.computer> - 5.8.1-2
4d9a0e7
- Skip tests on 32bit architectures
4d9a0e7
c1fc337
* Mon Feb 11 2019 Carl George <carl@george.computer> - 5.8.1-1
c1fc337
- Initial package