2010-02-02 03:59:18 +00:00
|
|
|
Name: perl-Pod-Eventual
|
2014-11-12 16:11:45 +00:00
|
|
|
Version: 0.094001
|
2015-06-05 14:02:44 +00:00
|
|
|
Release: 2%{?dist}
|
2010-02-02 03:59:18 +00:00
|
|
|
Summary: Read a POD document as a series of trivial events
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Eventual/
|
2014-11-12 16:11:45 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}.tar.gz
|
2010-02-02 03:59:18 +00:00
|
|
|
BuildArch: noarch
|
2014-11-12 16:11:45 +00:00
|
|
|
# Build:
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
2012-10-25 08:23:20 +00:00
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
2014-11-12 16:11:45 +00:00
|
|
|
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.102
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2012-10-25 08:23:20 +00:00
|
|
|
# Tests:
|
2010-02-02 03:59:18 +00:00
|
|
|
BuildRequires: perl(Test::Deep)
|
2014-11-12 16:11:45 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Explicit dependencies:
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2010-02-02 03:59:18 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
POD is a pretty simple format to write, but it can be a big pain to deal
|
|
|
|
with reading it and doing anything useful with it. Most existing POD
|
|
|
|
parsers care about semantics, like whether a =item occurred after an
|
|
|
|
=over but before a back, figuring out how to link a L<>, and other things
|
|
|
|
like that.
|
|
|
|
|
|
|
|
Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid
|
2014-11-12 16:11:45 +00:00
|
|
|
is often better (that's what I keep telling myself, anyway).
|
2010-02-02 03:59:18 +00:00
|
|
|
|
|
|
|
Pod::Eventual reads line-based input and produces events describing each POD
|
|
|
|
paragraph or directive it finds. Once complete events are immediately passed to
|
|
|
|
the handle_event method. This method should be implemented by Pod::Eventual
|
2012-10-25 08:25:21 +00:00
|
|
|
sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and
|
2010-02-02 03:59:18 +00:00
|
|
|
will raise an exception.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Pod-Eventual-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-11-12 16:11:45 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2010-02-02 03:59:18 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2014-11-12 16:11:45 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} %{buildroot}
|
2010-02-02 03:59:18 +00:00
|
|
|
|
|
|
|
%check
|
2011-07-13 15:16:46 +00:00
|
|
|
make test
|
2010-02-02 03:59:18 +00:00
|
|
|
|
|
|
|
%files
|
2014-11-12 16:11:45 +00:00
|
|
|
%if 0%{?_licensedir:1}
|
|
|
|
%license LICENSE
|
|
|
|
%else
|
|
|
|
%doc LICENSE
|
|
|
|
%endif
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
%{_mandir}/man3/Pod::Eventual.3*
|
|
|
|
%{_mandir}/man3/Pod::Eventual::Simple.3*
|
2010-02-02 03:59:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-06-05 14:02:44 +00:00
|
|
|
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.094001-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-11-12 16:11:45 +00:00
|
|
|
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 0.094001-1
|
|
|
|
- Update to 0.094001
|
|
|
|
- Update repo and bug tracker
|
|
|
|
- Tiny documentation tweak
|
|
|
|
- Require Mixin-Linewise 0.102 to avoid busted 0.101
|
|
|
|
- Modernize spec
|
|
|
|
|
2014-08-28 12:23:24 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.093330-16
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 09:12:52 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 00:29:04 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 04:55:29 +00:00
|
|
|
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.093330-13
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 14:47:50 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-25 08:23:20 +00:00
|
|
|
* Thu Oct 25 2012 Petr Pisar <ppisar@redhat.com> - 0.093330-11
|
|
|
|
- Correct dependencies
|
|
|
|
|
2012-07-20 18:29:41 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-13 19:18:57 +00:00
|
|
|
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.093330-9
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 16:53:04 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-18 11:26:39 +00:00
|
|
|
* Mon Jul 18 2011 Petr Sabata <contyk@redhat.com> - 0.093330-7
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-13 15:16:46 +00:00
|
|
|
* Wed Jul 13 2011 Iain Arnell <iarnell@gmail.com> 0.093330-6
|
|
|
|
- drop circular Pod::Coverage::TrustPod buildreq
|
|
|
|
- don't run "release" tests
|
|
|
|
|
2011-02-09 05:59:07 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093330-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-21 14:22:12 +00:00
|
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.093330-4
|
2014-11-12 16:11:45 +00:00
|
|
|
- Rebuild to fix problems with vendorarch/lib (#661697)
|
2010-12-21 14:22:12 +00:00
|
|
|
|
2010-05-04 20:05:15 +00:00
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.093330-3
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-02-27 17:47:14 +00:00
|
|
|
* Sat Feb 27 2010 Iain Arnell <iarnell@gmail.com> 0.093330-2
|
|
|
|
- BR perl(Pod::Coverage::TrustPod)
|
|
|
|
|
2010-02-02 03:59:18 +00:00
|
|
|
* Thu Jan 14 2010 Iain Arnell 0.093330-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|