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.999801.tar.gz
|
||||
/Math-BigInt-1.999802.tar.gz
|
||||
/Math-BigInt-1.999803.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Math-BigInt
|
||||
%global cpan_version 1.999802
|
||||
%global cpan_version 1.999803
|
||||
# Keep 4-digit version to compete with perl.spec
|
||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||
Release: 1%{?dist}
|
||||
@ -9,43 +9,13 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Math-BigInt/
|
||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
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)
|
||||
# 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(warnings)
|
||||
BuildRequires: sed
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
@ -55,9 +25,9 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(Math::Complex) >= 1.39
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
# Config::Tiny not used
|
||||
BuildRequires: perl(lib)
|
||||
# Module::Signature not used
|
||||
@ -83,12 +53,6 @@ This provides Perl modules for arbitrary-size integer and float mathematics.
|
||||
|
||||
%prep
|
||||
%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
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -105,11 +69,14 @@ make test
|
||||
%files
|
||||
%license LICENSE
|
||||
# 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}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- 1.999802 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user