Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/googleapis/gax-go
%global goipath         github.com/googleapis/gax-go
Version:                2.0.5

%gometa

%global common_description %{expand:
Google API Extensions for Go (gax-go) is a set of modules which aids the
development of APIs for clients and servers based on gRPC and Google API
conventions.

Application code will rarely need to use this library directly, but the
code generated automatically from API definition files can use it to simplify
code generation and to provide more convenient and idiomatic API surface.}

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

Name:           %{goname}
Release:        1%{?dist}
Summary:        Google API Extensions for Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(google.golang.org/grpc)
BuildRequires:  golang(google.golang.org/grpc/codes)
BuildRequires:  golang(google.golang.org/grpc/status)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed Apr 24 12:48:02 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.5-1
- Release 2.0.5

* Thu Mar 14 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.4-1
- Release 2.0.4 (#1688895)

* Sat Mar 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.3-2
- Unbootstrap

* Mon Feb 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.3-1
- Update to release 2.0.3

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Mar 21 2018  Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-1
- First package for Fedora