# 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.1%{?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 May 06 21:57:48 CEST 2019 Robert-André Mauchin - 0-0.1.20190506git6a9aea3 - Initial package