# 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.4.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: 7%{?dist} Summary: OpenTracing Tracer implementation for Zipkin v1 in Go License: MIT URL: %{gourl} Source0: %{gosource} 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/openzipkin/zipkin-go) BuildRequires: golang(github.com/openzipkin/zipkin-go/model) BuildRequires: golang(github.com/openzipkin/zipkin-go/propagation) BuildRequires: golang(github.com/openzipkin/zipkin-go/propagation/b3) %if %{with check} # Tests BuildRequires: golang(github.com/openzipkin/zipkin-go/reporter) BuildRequires: golang(github.com/openzipkin/zipkin-go/reporter/recorder) BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0.4.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Maxwell G - 0.4.5-6 - Rebuild to fix FTBFS * Thu Jul 21 2022 Fedora Release Engineering - 0.4.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jul 30 18:48:22 CEST 2020 Robert-André Mauchin - 0.4.5-1 - Update to 0.4.5 * Mon Jul 27 2020 Fedora Release Engineering - 0.3.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 02:17:32 CEST 2019 Robert-André Mauchin - 0.3.5-1 - Initial package