Blob Blame History Raw
# 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.3%{?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 Jan 29 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

* Wed May 15 19:53:15 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190701gitd4e7ad9
- Initial package