# Generated by go2rpm 1
%bcond_without check
# https://github.com/brocaar/chirpstack-api
%global goipath github.com/brocaar/chirpstack-api
Version: 3.9.3
%gometa
%global common_description %{expand:
ChirpStack gRPC API message and service wrappers for Go.}
Name: %{goname}
Release: 3%{?dist}
Summary: Chirpstack Go API
License: MIT
URL: %{gourl}
Source0: %{gosource}
BuildRequires: golang(github.com/golang/protobuf/descriptor)
BuildRequires: golang(github.com/golang/protobuf/proto)
BuildRequires: golang(github.com/golang/protobuf/ptypes/duration)
BuildRequires: golang(github.com/golang/protobuf/ptypes/empty)
BuildRequires: golang(github.com/golang/protobuf/ptypes/timestamp)
BuildRequires: golang(github.com/grpc-ecosystem/grpc-gateway/runtime)
BuildRequires: golang(github.com/grpc-ecosystem/grpc-gateway/utilities)
BuildRequires: golang(google.golang.org/genproto/googleapis/api/annotations)
BuildRequires: golang(google.golang.org/grpc)
BuildRequires: golang(google.golang.org/grpc/codes)
BuildRequires: golang(google.golang.org/grpc/grpclog)
BuildRequires: golang(google.golang.org/grpc/status)
%description
%{common_description}
%gopkg
%prep
%goprep
%install
%gopkginstall
%if %{with check}
%check
%gocheck
%endif
%gopkgfiles
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 15:32:25 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 3.9.3-2
- Update to 3.9.3
* Tue Sep 01 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.7-1
- Initial package for Fedora