Name: perl-Data-Stream-Bulk Version: 0.07 Release: 1%{?dist} Summary: N at a time iteration API License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Stream-Bulk/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-Stream-Bulk-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::use::ok) Requires: perl(Moose) Requires: perl(namespace::clean) >= 0.08 Requires: perl(Sub::Exporter) Requires: perl(Test::use::ok) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module tries to find middle ground between one at a time and all at once processing of data sets. %prep %setup -q -n Data-Stream-Bulk-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Aug 03 2009 Dave Cross 0.07-1 - Specfile autogenerated by cpanspec 1.78.