Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
41fe9bb2b5
!20 upgrade version to 0.5018
From: @wangjiang37 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2024-01-22 06:50:22 +00:00
wangjiang
974a758493 upgrade version to 0.5018 2024-01-19 17:12:44 +08:00
openeuler-ci-bot
9b05a4626d
!19 upgrade version to 0.5014
From: @wangjiang37 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-07-31 06:28:34 +00:00
wangjiang
ee7011e1c7 upgrade version to 0.5014 2023-07-28 02:30:41 +00:00
openeuler-ci-bot
e43fbe1b66
!18 【轻量级 PR】:Rebuild for next release
From: @wangjiang37 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-11-02 01:11:02 +00:00
wangjiang
4297268f22
update for mass rebuild and upgrade verification 2022-11-01 02:20:45 +00:00
openeuler-ci-bot
b24e0e449d
!13 change the version to keep consistent with the community
From: @renxichen 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-04-29 06:20:13 +00:00
rwx403335
40b55ea525 only change the version from 0.501.200 to 0.5012 to keep consistent with the community 2022-04-26 20:07:23 +08:00
openeuler-ci-bot
3b80eb5cb4 !11 update to version 0.5012
Merge pull request !11 from 郭昭睿/master
2021-12-23 15:21:39 +00:00
guozhaorui
f6a070bc37 update version to 0.5012 2021-12-03 16:29:59 +08:00
3 changed files with 42 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.500.900
Release: 3
Version: 0.5018
Release: 1
Summary: Math::BigInt::Calc with some XS for more speed
License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt-FastCalc
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5009.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{version}.tar.gz
BuildRequires:perl-generators perl-interpreter perl-devel gcc
BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88
BuildRequires:perl(Math::BigInt) >= 1.999817 perl(Math::BigFloat)
BuildRequires:perl(Math::BigInt) >= 2.0030.01
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Conflicts: perl < 4:5.22.0-348
@ -27,8 +27,17 @@ Requires: man info
%description help
Man page and other related documents for %{name}.
%package tests
Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness
Requires: perl(Math::BigInt) >= 2.0030.01
%description tests
Tests from %{name}. Execute them with "%{_libexecdir}/%{name}/test".
%prep
%autosetup -n Math-BigInt-FastCalc-0.5009 -p1
%autosetup -n Math-BigInt-FastCalc-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}"
@ -38,6 +47,16 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{opt
%make_install
%{_fixperms} -c %{buildroot}
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a t %{buildroot}%{_libexecdir}/%{name}
rm %{buildroot}%{_libexecdir}/%{name}/t/00sig.t
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
#!/bin/sh
cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
EOF
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
%check
unset AUTHOR_TESTING RELEASE_TESTING
make test
@ -61,7 +80,25 @@ make test
%doc CHANGES TODO
%{_mandir}/*/*
%files tests
%{_libexecdir}/%{name}
%changelog
* Fri Jan 19 2024 wangjiang <wangjiang37@h-partners.com> - 0.5018-1
- upgrade version to 0.5018
* Fri Jul 28 2023 wangjiang <wangjiang37@h-partners.com> - 0.5014-1
- upgrade version to 0.5014
* Tue Nov 01 2022 wangjiang <wangjiang37@h-partners.com> - 0.5012-3
- Rebuild for next release
* Tue Apr 26 2022 renhongxun <renhongxun@h-partners.com> 0.5012-2
- only change the version from 0.501.200 to 0.5012 to keep consistent with the community
* Fri Dec 3 2021 guozhaorui <guozhaorui1@huawei.com> - 0.501.200-1
- update version to 0.5012
* Wed Jun 23 2021 wuchaochao <wuchaochao4@huawei.com> - 0.500.900-3
- add buildrequires: gcc