# Generated by go2rpm %bcond_without check %bcond_without bootstrap # https://github.com/uber/jaeger-lib %global goipath github.com/uber/jaeger-lib Version: 2.0.0 %gometa %global goipaths0 github.com/uber/jaeger-lib %global goipathsex0 github.com/uber/jaeger-lib/metrics/go-kit github.com/uber/jaeger-lib/client/log/go-kit %if %{without bootstrap} %global goipaths1 github.com/uber/jaeger-lib/metrics/go-kit github.com/uber/jaeger-lib/client/log/go-kit %endif %global goaltipaths github.com/jaegertracing/jaeger-lib %global common_description %{expand: A collection of shared infrastructure libraries used by different components of Jaeger backend and jaeger-client-go. This library is not intended to be used standalone, and provides no guarantees of backwards compatibility.} %global golicenses LICENSE %global godocs CHANGELOG.md CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Collection of shared infrastructure libraries used by Jaeger # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/codahale/hdrhistogram) %if %{without bootstrap} BuildRequires: golang(github.com/go-kit/kit/log) BuildRequires: golang(github.com/go-kit/kit/log/level) BuildRequires: golang(github.com/go-kit/kit/metrics) BuildRequires: golang(github.com/go-kit/kit/metrics/expvar) BuildRequires: golang(github.com/go-kit/kit/metrics/influx) %endif BuildRequires: golang(github.com/prometheus/client_golang/prometheus) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/uber-go/tally) %if %{with check} # Tests %if %{without bootstrap} BuildRequires: golang(github.com/go-kit/kit/metrics/generic) BuildRequires: golang(github.com/influxdata/influxdb/client/v2) %endif BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %if %{with bootstrap} %gocheck -t metrics/go-kit -t client/log/go-kit -d metrics/expvar %else %gocheck %endif %endif %gopkgfiles %changelog * Mon May 06 15:18:13 CEST 2019 Robert-André Mauchin - 2.0.0-1 - Initial package