[perl-Test-Pod-Spelling-CommonMistakes] 1.001 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 4 12:14:58 UTC 2014


commit b71fceab4a9fda38185e048cf37406ed60f2e2a0
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 4 13:14:03 2014 +0100

    1.001 bump

 .gitignore                                 |    1 +
 perl-Test-Pod-Spelling-CommonMistakes.spec |   26 ++++++++++++++++----------
 sources                                    |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a230f5..a32af71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Pod-Spelling-CommonMistakes-1.000.tar.gz
+/Test-Pod-Spelling-CommonMistakes-1.001.tar.gz
diff --git a/perl-Test-Pod-Spelling-CommonMistakes.spec b/perl-Test-Pod-Spelling-CommonMistakes.spec
index 39e8b34..e401ba0 100644
--- a/perl-Test-Pod-Spelling-CommonMistakes.spec
+++ b/perl-Test-Pod-Spelling-CommonMistakes.spec
@@ -1,25 +1,29 @@
 Name:           perl-Test-Pod-Spelling-CommonMistakes
-Version:        1.000
-Release:        8%{?dist}
+Version:        1.001
+Release:        1%{?dist}
 Summary:        Checks POD for common spelling mistakes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Pod-Spelling-CommonMistakes/
 Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/Test-Pod-Spelling-CommonMistakes-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
-BuildRequires:  perl(base)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Pod::Spell::CommonMistakes) >= 0.01
 BuildRequires:  perl(Test::Builder) >= 0.94
 BuildRequires:  perl(Test::Pod) >= 1.40
 # Tests:
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More) >= 0.88
-# Optional tests:
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module checks your POD for common spelling errors. This differs from
@@ -31,12 +35,11 @@ as any standard Test::* module, as seen here.
 %setup -q -n Test-Pod-Spelling-CommonMistakes-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+./Build install "--destdir=$RPM_BUILD_ROOT" --create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -48,6 +51,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 04 2014 Petr Pisar <ppisar at redhat.com> - 1.001-1
+- 1.001 bump
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.000-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a582590..782b38d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeda7256624c232958cae991488e4617  Test-Pod-Spelling-CommonMistakes-1.000.tar.gz
+09705594778e5de6a84868208889e06e  Test-Pod-Spelling-CommonMistakes-1.001.tar.gz



More information about the perl-devel mailing list