# Generated by go2rpm %bcond_without check # https://gitlab.com/cznic/mathutil %global goipath modernc.org/mathutil %global forgeurl https://gitlab.com/cznic/mathutil Version: 1.0.0 %global commit 3f082a4bce8772d2bbd435f1f7c6d86d6372cdfd %global distprefix %{nil} %gometa %global common_description %{expand: Utilities supplemental to the Go standard "rand" and "math" packages.} %global golicenses LICENSE LICENSE-mersenne %global godocs example AUTHORS CONTRIBUTORS AUTHORS-mersenne\\\ CONTRIBUTORS-mersenne README-mersenne Name: %{goname} Release: 1%{?dist} Summary: Utilities supplemental to the Go standard "rand" and "math" packages # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/remyoudompheng/bigfft) %description %{common_description} %gopkg %prep %goprep mv mersenne/LICENSE LICENSE-mersenne mv mersenne/AUTHORS AUTHORS-mersenne mv mersenne/CONTRIBUTORS CONTRIBUTORS-mersenne mv mersenne/README README-mersenne %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 15:20:18 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package