# Generated by go2rpm %bcond_without check # https://github.com/hashicorp/go-gcp-common %global goipath github.com/hashicorp/go-gcp-common Version: 0.5.0 %gometa %global common_description %{expand: Utils for Vault/GCP integrations. Includes helpers for: - Parsing GCP credential JSON or finding default credentials - Various helpers for some GCP APIs} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Common code shared by Google Cloud Platform-maintained plugins # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/hashicorp/go-cleanhttp) BuildRequires: golang(github.com/mitchellh/go-homedir) BuildRequires: golang(golang.org/x/oauth2) BuildRequires: golang(golang.org/x/oauth2/google) BuildRequires: golang(golang.org/x/oauth2/jwt) BuildRequires: golang(google.golang.org/api/compute/v1) BuildRequires: golang(google.golang.org/api/iam/v1) BuildRequires: golang(google.golang.org/api/oauth2/v2) BuildRequires: golang(gopkg.in/square/go-jose.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 16:57:17 CEST 2019 Robert-André Mauchin - 0.5.0-1 - Initial package