|
|
@ -1,21 +1,24 @@
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
Name: perl-Pod-Spell
|
|
|
|
Version: 1.01
|
|
|
|
Version: 1.04
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A formatter for spell-checking POD
|
|
|
|
Summary: A formatter for spell-checking POD
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: Artistic 2.0
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Spell/
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Spell/
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(Pod::Escapes) >= 1.01
|
|
|
|
BuildRequires: perl(Pod::Escapes) >= 1.01
|
|
|
|
BuildRequires: perl(Pod::Parser) >= 1.0
|
|
|
|
BuildRequires: perl(Pod::Parser) >= 1.0
|
|
|
|
BuildRequires: perl(Text::Wrap) >= 1.0
|
|
|
|
BuildRequires: perl(Text::Wrap) >= 1.0
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(Pod::Escapes) >= 1.01
|
|
|
|
Requires: perl(Pod::Escapes) >= 1.01
|
|
|
|
Requires: perl(Pod::Parser) >= 1.0
|
|
|
|
Requires: perl(Pod::Parser) >= 1.0
|
|
|
@ -52,12 +55,17 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc ChangeLog README
|
|
|
|
%doc Changes README
|
|
|
|
%{_bindir}/podspell
|
|
|
|
%{_bindir}/podspell
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
|
|
|
|
%{_mandir}/man1/podspell.1*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-1
|
|
|
|
|
|
|
|
- 1.04 bump
|
|
|
|
|
|
|
|
- Update source URL and BR
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-16
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|