# Generated by go2rpm %bcond_without check # https://github.com/opentracing/basictracer-go %global goipath github.com/opentracing/basictracer-go Version: 1.1.0 %gometa %global common_description %{expand: The Go incarnation of the cross-platform "BasicTracer" reference impl for OpenTracing.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: Go incarnation of the cross-platform "BasicTracer" reference impl for OpenTracing License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gogo/protobuf/proto) 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(golang.org/x/net/context) BuildRequires: golang(golang.org/x/net/trace) %if %{with check} # Tests BuildRequires: golang(github.com/opentracing/opentracing-go/harness) 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 Jul 30 18:28:16 CEST 2020 Robert-André Mauchin - 1.1.0-1 - Update to 1.1.0 * Mon Jul 27 2020 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 01:21:07 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package