[perl-CGI-Application-Plugin-AutoRunmode] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 19 06:59:26 UTC 2012


commit 93739ba1247628a693112356a3da49b10fba6969
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 19 08:59:23 2012 +0200

    Specify all dependencies

 perl-CGI-Application-Plugin-AutoRunmode.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-AutoRunmode.spec b/perl-CGI-Application-Plugin-AutoRunmode.spec
index 139d907..5e651fb 100644
--- a/perl-CGI-Application-Plugin-AutoRunmode.spec
+++ b/perl-CGI-Application-Plugin-AutoRunmode.spec
@@ -8,9 +8,16 @@ URL:            http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/
 Source0:        http://www.cpan.org/authors/id/T/TH/THILO/CGI-Application-Plugin-AutoRunmode-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(CGI)
-BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(CGI::Application)
+BuildRequires:  perl(Exporter)
+# Tests:
+BuildRequires:  perl(CGI)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -51,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jun 19 2012 Petr Pisar <ppisar at redhat.com> - 0.18-4
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list