remove requires of the perl-Math-BigRat

(cherry picked from commit 06de3435ed8a3772e0a5d5e03b657abbd1fe9494)
This commit is contained in:
hugel 2025-02-11 10:40:44 +08:00 committed by openeuler-sync-bot
parent 200f69dcc6
commit 8b27b9cdc0

View File

@ -1,6 +1,6 @@
Name: perl-bignum
Version: 0.66
Release: 2
Release: 3
Summary: transparent big number support
License: GPL-1.0-or-later or Artistic-1.0-perl
URL: https://metacpan.org/release/bignum
@ -14,7 +14,7 @@ BuildRequires: perl(Test::More) >= 0.88
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(Carp) >= 1.22
#for test
Requires: perl(Math::BigRat) >= 0.2623 perl(Math::BigInt) >= 1.999830
Requires: perl(Math::BigInt) >= 2.003002
%description
Three modules provided by this package:
@ -49,6 +49,9 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/*
%changelog
* Tue Feb 11 2025 hugel <gengqihu2@h-partners.com> - 0.66-3
- remove requires of the perl-Math-BigRat
* Tue Aug 13 2024 gengqihu <gengqihu2@h-partners.com> - 0.66-2
- License info rectification