Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 65fba5f54dee9b816ba9d73fde8aee41 > files > 1

golang-github-opentracing-1.2.0-3.mga9.src.rpm

# Generated by go2rpm 1
%bcond_without check

# https://github.com/opentracing/opentracing-go
%global goipath         github.com/opentracing/opentracing-go
Version:                1.2.0

%gometa

%global common_description %{expand:
OpenTracing API for Go.}

%global golicenses      LICENSE
%global godocs          CHANGELOG.md README.md

Name:           %{goname}
Release:        %mkrel 3
Summary:        OpenTracing API for Go
Group:          Development/Other
BuildArch:      noarch
# 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
* Wed Mar 23 2022 umeabot <umeabot> 1.2.0-3.mga9
+ Revision: 1821529
- Mageia 9 Mass Rebuild

* Thu Nov 18 2021 guillomovitch <guillomovitch> 1.2.0-2.mga9
+ Revision: 1757733
- rebuild for mageia 9

* Sat Sep 05 2020 pterjan <pterjan> 1.2.0-1.mga8
+ Revision: 1622726
- imported package golang-github-opentracing


* Sat Sep 05 17:40:19 UTC 2020 Pascal Terjan <pterjan@mageia.org> - 1.2.0-1
- Initial package