!23 remove requires of the perl-Math-BigRat

From: @hugel 
Reviewed-by: @shenyangyang01 
Signed-off-by: @shenyangyang01
This commit is contained in:
openeuler-ci-bot 2025-02-11 12:08:15 +00:00 committed by Gitee
commit 25da49f2d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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