[perl-CGI-Ajax] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 08:19:22 UTC 2012


commit 6688269657569d1eeae4d1503be54f73fc8c5885
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 12 10:19:08 2012 +0200

    Specify all dependencies

 perl-CGI-Ajax.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Ajax.spec b/perl-CGI-Ajax.spec
index ca2acf4..21273f2 100644
--- a/perl-CGI-Ajax.spec
+++ b/perl-CGI-Ajax.spec
@@ -9,7 +9,12 @@ Source0:        http://search.cpan.org/CPAN/authors/id/B/BP/BPEDERSE/CGI-Ajax-%{
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(CGI), perl(Class::Accessor)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(CGI)
+BuildRequires:  perl(Class::Accessor)
+BuildRequires:  perl(Data::Dumper)
+# Tests
 BuildRequires:  perl(Test::More)
 
 # neither are picked up automagically.
@@ -54,6 +59,7 @@ make test
 %changelog
 * Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 0.707-11
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Tue Mar 20 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.707-10
 - Clean up spec file


More information about the scm-commits mailing list