From f4fcfa790e704d30e4dfd3879cad69f112759cf0 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Oct 25 2012 08:31:10 +0000 Subject: import perl-Pod-Eventual-0.093330-11.el7.src.rpm --- diff --git a/.perl-Pod-Eventual.metadata b/.perl-Pod-Eventual.metadata new file mode 100644 index 0000000..043788b --- /dev/null +++ b/.perl-Pod-Eventual.metadata @@ -0,0 +1 @@ +7884f92cdf82f947eeeae123af02d536545d6eb6 SOURCES/Pod-Eventual-0.093330.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Pod-Eventual.spec b/SPECS/perl-Pod-Eventual.spec new file mode 100644 index 0000000..6aa00c0 --- /dev/null +++ b/SPECS/perl-Pod-Eventual.spec @@ -0,0 +1,107 @@ +Name: perl-Pod-Eventual +Version: 0.093330 +Release: 11%{?dist} +Summary: Read a POD document as a series of trivial events +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Pod-Eventual/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Mixin::Linewise::Readers) >= 0.001 +# Tests: +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::More) +# Optional tests: +# not executed +#BuildRequires: perl(Test::Pod) +#BuildRequires: perl(Test::Pod::Coverage) +# causes circular builddeps +#BuildRequires: perl(Pod::Coverage::TrustPod) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} + +%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 +is often better. (That's what I keep telling myself, anyway.) + +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 +sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and +will raise an exception. + +%prep +%setup -q -n Pod-Eventual-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT + +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes LICENSE META.json README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Thu Oct 25 2012 Petr Pisar - 0.093330-11 +- Correct dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 0.093330-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 13 2012 Petr Pisar - 0.093330-9 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.093330-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jul 18 2011 Petr Sabata - 0.093330-7 +- Perl mass rebuild + +* Wed Jul 13 2011 Iain Arnell 0.093330-6 +- drop circular Pod::Coverage::TrustPod buildreq +- don't run "release" tests + +* Tue Feb 08 2011 Fedora Release Engineering - 0.093330-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Dec 21 2010 Marcela Maslanova - 0.093330-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Tue May 04 2010 Marcela Maslanova - 0.093330-3 +- Mass rebuild with perl-5.12.0 + +* Sat Feb 27 2010 Iain Arnell 0.093330-2 +- BR perl(Pod::Coverage::TrustPod) + +* Thu Jan 14 2010 Iain Arnell 0.093330-1 +- Specfile autogenerated by cpanspec 1.78.