This commit is contained in:
Petr Písař 2015-11-05 08:08:47 +01:00
parent 8e74d98348
commit 5faa23fffb
3 changed files with 79 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/Math-BigInt-1.999707.tar.gz

77
perl-Math-BigInt.spec Normal file
View File

@ -0,0 +1,77 @@
Name: perl-Math-BigInt
%global cpan_version 1.999707
# Keep 4-digit version to compete with perl.spec
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
Release: 354%{?dist}
Summary: Arbitrary-size integer and float mathematics
License: GPL+ or Artistic
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(inc::Module::Install)
BuildRequires: perl(Module::Install::Metadata)
BuildRequires: perl(Module::Install::WriteAll)
BuildRequires: perl(strict)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
# File::Spec not used on recent perl
BuildRequires: perl(integer)
BuildRequires: perl(Math::Complex) >= 1.39
BuildRequires: perl(overload)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(base)
# Module::Signature not used
BuildRequires: perl(Scalar::Util)
# Socket not used
BuildRequires: perl(Test::More) >= 0.62
BuildRequires: perl(vars)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
Requires: perl(Math::Complex) >= 1.39
Conflicts: perl < 4:5.22.0-347
# Do not export unversioned module
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::BigInt\\)\\s*$
%description
This provides Perl modules for arbitrary-size integer and float mathematics.
%prep
%setup -q -n Math-BigInt-%{cpan_version}
# Remove bundled modules
rm -r inc
sed -i -e '/^inc\//d' MANIFEST
# Correct permissions
find . -type f -exec chmod -x {} +
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%license LICENSE
# NEW file is useless
%doc BENCHMARK BUGS examples CHANGES CREDITS GOALS HISTORY README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Nov 02 2015 Petr Pisar <ppisar@redhat.com> 1.9997.07-354
- Specfile autogenerated by cpanspec 1.78.

View File

@ -0,0 +1 @@
bff5216531488e93d176d0bc0b5db6a3 Math-BigInt-1.999707.tar.gz