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.3%{?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
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

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