Name: perl-Math-Utils Version: 1.11 Release: 1%{?dist} Summary: Useful mathematical functions not in Perl License: GPL+ or Artistic URL: http://search.cpan.org/dist/Math-Utils/ Source0: http://www.cpan.org/authors/id/J/JG/JGAMBLE/Math-Utils-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.10.1 BuildRequires: perl(Module::Build) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(integer) # Tests BuildRequires: perl(Math::BigRat) BuildRequires: perl(Math::Complex) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Simple) # Optional tests # Test::CheckManifest not used BuildRequires: perl(Test::Pod) >= 1.22 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Math::Utils contains implementations of commonly used mathematical functions and operations that are not part of standard Perl. %prep %setup -q -n Math-Utils-%{version} %build perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Aug 14 2017 Jitka Plesnikova - 1.11-1 - 1.11 bump; Change licence from Artistic 2.0 to GPL+ or Artistic * Thu Aug 10 2017 Jitka Plesnikova - 1.10-1 - Initial release