# Generated by go2rpm 1.3 %bcond_without check # https://github.com/xaionaro-go/metrics %global goipath github.com/xaionaro-go/metrics %global commit 68050b33767320ae8ac5219ea8665a9af03c21ff %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.1%{?dist} Summary: An implementation of fast metrics for high-load-ed services on Golang License: GPLv3 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/trafficstars/metrics) 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.1.20210620git68050b3 - Initial package