[perl-Pod-Parser] Correct dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Feb 11 08:49:15 UTC 2013


commit eed241fe283385527df54b53520af069ef232c47
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 11 09:49:05 2013 +0100

    Correct dependencies

 perl-Pod-Parser.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec
index c0735b5..30fca7f 100644
--- a/perl-Pod-Parser.spec
+++ b/perl-Pod-Parser.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Parser
 Version:        1.60
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Basic perl modules for handling Plain Old Documentation (POD)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,14 +12,15 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
 # Tests:
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Test::More) >= 0.6
 # Circular dependency Pod::Checker <-> Pod::Parser
 BuildRequires:  perl(Pod::Checker) >= 1.40
-# Circular dependency Pod::Usage <-> Pod::Select
-BuildRequires:  perl(Pod::Usage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# Circular dependency Pod::Usage <-> Pod::Select
 
 %description
 This software distribution contains the packages for using Perl5 POD (Plain
@@ -56,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 11 2013 Petr Pisar <ppisar at redhat.com> - 1.60-3
+- Correct dependencies
+
 * Fri Feb 08 2013 Petr Pisar <ppisar at redhat.com> - 1.60-2
 - Remove bootstrap conditions
 



More information about the perl-devel mailing list