|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
|
Version: 1.05
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.06
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A formatter for spell-checking POD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -21,8 +21,10 @@ BuildRequires: perl(Pod::Parser)
|
|
|
|
|
BuildRequires: perl(Text::Wrap)
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
@ -63,6 +65,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-1
|
|
|
|
|
- 1.06 bump
|
|
|
|
|
- Update dependencies
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|