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          eec4a21b6bb01e5c1260ca5e04d0c58e11e20f30

%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.5%{?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
* Sat Aug 01 19:28:53 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200801giteec4a21
- Bump to commit eec4a21b6bb01e5c1260ca5e04d0c58e11e20f30

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

* 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