Name: perl-Math-Int128 Version: 0.22 Release: 2%{?dist} Summary: Manipulate 128 bits integers in Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Math-Int128/ Source0: http://localhost/cpan//authors/id/S/SA/SALVA/Math-Int128-%{version}.tar.gz BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Math::Int64) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Math::Int128) %description This module adds support for 128 bit integers, signed and unsigned, to Perl. %prep %autosetup -n Math-Int128-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -delete find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc c_api.decl Changes META.json README.md %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto/ %{_mandir}/man3/* %changelog * Sat Jul 11 2020 Greg Wildman 0.22-1 - Update to version 0.22. * Wed Feb 04 2015 Gavin Carr 0.18-1 - Update to version 0.18. * Fri Sep 20 2013 Gavin Carr 0.13-1 - Specfile autogenerated by cpanspec 1.79.