Name: perl-Math-Int64 Version: 0.34 Release: 1%{?dist} Summary: Manipulate 64 bits integers in Perl License: (GPL+ or Artistic) and Public Domain and BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Math-Int64/ Source0: http://www.cpan.org/modules/by-module/Math/Math-Int64-%{version}.tar.gz BuildRequires: perl BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(constant) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(overload) BuildRequires: perl(strict) BuildRequires: perl(Storable) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) Requires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module adds support for 64 bit integers, signed and unsigned, to Perl. %prep %setup -q -n Math-Int64-%{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 -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README examples %{perl_vendorarch}/auto/* %{perl_vendorarch}/Math* %{_mandir}/man3/* %changelog * Thu Feb 19 2015 David Dick - 0.34-1 - Initial release