# Generated by go2rpm %bcond_without check # https://github.com/opentracing/opentracing-go %global goipath github.com/opentracing/opentracing-go Version: 1.1.0 %gometa %global common_description %{expand: This package is a Go platform API for OpenTracing.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 2%{?dist} Summary: Opentracing API for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/suite) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 25 16:02:16 CEST 2019 Robert-André Mauchin - 1.1.0-2 - Update to new macros * Thu Mar 14 2019 Robert-André Mauchin - 1.1.0-1 - First package for Fedora