[perl-Test-Dir] Use Test::Pod for optional test

Petr Pisar ppisar at fedoraproject.org
Fri May 4 12:55:45 UTC 2012


commit 480f327e04a7472ae9b54692fa6546db9cfbd93f
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 4 14:55:36 2012 +0200

    Use Test::Pod for optional test

 perl-Test-Dir.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Dir.spec b/perl-Test-Dir.spec
index 429d611..4323ba1 100644
--- a/perl-Test-Dir.spec
+++ b/perl-Test-Dir.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Dir
 Version:        1.014
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Some simple tests on directories and folders
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Pod::Coverage) >= 0.18
+BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -50,5 +51,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 04 2012 Petr Pisar <ppisar at redhat.com> - 1.014-2
+- Use Test::Pod for optional test
+
 * Thu Apr 26 2012 Petr Pisar <ppisar at redhat.com> 1.014-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the scm-commits mailing list