# Generated by go2rpm %bcond_without check # https://github.com/VividCortex/gohistogram %global goipath github.com/VividCortex/gohistogram Version: 1.0.0 %gometa %global common_description %{expand: This package provides Streaming Approximate Histograms for efficient quantile approximations. The histograms in this package are based on the algorithms found in Ben-Haim & Yom-Tov's A Streaming Parallel Decision Tree Algorithm. Histogram bins do not have a preset size. As values stream into the histogram, bins are dynamically added and merged.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Streaming approximate histograms in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 01:15:19 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package