Accepting request 638236 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 0.5007 2018-04-17 * The tests now require Test::More version 0.88 or newer. * Sync test files with Math-BigInt. * Add test files t/release-test-version.t, t/release-portability.t, and t/release-cpan-changes.t. * Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest distribution. * Format CHANGES according to CPAN::Changes::Spec. * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to t/release-pod-coverage.t. 0.5006 2017-01-11 pjacklam * Fix syntax for required version of Math::BigInt::Lib. * Better checking of POD coverage. * Sync test files with Math-BigInt-1.999808. 0.5005 2016-12-13 pjacklam * Add more logic to Makefile.PL regarding INSTALLDIRS (CPAN RT #119199 and #119225). 0.5004 2016-12-11 pjacklam * Fix Makefile.PL so that this module installs over the core version. * Sync test files with Math-BigInt-1.999805. 0.5003 2016-12-03 pjacklam * Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL * Add LICENSE file, since the other Math::BigInt-related distributions have one. * Remove INSTALL file. The information is in the README file. * Inform that the TODO file is not up to date. OBS-URL: https://build.opensuse.org/request/show/638236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=25
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-BigInt-FastCalc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,30 +16,29 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Math-BigInt-FastCalc
|
||||
Version: 0.42
|
||||
Release: 0
|
||||
%define cpan_name Math-BigInt-FastCalc
|
||||
Name: perl-Math-BigInt-FastCalc
|
||||
Version: 0.5007
|
||||
Release: 0
|
||||
Summary: Math::BigInt::Calc with some XS for more speed
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/
|
||||
Url: https://metacpan.org/pod/Math::BigInt::FastCalc
|
||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999713
|
||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.999713
|
||||
Requires: perl(Math::BigInt) >= 1.999713
|
||||
Requires: perl(Math::BigInt::Calc) >= 1.999713
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999812
|
||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.999812
|
||||
Requires: perl(Math::BigInt) >= 1.999812
|
||||
Requires: perl(Math::BigInt::Calc) >= 1.999812
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: perl(parent)
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: perl-Math-BigInt >= 1.999713
|
||||
Requires: perl-Math-BigInt >= 1.999713
|
||||
%endif
|
||||
BuildRequires: perl(parent)
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
@@ -61,11 +60,11 @@ automatically, if possible.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make %{?_smp_mflags} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Reference in New Issue
Block a user