Blame golang-github-paulbellamy-ratecounter.spec

11dd807
# Generated by go2rpm
11dd807
%bcond_without check
11dd807
11dd807
# https://github.com/paulbellamy/ratecounter
11dd807
%global goipath         github.com/paulbellamy/ratecounter
11dd807
Version:                0.2.0
11dd807
11dd807
%gometa
11dd807
11dd807
%global common_description %{expand:
11dd807
Package Ratecounter provides a thread-safe rate-counter, for tracking counts in
11dd807
an interval.}
11dd807
11dd807
%global golicenses      LICENSE
11dd807
%global godocs          CONTRIBUTORS.md README.md
11dd807
11dd807
Name:           %{goname}
11dd807
Release:        1%{?dist}
11dd807
Summary:        Thread-safe ratecounter implementation in Go
11dd807
11dd807
License:        MIT
11dd807
URL:            %{gourl}
11dd807
Source0:        %{gosource}
11dd807
11dd807
%description
11dd807
%{common_description}
11dd807
11dd807
%gopkg
11dd807
11dd807
%prep
11dd807
%goprep
11dd807
11dd807
%install
11dd807
%gopkginstall
11dd807
11dd807
%if %{with check}
11dd807
%check
11dd807
%gocheck
11dd807
%endif
11dd807
11dd807
%gopkgfiles
11dd807
11dd807
%changelog
11dd807
* Mon Apr 29 14:27:25 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1
11dd807
- Initial package