Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/aclements/go-moremath
%global goipath         github.com/aclements/go-moremath
%global commit          d16893ddf098d8f624446c1615778df3b23eb19b

%gometa

%global common_description %{expand:
These packages provide more specialized math routines than are available in
the standard Go math package. go-moremath currently focuses on statistical
routines, with particular focus on high-quality implementations and APIs
for non-parametric methods.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.8%{?dist}
Summary:        Assortment of more specialized math routines for Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
# Use gonum.org/v1/gonum instead of old gonum
Patch0:         0001-Use-gonum.org-v1.patch

BuildRequires:  golang(gonum.org/v1/gonum/mat)

%description
%{common_description}

%gopkg

%prep
%goprep
%patch0 -p1

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Sun Dec 29 20:33:54 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.6.20191229gitd16893d
- Bump to commit d16893ddf098d8f624446c1615778df3b23eb19b

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 16 21:47:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20190516git286cc0b
- Bump to commit 286cc0be6f75d9cd9f3af60aef9930cb0c15db47

* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitb1aff36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitb1aff36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Fri Mar 23 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1-20180421gitb1aff36
- First package for Fedora