Blame SPECS/perl-Parallel-Iterator.spec

466704
Name:           perl-Parallel-Iterator
466704
Version:        1.00
466704
Release:        8%{?dist}
466704
Summary:        Simple parallel execution
466704
License:        GPL+ or Artistic
466704
Group:          Development/Libraries
466704
URL:            http://search.cpan.org/dist/Parallel-Iterator/
466704
Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/Parallel-Iterator-%{version}.tar.gz
466704
BuildArch:      noarch
466704
BuildRequires:  perl(Module::Build)
466704
# Run-time:
466704
BuildRequires:  perl(base)
466704
BuildRequires:  perl(Carp)
466704
BuildRequires:  perl(Config)
466704
BuildRequires:  perl(constant)
466704
BuildRequires:  perl(Exporter)
466704
BuildRequires:  perl(IO::Handle)
466704
BuildRequires:  perl(IO::Select)
466704
BuildRequires:  perl(POSIX)
466704
BuildRequires:  perl(Storable)
466704
BuildRequires:  perl(strict)
466704
BuildRequires:  perl(warnings)
466704
# Tests:
466704
BuildRequires:  perl(lib)
466704
BuildRequires:  perl(Test::More)
466704
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
466704
466704
%{?perl_default_filter}
466704
466704
%description
466704
The map function applies a user supplied transformation function to
466704
each element in a list, returning a new list containing the
466704
transformed elements.
466704
466704
This module provides a 'parallel map'. Multiple worker processes are forked so
466704
that many instances of the transformation function may be executed
466704
simultaneously.
466704
466704
For time consuming operations, particularly operations that spend most of their
466704
time waiting for I/O, this is a big performance win. It also provides a simple
466704
idiom to make effective use of multi CPU systems.
466704
466704
%prep
466704
%setup -q -n Parallel-Iterator-%{version}
466704
466704
%build
466704
%{__perl} Build.PL installdirs=vendor
466704
./Build
466704
466704
%install
466704
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
466704
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
466704
466704
%{_fixperms} $RPM_BUILD_ROOT/*
466704
466704
%check
466704
./Build test
466704
466704
%files
466704
%doc Changes README
466704
%{perl_vendorlib}/*
466704
%{_mandir}/man3/*
466704
466704
%changelog
466704
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.00-8
466704
- Mass rebuild 2013-12-27
466704
466704
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-7
466704
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
466704
466704
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 1.00-6
466704
- Specify all dependencies
466704
466704
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-5
466704
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
466704
466704
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.00-4
466704
- Perl 5.16 rebuild
466704
466704
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-3
466704
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
466704
466704
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.00-2
466704
- Perl mass rebuild
466704
466704
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.00-1
466704
- Specfile autogenerated by cpanspec 1.79.