1.999803 bump
This commit is contained in:
parent
00ef773810
commit
695f7beb02
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/Math-BigInt-1.999800.tar.gz
|
/Math-BigInt-1.999800.tar.gz
|
||||||
/Math-BigInt-1.999801.tar.gz
|
/Math-BigInt-1.999801.tar.gz
|
||||||
/Math-BigInt-1.999802.tar.gz
|
/Math-BigInt-1.999802.tar.gz
|
||||||
|
/Math-BigInt-1.999803.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
%global cpan_version 1.999802
|
%global cpan_version 1.999803
|
||||||
# Keep 4-digit version to compete with perl.spec
|
# Keep 4-digit version to compete with perl.spec
|
||||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -9,43 +9,13 @@ Group: Development/Libraries
|
|||||||
URL: http://search.cpan.org/dist/Math-BigInt/
|
URL: http://search.cpan.org/dist/Math-BigInt/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
# This core module must be buildable without non-core modules at bootstrap.
|
|
||||||
%if %{defined perl_bootstrap}
|
|
||||||
BuildRequires: perl(Config)
|
|
||||||
BuildRequires: perl(Cwd)
|
|
||||||
# ExtUtils::CBuilder not used
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# ExtUtils::Manifest not used
|
|
||||||
# ExtUtils::MM_Cygwin not used
|
|
||||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
|
||||||
# ExtUtils::MM_Win32 not used
|
|
||||||
BuildRequires: perl(Fcntl)
|
|
||||||
# File::Basename not used
|
|
||||||
BuildRequires: perl(File::Find)
|
|
||||||
BuildRequires: perl(File::Path)
|
|
||||||
# File::Spec not used
|
|
||||||
# File::Temp not used
|
|
||||||
# FileHandle not used
|
|
||||||
BuildRequires: perl(FindBin)
|
|
||||||
# JSON not used
|
|
||||||
# LWP::Simple not used
|
|
||||||
# Module::Build not used
|
|
||||||
# Net::FTP not used
|
|
||||||
# Parse::CPAN::Meta not used
|
|
||||||
# Socket not used
|
|
||||||
BuildRequires: perl(vars)
|
|
||||||
# YAML::Tiny not used
|
|
||||||
%else
|
|
||||||
BuildRequires: perl(inc::Module::Install)
|
|
||||||
BuildRequires: perl(Module::Install::Metadata)
|
|
||||||
BuildRequires: perl(Module::Install::WriteAll)
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -55,9 +25,9 @@ BuildRequires: perl(Exporter)
|
|||||||
BuildRequires: perl(integer)
|
BuildRequires: perl(integer)
|
||||||
BuildRequires: perl(Math::Complex) >= 1.39
|
BuildRequires: perl(Math::Complex) >= 1.39
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
BuildRequires: perl(warnings)
|
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
|
BuildRequires: perl(Config)
|
||||||
# Config::Tiny not used
|
# Config::Tiny not used
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
# Module::Signature not used
|
# Module::Signature not used
|
||||||
@ -83,12 +53,6 @@ This provides Perl modules for arbitrary-size integer and float mathematics.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Math-BigInt-%{cpan_version}
|
%setup -q -n Math-BigInt-%{cpan_version}
|
||||||
# This core module must be buildable without non-core modules at bootstrap.
|
|
||||||
%if !%{defined perl_bootstrap}
|
|
||||||
# Remove bundled modules
|
|
||||||
rm -r inc
|
|
||||||
sed -i -e '/^inc\//d' MANIFEST
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -105,11 +69,14 @@ make test
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
# NEW file is useless
|
# NEW file is useless
|
||||||
%doc BENCHMARK BUGS examples CHANGES CREDITS GOALS HISTORY README TODO
|
%doc BUGS CHANGES CREDITS examples GOALS HISTORY README TODO
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 05 2016 Petr Pisar <ppisar@redhat.com> - 1.9998.03-1
|
||||||
|
- 1.999803 bump
|
||||||
|
|
||||||
* Thu Dec 01 2016 Petr Pisar <ppisar@redhat.com> - 1.9998.02-1
|
* Thu Dec 01 2016 Petr Pisar <ppisar@redhat.com> - 1.9998.02-1
|
||||||
- 1.999802 bump
|
- 1.999802 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user