Blame golang-github-vividcortex-gohistogram.spec

5d76825
# Generated by go2rpm
5d76825
%bcond_without check
5d76825
5d76825
# https://github.com/VividCortex/gohistogram
5d76825
%global goipath         github.com/VividCortex/gohistogram
5d76825
Version:                1.0.0
5d76825
5d76825
%gometa
5d76825
5d76825
%global common_description %{expand:
5d76825
This package provides Streaming Approximate Histograms for efficient quantile
5d76825
approximations.
5d76825
5d76825
The histograms in this package are based on the algorithms found in Ben-Haim &
5d76825
Yom-Tov's A Streaming Parallel Decision Tree Algorithm. Histogram bins do not
5d76825
have a preset size. As values stream into the histogram, bins are dynamically
5d76825
added and merged.}
5d76825
5d76825
%global golicenses      LICENSE
5d76825
%global godocs          README.md
5d76825
5d76825
Name:           %{goname}
09a1a24
Release:        4%{?dist}
5d76825
Summary:        Streaming approximate histograms in Go
5d76825
5d76825
License:        MIT
5d76825
URL:            %{gourl}
5d76825
Source0:        %{gosource}
5d76825
5d76825
%description
5d76825
%{common_description}
5d76825
5d76825
%gopkg
5d76825
5d76825
%prep
5d76825
%goprep
5d76825
5d76825
%install
5d76825
%gopkginstall
5d76825
5d76825
%if %{with check}
5d76825
%check
5d76825
%gocheck
5d76825
%endif
5d76825
5d76825
%gopkgfiles
5d76825
5d76825
%changelog
09a1a24
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
09a1a24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
09a1a24
71c7b13
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
71c7b13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
71c7b13
7ae72f9
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
7ae72f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7ae72f9
5d76825
* Wed May 15 01:15:19 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
5d76825
- Initial package