|
|
|
@ -3,7 +3,7 @@ Epoch: 1
|
|
|
|
|
%global cpan_version 2.003003
|
|
|
|
|
# Keep 4-digit version to compete with perl.spec
|
|
|
|
|
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Arbitrary-size integer and float mathematics
|
|
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
|
|
|
|
URL: https://metacpan.org/release/Math-BigInt
|
|
|
|
@ -106,6 +106,10 @@ make test
|
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:2.0030.03-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:2.0030.03-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|