#2 Tests
Merged 2 years ago by jplesnik. Opened 2 years ago by jplesnik.
Unknown source rawhide  into  rawhide

file added
+1
@@ -0,0 +1,1 @@

+ 1

file modified
+1
@@ -3,3 +3,4 @@

  /Math-BigInt-FastCalc-0.5007.tar.gz

  /Math-BigInt-FastCalc-0.5008.tar.gz

  /Math-BigInt-FastCalc-0.5009.tar.gz

+ /Math-BigInt-FastCalc-0.5010.tar.gz

file added
+7
@@ -0,0 +1,7 @@

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_stable

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

file modified
+54 -21
@@ -1,11 +1,12 @@

  Name:           perl-Math-BigInt-FastCalc

- %global cpan_version 0.5009

- Version:        0.500.900

- Release:        477%{?dist}

+ %global cpan_version 0.5010

+ Version:        0.501.000

+ Release:        1%{?dist}

  Summary:        Math::BigInt::Calc with some XS for more speed

  License:        GPL+ or Artistic

  URL:            https://metacpan.org/release/Math-BigInt-FastCalc

  Source0:        https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{cpan_version}.tar.gz

+ BuildRequires:  coreutils

  BuildRequires:  findutils

  BuildRequires:  gcc

  BuildRequires:  make
@@ -16,46 +17,71 @@

  BuildRequires:  perl(strict)

  BuildRequires:  perl(warnings)

  # Run-time:

- BuildRequires:  perl(:VERSION) >= 5.6.0

+ BuildRequires:  perl(:VERSION) >= 5.6.1

+ BuildRequires:  perl(Carp)

+ BuildRequires:  perl(Config)

  BuildRequires:  perl(Math::BigInt::Calc) >= 1.999801

  BuildRequires:  perl(XSLoader)

  # Tests:

- # Config::Tiny not used

- # Exporter not used

- # lib not used

  BuildRequires:  perl(Math::BigFloat)

- BuildRequires:  perl(Math::BigInt) >= 1.999817

- # Scalar::Util not used

- # Test::CPAN::Changes not used

+ BuildRequires:  perl(Math::BigInt) >= 1.999819

  BuildRequires:  perl(Test::More) >= 0.88

- # Test::Version not used

- # Optional tests:

- # Module::Signature not used and not helpful

- # Pod::Coverage 0.18 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))

  Conflicts:      perl < 4:5.22.0-348

  

+ # Filter modules bundled for tests

+ %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(.::t/.*.inc\\)

+ %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}

+ 

  %description

  This Perl module provides support for fast big integer calculations.

  

+ %package tests

+ Summary:        Tests for %{name}

+ Requires:       %{name} = %{?epoch:%{epoch}:}%{version}-%{release}

+ Requires:       perl-Test-Harness

+ Requires:       perl(Math::BigInt) >= 1.999819

+ 

+ %description tests

+ Tests from %{name}. Execute them

+ with "%{_libexecdir}/%{name}/test".

+ 

  %prep

  %setup -q -n Math-BigInt-FastCalc-%{cpan_version}

  

+ # Remove bundled libraries

+ rm -r inc

+ perl -i -ne 'print $_ unless m{^inc/}' MANIFEST

+ find -type f -exec chmod -x {} +

+ 

+ # Help generators to recognize Perl scripts

+ for F in t/*.t t/Math/BigInt/Lib/TestUtil.pm; do

+     perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"

+     chmod +x "$F"

+ done

+ 

  %build

  perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"

  %{make_build}

  

  %install

  %{make_install}

- find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete

- %{_fixperms} $RPM_BUILD_ROOT/*

+ find %{buildroot} -type f -name '*.bs' -size 0 -delete

+ %{_fixperms} %{buildroot}/*

+ 

+ # Install tests

+ mkdir -p %{buildroot}%{_libexecdir}/%{name}

+ cp -a t %{buildroot}%{_libexecdir}/%{name}

+ rm %{buildroot}%{_libexecdir}/%{name}/t/00sig.t

+ cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'

+ #!/bin/sh

+ cd %{_libexecdir}/%{name} && exec prove -I . -r -j "$(getconf _NPROCESSORS_ONLN)"

+ EOF

+ chmod +x %{buildroot}%{_libexecdir}/%{name}/test

  

  %check

- unset AUTHOR_TESTING RELEASE_TESTING

+ unset TEST_SIGNATURE

+ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')

  make test

  

  %files
@@ -65,7 +91,14 @@

  %{perl_vendorarch}/Math*

  %{_mandir}/man3/*

  

+ %files tests

+ %{_libexecdir}/%{name}

+ 

  %changelog

+ * Wed Jul 07 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.501.000-1

+ - 0.5010 bump

+ - Package tests

+ 

  * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.500.900-477

  - Increase release to favour standalone package

  

file added
+5
@@ -0,0 +1,5 @@

+ summary: Sanity tests

+ discover:

+     how: fmf

+ execute:

+     how: tmt

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (Math-BigInt-FastCalc-0.5009.tar.gz) = 213f618bf92f247a20ee7c2d4df0e5a13175dd0b7828b8f332b37bd606b5072ea443d6d5f6f4fa83c6e992fda4373eb7e5f43800e3e71514d27d5d8341c332f5

+ SHA512 (Math-BigInt-FastCalc-0.5010.tar.gz) = 77943621594c2ecda292b0d0070b9a17ae3e9cfe7d8d4ad7111c2bf115b16d151ca0e29f9551fab91fd5874ae4d8927493a9325042411c215a38f3f65fa37278

@@ -0,0 +1,4 @@

+ summary: Upstream tests

+ component: perl-Math-BigInt-FastCalc

+ require: perl-Math-BigInt-FastCalc-tests

+ test: /usr/libexec/perl-Math-BigInt-FastCalc/test