commit 98811797cd7199f237e114b64154d96378f37987 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Wed Oct 26 23:58:28 2011 +0200 Update to 0.0.6, add perl default filter and more BuildRequires .gitignore | 1 + perl-Test-Pod-Content.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index b87ea93..ef19146 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Test-Pod-Content-0.0.5.tar.gz +/Test-Pod-Content-v0.0.6.tar.gz diff --git a/perl-Test-Pod-Content.spec b/perl-Test-Pod-Content.spec index a398579..3668c6d 100644 --- a/perl-Test-Pod-Content.spec +++ b/perl-Test-Pod-Content.spec @@ -1,19 +1,24 @@ Name: perl-Test-Pod-Content -Version: 0.0.5 -Release: 3%{?dist} +Version: 0.0.6 +Release: 1%{?dist} Summary: Test a Pod's content License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Pod-Content/ -Source0: http://www.cpan.org/authors/id/M/MK/MKUTTER/Test-Pod-Content-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MK/MKUTTER/Test-Pod-Content-v%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Simple) +BuildRequires: perl(Test::Kwalitee) BuildRequires: perl(Test::Perl::Critic) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::More) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This is a very simple module for testing a Pod's content. It is mainly intended for testing the content of generated Pod - that is, the Pod included in perl @@ -21,7 +26,7 @@ modules generated by some mechanism. Another usage example is to test whether all files contain the same copyright notice. %prep -%setup -q -n Test-Pod-Content-%{version} +%setup -q -n Test-Pod-Content-v%{version} %build %{__perl} Build.PL installdirs=vendor @@ -42,6 +47,11 @@ RELEASE_TESTING=1 ./Build test %{_mandir}/man3/* %changelog +* Wed Oct 26 2011 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.0.6-1 +- Update to 0.0.6 +- Add perl default filter +- Add BuildRequires for the tests + * Wed Jul 20 2011 Petr Sabata <contyk@xxxxxxxxxx> - 0.0.5-3 - Perl mass rebuild diff --git a/sources b/sources index 6dbdae8..0983010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -895452aebc0d809413c865452be28d6a Test-Pod-Content-0.0.5.tar.gz +425854a493e10fbc90584417bf212aea Test-Pod-Content-v0.0.6.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel