Name: perl-Math-Random-ISAAC-XS Version: 1.004 Release: 1%{?dist} Summary: C implementation of the ISAAC PRNG algorithm License: Distributable, see LICENSE Group: Development/Libraries URL: http://search.cpan.org/dist/Math-Random-ISAAC-XS/ Source0: http://www.cpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 0:5.006 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Math::Random::ISAAC) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(Test::NoWarnings) >= 0.084 Requires: perl(Math::Random::ISAAC) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description See Math::Random::ISAAC for the full description. %prep %setup -q -n Math-Random-ISAAC-XS-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini examples LICENSE README src weaver.ini %{perl_vendorarch}/auto/* %{perl_vendorarch}/Math* %{_mandir}/man3/* %changelog * Tue Sep 02 2014 Dave Cross 1.004-1 - Specfile autogenerated by cpanspec 1.78.