# Generated by go2rpm 1.3 %bcond_without check # https://github.com/trafficstars/metrics %global goipath github.com/trafficstars/metrics %global commit 0250d8a27518636f3c7ac48ec726b84fefd7c4e8 %gometa %global common_description %{expand: An implementation of fast metrics for high-load-ed services on Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.2%{?dist} Summary: An implementation of fast metrics for high-load-ed services on Golang License: GPLv3 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/xaionaro-go/atomicmap) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 20 2021 Davide Cavalca - 0-0.2.20210618git0250d8a - Drop no longer needed ExcludeArch for i686 and armv7hl * Fri Jun 18 2021 Davide Cavalca - 0-0.1.20210618git0250d8a - Initial package