Blob Blame History Raw
# Generated by go2rpm
# Tests are broken and dead upstream fork
%bcond_with check

# https://github.com/cloudflare/go-metrics
%global goipath         github.com/cloudflare/go-metrics
%global commit          6a9aea36fb410b71add0d0e58438e0cfc44d3076

%gometa

%global common_description %{expand:
Go port of Coda Hale's Metrics library.}

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

Name:           %{goname}
Version:        0
Release:        0.4%{?dist}
Summary:        Go port of Coda Hale's Metrics library

License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/rcrowley/go-metrics)
BuildRequires:  golang(github.com/stathat/go)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Mon May 06 21:57:48 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git6a9aea3
- Initial package