Name: perl-Math-Random-ISAAC Version: 1.004 Release: 1%{?dist} Summary: Perl interface to the ISAAC PRNG algorithm License: Distributable, see LICENSE Group: Development/Libraries URL: http://search.cpan.org/dist/Math-Random-ISAAC/ Source0: http://www.cpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(ExtUtils::MakeMaker) #BuildRequires: perl(Math::Random::ISAAC::XS) BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(Test::NoWarnings) >= 0.084 #Requires: perl(Math::Random::ISAAC::XS) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description As with other Pseudo-Random Number Generator (PRNG) algorithms like the Mersenne Twister (see Math::Random::MT), this algorithm is designed to take some seed information and produce seemingly random results as output. %prep %setup -q -n Math-Random-ISAAC-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini examples LICENSE README weaver.ini %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 02 2014 Dave Cross 1.004-1 - Specfile autogenerated by cpanspec 1.78.