0.5007 bump
This commit is contained in:
parent
fd294a4d49
commit
c39b5b99be
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Math-BigInt-FastCalc-0.5005.tar.gz
|
/Math-BigInt-FastCalc-0.5005.tar.gz
|
||||||
/Math-BigInt-FastCalc-0.5006.tar.gz
|
/Math-BigInt-FastCalc-0.5006.tar.gz
|
||||||
|
/Math-BigInt-FastCalc-0.5007.tar.gz
|
||||||
|
@ -1,19 +1,18 @@
|
|||||||
Name: perl-Math-BigInt-FastCalc
|
Name: perl-Math-BigInt-FastCalc
|
||||||
%global cpan_version 0.5006
|
%global cpan_version 0.5007
|
||||||
Version: 0.500.600
|
Version: 0.500.700
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Math::BigInt::Calc with some XS for more speed
|
Summary: Math::BigInt::Calc with some XS for more speed
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/Math-BigInt-FastCalc/
|
URL: http://search.cpan.org/dist/Math-BigInt-FastCalc/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{cpan_version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{cpan_version}.tar.gz
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
@ -25,12 +24,18 @@ BuildRequires: perl(XSLoader)
|
|||||||
# Exporter not used
|
# Exporter not used
|
||||||
# lib not used
|
# lib not used
|
||||||
BuildRequires: perl(Math::BigFloat)
|
BuildRequires: perl(Math::BigFloat)
|
||||||
BuildRequires: perl(Math::BigInt) >= 1.999808
|
BuildRequires: perl(Math::BigInt) >= 1.999812
|
||||||
# Scalar::Util not used
|
# Scalar::Util not used
|
||||||
BuildRequires: perl(Test::More) >= 0.82
|
# Test::CPAN::Changes not used
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
# Test::Version not used
|
||||||
# Optional tests:
|
# Optional tests:
|
||||||
# Module::Signature not used and not helpful
|
# Module::Signature not used and not helpful
|
||||||
|
# Pod::Coverage 0.18 not used
|
||||||
# Socket not used
|
# Socket not used
|
||||||
|
# Test::Pod 1.22 not used
|
||||||
|
# Test::Pod::Coverage 1.08 not used
|
||||||
|
# Test::Portability::Files not used
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Conflicts: perl < 4:5.22.0-348
|
Conflicts: perl < 4:5.22.0-348
|
||||||
|
|
||||||
@ -41,16 +46,16 @@ This Perl module provides support for fast big integer calculations.
|
|||||||
%setup -q -n Math-BigInt-FastCalc-%{cpan_version}
|
%setup -q -n Math-BigInt-FastCalc-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
unset AUTHOR_TESTING RELEASE_TESTING
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -61,6 +66,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 18 2018 Petr Pisar <ppisar@redhat.com> - 0.500.700-1
|
||||||
|
- 0.5007 bump
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.500.600-6
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.500.600-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigInt-FastCalc-0.5006.tar.gz) = b475a3f13491773731f645de7b4b67faec079e386e7bd28fb5dc6e0bc99338ebf40c951dc825b88143add9d676905e22b7def3f5b184270417c2322d6f265e1e
|
SHA512 (Math-BigInt-FastCalc-0.5007.tar.gz) = c944143de4a6e5374b006d9e413f1a1c4b6e4dbac6b39cf0e3f67377c0540383899ed5107d2bbaa345f4fcbfc8e997edc0147e10864eab237c2905feb5c27828
|
||||||
|
Loading…
Reference in New Issue
Block a user