Blame golang-github-remyoudompheng-bigfft.spec

b49412e
# Generated by go2rpm
9e023e5
%ifnarch ppc64le s390x
b49412e
%bcond_without check
9e023e5
%endif
4339315
4339315
# https://github.com/remyoudompheng/bigfft
b49412e
%global goipath         github.com/remyoudompheng/bigfft
00a60b4
%global commit          eec4a21b6bb01e5c1260ca5e04d0c58e11e20f30
4339315
b49412e
%gometa
4339315
b49412e
%global common_description %{expand:
b49412e
Big integer multiplication library for Go using Fast Fourier transform.}
4339315
b49412e
%global golicenses      LICENSE
b49412e
%global godocs          README
4339315
b49412e
Name:           %{goname}
b49412e
Version:        0
00a60b4
Release:        0.5%{?dist}
b49412e
Summary:        Big integer multiplication library for Go using Fast Fourier transform
4339315
b49412e
# Upstream license specification: BSD-3-Clause
b49412e
License:        BSD
b49412e
URL:            %{gourl}
b49412e
Source0:        %{gosource}
4339315
b49412e
%description
b49412e
%{common_description}
4339315
b49412e
%gopkg
4339315
4339315
%prep
b49412e
%goprep
4339315
4339315
%install
b49412e
%gopkginstall
4339315
b49412e
%if %{with check}
4339315
%check
b49412e
%gocheck
4339315
%endif
4339315
b49412e
%gopkgfiles
4339315
4339315
%changelog
00a60b4
* Sat Aug 01 19:28:53 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200801giteec4a21
00a60b4
- Bump to commit eec4a21b6bb01e5c1260ca5e04d0c58e11e20f30
00a60b4
90eb982
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
90eb982
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
90eb982
30ff4b6
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
30ff4b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
30ff4b6
3faafde
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
3faafde
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3faafde
b49412e
* Sun May 12 15:23:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190630gitbabf203
b49412e
- Initial package