Blob Blame History Raw
# Generated by go2rpm 1.6.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/google/go-genproto
%global goipath         google.golang.org/genproto
%global forgeurl        https://github.com/google/go-genproto
%global commit          83ca9fad585ff187a5d9a8a43328f6173ad99a09

%gometa

%global common_description %{expand:
This package contains the generated Go packages for common protocol buffer
types, and the generated gRPC code necessary for interacting with Google's gRPC
APIs.}

%global golicenses      LICENSE
%global godocs          CODE_OF_CONDUCT.md CONTRIBUTING.md README.md\\\
                        RELEASING.md SECURITY.md example docs

Name:           %{goname}
Version:        0
Release:        %autorelease -p
Summary:        Generated code for Google Cloud client libraries

# Upstream license specification: Apache-2.0
License:        Apache-2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog