[perl-CGI-Simple] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 11:17:20 UTC 2012


commit e810a3ce4d6d01a80a2fef79474d22166e2436a9
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 12 13:17:06 2012 +0200

    Specify all dependencies

 perl-CGI-Simple.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-CGI-Simple.spec b/perl-CGI-Simple.spec
index d83f8c6..56dc443 100644
--- a/perl-CGI-Simple.spec
+++ b/perl-CGI-Simple.spec
@@ -9,9 +9,15 @@ Source0:        http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/CGI-Simple-%{v
 # https://github.com/markstos/CGI--Simple/commit/e811ab874a5e0ac8a99e76b645a0e537d8f714da
 Patch0:		perl-CGI-Simple-CVE-2010-4411.patch
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(IO::Scalar)
-# For perldoc
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Pod::Perldoc)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
+# Tests
+BuildRequires:  perl(IO::Scalar)
+BuildRequires:  perl(Test::More)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -45,6 +51,7 @@ make test
 %changelog
 * Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 1.113-6
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Sun Jan 22 2012 Tom Callaway <spot at fedoraproject.org> - 1.113-5
 - rebuild with fixed perldoc BR



More information about the perl-devel mailing list