Blame golang-github-hashicorp-gcp-common.spec

166bee1
# Generated by go2rpm
166bee1
%bcond_without check
166bee1
166bee1
# https://github.com/hashicorp/go-gcp-common
166bee1
%global goipath         github.com/hashicorp/go-gcp-common
920cee6
Version:                0.6.0
166bee1
166bee1
%gometa
166bee1
166bee1
%global common_description %{expand:
166bee1
Utils for Vault/GCP integrations. Includes helpers for:
166bee1
166bee1
 - Parsing GCP credential JSON or finding default credentials
166bee1
 - Various helpers for some GCP APIs}
166bee1
166bee1
%global golicenses      LICENSE
166bee1
%global godocs          README.md
166bee1
166bee1
Name:           %{goname}
083c973
Release:        2%{?dist}
166bee1
Summary:        Common code shared by Google Cloud Platform-maintained plugins
166bee1
166bee1
# Upstream license specification: MPL-2.0
166bee1
License:        MPLv2.0
166bee1
URL:            %{gourl}
166bee1
Source0:        %{gosource}
166bee1
166bee1
BuildRequires:  golang(github.com/hashicorp/go-cleanhttp)
166bee1
BuildRequires:  golang(github.com/mitchellh/go-homedir)
166bee1
BuildRequires:  golang(golang.org/x/oauth2)
166bee1
BuildRequires:  golang(golang.org/x/oauth2/google)
166bee1
BuildRequires:  golang(golang.org/x/oauth2/jwt)
166bee1
BuildRequires:  golang(google.golang.org/api/compute/v1)
920cee6
BuildRequires:  golang(google.golang.org/api/googleapi)
166bee1
BuildRequires:  golang(google.golang.org/api/iam/v1)
166bee1
166bee1
%description
166bee1
%{common_description}
166bee1
166bee1
%gopkg
166bee1
166bee1
%prep
166bee1
%goprep
166bee1
166bee1
%install
166bee1
%gopkginstall
166bee1
166bee1
%if %{with check}
166bee1
%check
166bee1
%gocheck
166bee1
%endif
166bee1
166bee1
%gopkgfiles
166bee1
166bee1
%changelog
083c973
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
083c973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
083c973
920cee6
* Mon Jul 27 19:10:07 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.0-1
920cee6
- Update to 0.6.0
920cee6
c726f06
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
c726f06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c726f06
dde986e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
dde986e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
dde986e
166bee1
* Tue Apr 30 16:57:17 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-1
166bee1
- Initial package