|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
|
Version: 1.10
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A formatter for spell-checking POD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -32,6 +32,7 @@ BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -71,6 +72,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 01 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-2
|
|
|
|
|
- Added test BR perl(utf8)
|
|
|
|
|
|
|
|
|
|
* Sat Sep 28 2013 Paul Howarth <paul@city-fan.org> - 1.10-1
|
|
|
|
|
- 1.10 bump
|
|
|
|
|
|
|
|
|
|