[perl-IO-String] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 07:17:28 UTC 2012


commit 1f4ce69297919542d38be3ec678638cd8f062702
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 09:17:08 2012 +0200

    Specify all dependencies

 perl-IO-String.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
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 <ppisar at redhat.com> - 1.08-15
 - Clean spec file
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.08-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list