From 1f4ce69297919542d38be3ec678638cd8f062702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 1 Jun 2012 09:17:08 +0200 Subject: [PATCH] Specify all dependencies --- perl-IO-String.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perl-IO-String.spec b/perl-IO-String.spec index 8d3dd14..1014f12 100644 --- a/perl-IO-String.spec +++ b/perl-IO-String.spec @@ -8,7 +8,14 @@ URL: http://search.cpan.org/dist/IO-String/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(IO::Handle) +# Tests: +BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Data::Dumper) +Requires: perl(IO::Handle) %description The "IO::String" module provides the "IO::File" interface for in-core @@ -54,6 +61,7 @@ make test %changelog * Fri Jun 01 2012 Petr Pisar - 1.08-15 - Clean spec file +- Specify all dependencies * Fri Jan 13 2012 Fedora Release Engineering - 1.08-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild