Blob Blame History Raw
# Generated by go2rpm
%ifnarch ppc64le s390x
%bcond_without check
%endif

# https://github.com/remyoudompheng/bigfft
%global goipath         github.com/remyoudompheng/bigfft
%global commit          babf20351dd7e3ac320adedbbe5eb311aec8763c

%gometa

%global common_description %{expand:
Big integer multiplication library for Go using Fast Fourier transform.}

%global golicenses      LICENSE
%global godocs          README

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Big integer multiplication library for Go using Fast Fourier transform

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sun May 12 15:23:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190630gitbabf203
- Initial package