Name: perl-Math-Int128 Version: 0.22 Release: 9%{?dist} Summary: Manipulate 128-bit integers in Perl # lib/Math/Int128.pm: GPL+ or Artistic # lib/Math/Int128/die_on_overflow.pm: GPL+ or Artistic # Makefile.PL: GPL+ or Artistic # ppport.h: GPL+ or Artistic # README.md: GPL+ or Artistic # strtoint128.h: BSD ## Unbundled # inc/Capture/Tiny.pm: GPL+ or Artistic # inc/Config/AutoConf.pm: GPL+ or Artistic License: (GPL+ or Artistic) and BSD URL: https://metacpan.org/release/Math-Int128 Source0: https://cpan.metacpan.org/authors/id/S/SA/SALVA/Math-Int128-%{version}.tar.gz BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.6 # Module::CAPIMaker not used BuildRequires: perl(Config) BuildRequires: perl(Config::AutoConf) # ExtUtils:CBuilder for Config::AutoConf->check_default_headers() BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(lib) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(constant) BuildRequires: perl(Exporter) BuildRequires: perl(Math::Int64) >= 0.51 BuildRequires: perl(overload) BuildRequires: perl(XSLoader) # Tests: BuildRequires: perl(blib) BuildRequires: perl(File::Spec) BuildRequires: perl(integer) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Math::BigInt) BuildRequires: perl(Test::More) >= 0.96 # This software needs a compiler with a 128-bit integer type. GCC for 32-bit # targets does not support it. Bugs #1871733, #1871735. ExcludeArch: %{arm32} %{ix86} # Remove underspecified dependencies %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::More\\) %description This module adds support for 128-bit integers, signed and unsigned, to Perl. %package tests Summary: Tests for %{name} BuildArch: noarch Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: perl-Test-Harness # blib not used Requires: perl(Test::More) >= 0.96 %description tests Tests from %{name}. Execute them with "%{_libexecdir}/%{name}/test". %prep %setup -q -n Math-Int128-%{version} # Remove the bundled modules rm -r ./inc perl -i -ne 'print $_ unless m{\Ainc/}' MANIFEST # Remove release and author tests which are skipped by default rm t/author-* t/release-* perl -i -ne 'print $_ unless m{\At\/(?:author|release)-}' MANIFEST # Help generators to recognize Perl scripts for F in t/*.t; do perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!\s*perl}{$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 %{buildroot} -type f -name '*.bs' -size 0 -delete %{_fixperms} %{buildroot}/* # Install tests mkdir -p %{buildroot}%{_libexecdir}/%{name} cp -a t %{buildroot}%{_libexecdir}/%{name} cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF' #!/bin/sh unset AUTHOR_TESTING cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)" EOF chmod +x %{buildroot}%{_libexecdir}/%{name}/test %check unset AUTHOR_TESTING export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}') make test %files %doc Changes README.md %{perl_vendorarch}/auto/* %{perl_vendorarch}/Math* %{_mandir}/man3/* %files tests %{_libexecdir}/%{name} %changelog * Fri Jan 20 2023 Fedora Release Engineering - 0.22-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.22-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova - 0.22-7 - Perl 5.36 rebuild * Wed Apr 20 2022 Petr Pisar - 0.22-6 - Package tests * Fri Jan 21 2022 Fedora Release Engineering - 0.22-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova - 0.22-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 07 2020 Petr Pisar 0.22-1 - Specfile autogenerated by cpanspec 1.78.