# Generated by go2rpm %bcond_without check # https://github.com/openzipkin-contrib/zipkin-go-opentracing %global goipath github.com/openzipkin-contrib/zipkin-go-opentracing Version: 0.3.5 %gometa %global goaltipaths github.com/openzipkin/zipkin-go-opentracing %global common_description %{expand: This package is a low level tracing "driver" to allow OpenTracing API consumers to use Zipkin as their tracing backend. For details on how to work with spans and traces we suggest looking at the documentation and README from the OpenTracing API.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: OpenTracing Tracer implementation for Zipkin v1 in Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/apache/thrift/lib/go/thrift) BuildRequires: golang(github.com/go-logfmt/logfmt) BuildRequires: golang(github.com/gogo/protobuf/proto) BuildRequires: golang(github.com/opentracing-contrib/go-observer) BuildRequires: golang(github.com/opentracing/opentracing-go) BuildRequires: golang(github.com/opentracing/opentracing-go/ext) BuildRequires: golang(github.com/opentracing/opentracing-go/log) BuildRequires: golang(github.com/Shopify/sarama) BuildRequires: golang(golang.org/x/net/trace) %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 * Wed May 15 02:17:32 CEST 2019 Robert-André Mauchin - 0.3.5-1 - Initial package