%global pkgname Proc-Queue Name: perl-Proc-Queue Version: 1.23 Release: 8%{?dist} Summary: Limit the number of child processes running License: GPL+ or Artistic URL: http://search.cpan.org/dist/Proc-Queue/ Source0: http://www.cpan.org/authors/id/S/SA/SALVA/%{pkgname}-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module lets you parallelise a perl program using the fork, exit, wait and waitpid calls as usual but without taking care of creating too many processes and overloading the machine. %prep %setup -qn %{pkgname}-%{version} iconv --from=ISO-8859-1 --to=UTF-8 README > README.new && \ touch -r README README.new && \ mv README.new README %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 11 2017 Fedora Release Engineering - 1.23-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova - 1.23-7 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.23-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.23-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova - 1.23-4 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova - 1.23-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat May 25 2013 Christopher Meng - 1.23-1 - Initial Package.