# Generated by go2rpm %bcond_without check # https://github.com/influxdata/tdigest %global goipath github.com/influxdata/tdigest %global commit bf2b5ad3c0a925c44a0d2842c5d8182113cd248e %gometa %global common_description %{expand: A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means. The t-digest algorithm is also very friendly to parallel programs making it useful in map-reduce and parallel streaming applications implemented using, say, Apache Spark. This is an implementation of Ted Dunning's t-digest in Go. The implementation is based off Derrick Burns' C++ implementation.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Implementation of Ted Dunning's t-digest in Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/exp/rand) BuildRequires: golang(gonum.org/v1/gonum/stat/distuv) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 25 00:27:17 CEST 2019 Robert-André Mauchin - 0-0.1.20190425gitbf2b5ad - Initial package