commit 8e4fcbf2d7460508e91230391ac83f91f2bad489 Author: xning <xning@xxxxxxxxxx> Date: Wed Mar 28 10:42:26 2012 +0800 Initial import (#799284) .gitignore | 1 + perl-Pod-Plainer.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 56 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..e6260bc 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Pod-Plainer-1.03.tar.gz diff --git a/perl-Pod-Plainer.spec b/perl-Pod-Plainer.spec new file mode 100644 index 0000000..613ec9f --- /dev/null +++ b/perl-Pod-Plainer.spec @@ -0,0 +1,54 @@ +Name: perl-Pod-Plainer +Version: 1.03 +Release: 1%{?dist} +Summary: Perl extension for converting Pod to old-style Pod + +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Pod-Plainer/ + +Source0: http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-%{version}.tar.gz + +BuildArch: noarch +# Correct for lots of packages, other common choices include eg. Module::Build +BuildRequires: perl(ExtUtils::MakeMaker), perl(Pod::Parser), perl(Test::More), perl(Test::Pod::Coverage) >= 1.00 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' +constructs and returns the old(er) style with just 'C<>'; '<' and '>' are +replaced by 'E<lt>' and 'E<gt>'. +This can be used to pre-process Pod before using tools which do not +recognize the new style Pods. + +%prep +%setup -q -n Pod-Plainer-%{version} + +%build +# Remove OPTIMIZE=... from noarch packages (unneeded) +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +#rm -rf $RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +# Remove the next line from noarch packages (unneeded) +find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' +ls -lZ $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc README Changes +# For noarch packages: vendorlib +%{perl_vendorlib}/Pod/Plainer.pm +%{_mandir}/man3/Pod::Plainer.3pm* + +%changelog +* Mon Mar 26 2012 xning <xning AT redhat DOT com> - 1.03-1 +- modified as Petr Šabata's advice +* Fri Mar 02 2012 xning <xning AT redhat DOT com> - 1.03-1 +- create for support LSB 4.1 diff --git a/sources b/sources index e69de29..acbfe2a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +15d42071d6bd861cb72daa8cc3111cd3 Pod-Plainer-1.03.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel