!11 upgrade version to 1.999839

From: @wangjiang37 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-07-28 01:41:05 +00:00 committed by Gitee
commit 5d5d9e55df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 4 deletions

Binary file not shown.

BIN
Math-BigInt-1.999839.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,13 @@
%global cpan_version 1.999839
Name: perl-Math-BigInt Name: perl-Math-BigInt
Epoch: 1 Epoch: 1
Version: 1.9998.27 # Keep 4-digit version to compete with perl.spec
Release: 2 Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
Release: 1
Summary: Arbitrary size integer/float math package Summary: Arbitrary size integer/float math package
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt URL: https://metacpan.org/release/Math-BigInt
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-1.999827.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires:perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.94 BuildRequires:perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.94
@ -21,7 +23,7 @@ provided for Perl operators.
%package_help %package_help
%prep %prep
%autosetup -n Math-BigInt-1.999827 -p1 %autosetup -n Math-BigInt-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
@ -55,6 +57,9 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Jul 26 2023 wangjiang <wangjiang37@h-partners.com> - 1:1.9998.39-1
- upgrade version to 1.999839
* Tue Oct 25 2022 wangjiang <wangjiang37@h-partners.com> - 1:1.9998.27-2 * Tue Oct 25 2022 wangjiang <wangjiang37@h-partners.com> - 1:1.9998.27-2
- Rebuild for next release - Rebuild for next release