[perl-Pod-Eventual] Correct dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Oct 25 08:25:39 UTC 2012


commit cdff809e3321ad81cde801802908f71416305c7d
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Oct 25 10:23:20 2012 +0200

    Correct dependencies

 perl-Pod-Eventual.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Pod-Eventual.spec b/perl-Pod-Eventual.spec
index 10aa059..b85ba4b 100644
--- a/perl-Pod-Eventual.spec
+++ b/perl-Pod-Eventual.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Eventual
 Version:        0.093330
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Read a POD document as a series of trivial events
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,10 +9,15 @@ Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.001
+# Tests:
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+# Optional tests:
+# not executed
+#BuildRequires:  perl(Test::Pod)
 #BuildRequires:  perl(Test::Pod::Coverage)
 # causes circular builddeps
 #BuildRequires:  perl(Pod::Coverage::TrustPod)
@@ -67,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 25 2012 Petr Pisar <ppisar at redhat.com> - 0.093330-11
+- Correct dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.093330-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list