# Generated by go2rpm %bcond_without check # https://github.com/peterbourgon/g2s %global goipath github.com/peterbourgon/g2s %global commit d4e7ad98afea530d947adb4490aa062353856767 %gometa %global common_description %{expand: G2s provides a Statsd object, which provides some convenience functions for each of the supported statsd statistic-types. Just call the relevant function on the Statsd object wherever it makes sense in your code.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Forward simple statistics to a statsd server # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 19:53:15 CEST 2019 Robert-André Mauchin - 0-0.1.20190515gitd4e7ad9 - Initial package