Blame golang-github-influxdata-tdigest.spec

a968f63
# Generated by go2rpm
a968f63
%bcond_without check
a968f63
a968f63
# https://github.com/influxdata/tdigest
a968f63
%global goipath         github.com/influxdata/tdigest
a2103e1
Version:                0.0.1
a968f63
a968f63
%gometa
a968f63
a968f63
%global common_description %{expand:
a968f63
A new data structure for accurate on-line accumulation of rank-based statistics
a968f63
such as quantiles and trimmed means. The t-digest algorithm is also very
a968f63
friendly to parallel programs making it useful in map-reduce and parallel
a968f63
streaming applications implemented using, say, Apache Spark.
a968f63
a968f63
This is an implementation of Ted Dunning's t-digest in Go.
a968f63
a968f63
The implementation is based off Derrick Burns' C++ implementation.}
a968f63
a968f63
%global golicenses      LICENSE
a968f63
%global godocs          README.md
a968f63
a968f63
Name:           %{goname}
a2103e1
Release:        1%{?dist}
a968f63
Summary:        Implementation of Ted Dunning's t-digest in Go
a968f63
a968f63
# Upstream license specification: Apache-2.0
a968f63
License:        ASL 2.0
a968f63
URL:            %{gourl}
a968f63
Source0:        %{gosource}
a968f63
a968f63
BuildRequires:  golang(golang.org/x/exp/rand)
a968f63
BuildRequires:  golang(gonum.org/v1/gonum/stat/distuv)
a968f63
a968f63
%description
a968f63
%{common_description}
a968f63
a968f63
%gopkg
a968f63
a968f63
%prep
a968f63
%goprep
a968f63
a968f63
%install
a968f63
%gopkginstall
a968f63
a968f63
%if %{with check}
a968f63
%check
a968f63
%gocheck
a968f63
%endif
a968f63
a968f63
%gopkgfiles
a968f63
a968f63
%changelog
a2103e1
* Tue Jul 28 00:40:27 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.0.1-1
a2103e1
- Update to 0.0.1
a2103e1
67db428
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
67db428
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
67db428
bc347b7
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
bc347b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bc347b7
20f4213
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
20f4213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
20f4213
a968f63
* Thu Apr 25 00:27:17 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190624gitbf2b5ad
a968f63
- Initial package