Sub-package Pod-Checker
This commit is contained in:
parent
4218ec6321
commit
33aa8a2143
@ -25,6 +25,17 @@ This software distribution contains the packages for using Perl5 POD (Plain
|
||||
Old Documentation). See the "perlpod" and "perlsyn" manual pages from your
|
||||
Perl5 distribution for more information about POD.
|
||||
|
||||
%package -n perl-Pod-Checker
|
||||
Summary: Check POD documents for syntax errors
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Conflicts: perl-Pod-Parser < 1.51-248
|
||||
|
||||
%description -n perl-Pod-Checker
|
||||
Module and tools to verify POD documentation contents for compliance with the
|
||||
Plain Old Documentation format specifications.
|
||||
|
||||
%package -n perl-Pod-Usage
|
||||
Summary: Print a usage message from embedded pod documentation
|
||||
License: GPL+ or Artistic
|
||||
@ -75,11 +86,25 @@ make test
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
# Pod-Checker
|
||||
%exclude %{_bindir}/podchecker
|
||||
%exclude %{perl_vendorlib}/Pod/Checker.pm
|
||||
%exclude %{_mandir}/man1/podchecker.*
|
||||
%exclude %{_mandir}/man3/Pod::Checker.*
|
||||
|
||||
# Pod-Usage
|
||||
%exclude %{_bindir}/pod2usage
|
||||
%exclude %{perl_vendorlib}/Pod/Usage.pm
|
||||
%exclude %{_mandir}/man1/pod2usage.*
|
||||
%exclude %{_mandir}/man3/Pod::Usage.*
|
||||
|
||||
%files -n perl-Pod-Checker
|
||||
%doc ANNOUNCE CHANGES README TODO
|
||||
%{_bindir}/podchecker
|
||||
%{perl_vendorlib}/Pod/Checker.pm
|
||||
%{_mandir}/man1/podchecker.*
|
||||
%{_mandir}/man3/Pod::Checker.*
|
||||
|
||||
%files -n perl-Pod-Usage
|
||||
%doc ANNOUNCE CHANGES README TODO
|
||||
%{_bindir}/pod2usage
|
||||
@ -90,6 +115,7 @@ make test
|
||||
%changelog
|
||||
* Mon Feb 04 2013 Petr Pisar <ppisar@redhat.com> - 1.51-248
|
||||
- Sub-package Pod-Usage
|
||||
- Sub-package Pod-Checker
|
||||
|
||||
* Wed Jan 16 2013 Petr Pisar <ppisar@redhat.com> - 1.51-247
|
||||
- Increase release to supersede perl sub-package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user