diff --git a/.perl-Pod-Plainer.metadata b/.perl-Pod-Plainer.metadata new file mode 100644 index 0000000..04f1c34 --- /dev/null +++ b/.perl-Pod-Plainer.metadata @@ -0,0 +1 @@ +cc0aa22e0b01bfa78cbaa6c52011b625e91cc13d SOURCES/Pod-Plainer-1.03.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-Plainer.spec b/SPECS/perl-Pod-Plainer.spec new file mode 100644 index 0000000..d84895d --- /dev/null +++ b/SPECS/perl-Pod-Plainer.spec @@ -0,0 +1,63 @@ +Name: perl-Pod-Plainer +Version: 1.03 +Release: 3.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' and 'E'. +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 +* Wed Aug 15 2012 Daniel Mach - 1.03-3.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 1.03-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 1.03-2 +- Perl 5.16 rebuild + +* Mon Mar 26 2012 xning - 1.03-1 +- modified as Petr Ĺ abata's advice +* Fri Mar 02 2012 xning - 1.03-1 +- create for support LSB 4.1