# Generated by go2rpm 1 # disabling tests for bootstrapping %bcond_with check # https://github.com/envoyproxy/go-control-plane %global goipath github.com/envoyproxy/go-control-plane Version: 0.9.6 %gometa %global common_description %{expand: Go implementation of data-plane-api.} %global golicenses LICENSE %global godocs OWNERS.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go implementation of data-plane-api # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1) BuildRequires: golang(github.com/cncf/udpa/go/udpa/annotations) BuildRequires: golang(github.com/cncf/udpa/go/udpa/core/v1) BuildRequires: golang(github.com/envoyproxy/protoc-gen-validate/validate) BuildRequires: golang(github.com/golang/protobuf/jsonpb) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/golang/protobuf/protoc-gen-go/descriptor) BuildRequires: golang(github.com/golang/protobuf/ptypes) BuildRequires: golang(github.com/golang/protobuf/ptypes/any) BuildRequires: golang(github.com/golang/protobuf/ptypes/duration) BuildRequires: golang(github.com/golang/protobuf/ptypes/empty) BuildRequires: golang(github.com/golang/protobuf/ptypes/struct) BuildRequires: golang(github.com/golang/protobuf/ptypes/timestamp) BuildRequires: golang(github.com/golang/protobuf/ptypes/wrappers) BuildRequires: golang(github.com/prometheus/client_model/go) BuildRequires: golang(google.golang.org/genproto/googleapis/api/annotations) BuildRequires: golang(google.golang.org/genproto/googleapis/api/expr/v1alpha1) BuildRequires: golang(google.golang.org/genproto/googleapis/rpc/status) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) BuildRequires: golang(google.golang.org/protobuf/reflect/protoreflect) BuildRequires: golang(google.golang.org/protobuf/runtime/protoimpl) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 17:57:31 CEST 2020 Robert-André Mauchin - 0.9.6-1 - Initial package