commit c3c348106a7c55f478106425b809fe7ee9a8950e Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Oct 24 11:19:09 2012 +0200 Specify all dependencies perl-Parallel-Iterator.spec | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) --- diff --git a/perl-Parallel-Iterator.spec b/perl-Parallel-Iterator.spec index ebeaaf1..8a09ed7 100644 --- a/perl-Parallel-Iterator.spec +++ b/perl-Parallel-Iterator.spec @@ -1,22 +1,28 @@ Name: perl-Parallel-Iterator Version: 1.00 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple parallel execution License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Parallel-Iterator/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/Parallel-Iterator-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl(Module::Build) +# Run-time: +BuildRequires: perl(base) +BuildRequires: perl(Carp) BuildRequires: perl(Config) +BuildRequires: perl(constant) +BuildRequires: perl(Exporter) BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Select) -BuildRequires: perl(lib) -BuildRequires: perl(Module::Build) BuildRequires: perl(POSIX) BuildRequires: perl(Storable) BuildRequires: perl(strict) -BuildRequires: perl(Test::More) BuildRequires: perl(warnings) +# Tests: +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -56,6 +62,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Wed Oct 24 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 1.00-6 +- Specify all dependencies + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.00-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel