From a9fe9bb5ace3e12d0db1732d8e8b1bc4d4bd1350 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 18 2019 13:59:50 +0000 Subject: import perl-Pod-Perldoc-3.28-396.el8+733+86cf098e --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e607e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Pod-Perldoc-3.28.tar.gz diff --git a/.perl-Pod-Perldoc.metadata b/.perl-Pod-Perldoc.metadata new file mode 100644 index 0000000..924d2b1 --- /dev/null +++ b/.perl-Pod-Perldoc.metadata @@ -0,0 +1 @@ +eca1954ea46fb2dbc87043f43e8f0a8f74a1d652 SOURCES/Pod-Perldoc-3.28.tar.gz diff --git a/SPECS/perl-Pod-Perldoc.spec b/SPECS/perl-Pod-Perldoc.spec new file mode 100644 index 0000000..113536f --- /dev/null +++ b/SPECS/perl-Pod-Perldoc.spec @@ -0,0 +1,263 @@ +# Optional features +# Run Tk tests +%bcond_without perl_Pod_Perldoc_enables_tk_test +# Support for groff +%bcond_without perl_enables_groff + +Name: perl-Pod-Perldoc +# let's overwrite the module from perl.srpm +Version: 3.28 +Release: 396%{?dist} +Summary: Look up Perl documentation in Pod format +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Pod-Perldoc/ +Source0: http://www.cpan.org/authors/id/M/MA/MALLEN/Pod-Perldoc-%{version}.tar.gz +BuildArch: noarch +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +%if %{with perl_enables_groff} +# Pod::Perldoc::ToMan executes roff +BuildRequires: groff-base +%endif +BuildRequires: perl(Carp) +BuildRequires: perl(Config) +BuildRequires: perl(Encode) +BuildRequires: perl(Fcntl) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec::Functions) +# File::Temp 0.22 not used by tests +# HTTP::Tiny not used by tests +# IO::Handle not used by tests +BuildRequires: perl(IO::Select) +# IPC::Open3 not used by tests +BuildRequires: perl(parent) +# POD2::Base is optional +# Pod::Checker is not needed if Pod::Simple::Checker is available +BuildRequires: perl(Pod::Man) >= 2.18 +BuildRequires: perl(Pod::Simple::Checker) +BuildRequires: perl(Pod::Simple::RTF) >= 3.16 +BuildRequires: perl(Pod::Simple::XMLOutStream) >= 3.16 +BuildRequires: perl(Pod::Text) +BuildRequires: perl(Pod::Text::Color) +BuildRequires: perl(Pod::Text::Termcap) +# Symbol not used by tests +# Text::ParseWords not used by tests +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Test::More) +# Optional tests: +%if !%{defined perl_bootstrap} +%if !( 0%{?rhel} >= 7 ) +%if %{with perl_Pod_Perldoc_enables_tk_test} +BuildRequires: perl(Tk) +# Tk::FcyEntry is optional +BuildRequires: perl(Tk::Pod) +%endif +%endif +%endif +%if %{with perl_enables_groff} +# Pod::Perldoc::ToMan executes roff +Requires: groff-base +%endif +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(File::Temp) >= 0.22 +Requires: perl(HTTP::Tiny) +Requires: perl(IO::Handle) +Requires: perl(IPC::Open3) +# POD2::Base is optional +# Pod::Checker is not needed if Pod::Simple::Checker is available +Requires: perl(Pod::Simple::Checker) +Requires: perl(Pod::Simple::RTF) >= 3.16 +Requires: perl(Pod::Simple::XMLOutStream) >= 3.16 +Requires: perl(Text::ParseWords) +# Tk is optional +Requires: perl(Symbol) + +# Remove underspecified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Pod::Man|Pod::Simple::XMLOutStream|Pod::Simple::RTF)\\)$ + +%description +perldoc looks up a piece of documentation in .pod format that is embedded +in the perl installation tree or in a perl script, and displays it via +"groff -man | $PAGER". This is primarily used for the documentation for +the perl library modules. + +%prep +%setup -q -n Pod-Perldoc-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -delete +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes README +%{_bindir}/perldoc +%{perl_vendorlib}/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Fri Feb 09 2018 Fedora Release Engineering - 3.28-396 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 3.28-395 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Jitka Plesnikova - 3.28-394 +- Perl 5.26 re-rebuild of bootstrapped packages + +* Sat Jun 03 2017 Jitka Plesnikova - 3.28-393 +- Perl 5.26 rebuild + +* Mon Apr 03 2017 Petr Pisar - 3.28-2 +- Introduce a build-condition on groff +- Rename a _without_tk build-condition to + _without_perl_Pod_Perldoc_enables_tk_test + +* Thu Mar 16 2017 Petr Pisar - 3.28-1 +- 3.28 bump + +* Sat Feb 11 2017 Fedora Release Engineering - 3.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Aug 09 2016 Jitka Plesnikova - 3.27-1 +- 3.27 bump + +* Fri Jul 29 2016 Petr Pisar - 3.26-1 +- 3.26 bump + +* Wed May 18 2016 Jitka Plesnikova - 3.25-366 +- Perl 5.24 re-rebuild of bootstrapped packages + +* Sat May 14 2016 Jitka Plesnikova - 3.25-365 +- Increase release to favour standalone package + +* Thu Feb 04 2016 Fedora Release Engineering - 3.25-349 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Sep 21 2015 Petr Pisar - 3.25-348 +- Current generator detects dependency on Encode and Pod::Man properly + +* Thu Jun 18 2015 Fedora Release Engineering - 3.25-347 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 10 2015 Jitka Plesnikova - 3.25-346 +- Perl 5.22 re-rebuild of bootstrapped packages + +* Thu Jun 04 2015 Jitka Plesnikova - 3.25-345 +- Increase release to favour standalone package + +* Wed Jun 03 2015 Jitka Plesnikova - 3.25-2 +- Perl 5.22 rebuild + +* Fri Feb 13 2015 Petr Pisar - 3.25-1 +- 3.25 bump + +* Mon Sep 15 2014 Petr Pisar - 3.24-4 +- Enable perl(Tk) tests + +* Sun Sep 07 2014 Jitka Plesnikova - 3.24-3 +- Perl 5.20 re-rebuild of bootstrapped packages +- Disable Perl(Tk) tests temporarily until Perl-Tk works with perl-5.20 + +* Tue Aug 26 2014 Jitka Plesnikova - 3.24-2 +- Perl 5.20 rebuild + +* Fri Aug 22 2014 Petr Pisar - 3.24-1 +- 3.24 bump + +* Sat Jun 07 2014 Fedora Release Engineering - 3.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Feb 25 2014 Petr Pisar - 3.23-1 +- 3.23 bump + +* Mon Jan 06 2014 Petr Pisar - 3.21-1 +- 3.21 bump + +* Mon Oct 07 2013 Petr Pisar - 3.20-7 +- Correct perldoc.pod location (bug #1010057) + +* Wed Aug 14 2013 Jitka Plesnikova - 3.20-6 +- Perl 5.18 re-rebuild of bootstrapped packages + +* Sun Aug 04 2013 Fedora Release Engineering - 3.20-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 31 2013 Petr Pisar - 3.20-4 +- Specify all dependencies + +* Fri Jul 12 2013 Petr Pisar - 3.20-3 +- Link minimal build-root packages against libperl.so explicitly + +* Thu May 23 2013 Petr Pisar - 3.20-2 +- Specify all dependencies + +* Mon Apr 29 2013 Petr Pisar - 3.20-1 +- 3.20 bump + +* Tue Jan 29 2013 Petr Pisar - 3.19.01-1 +- 3.19_01 bump + +* Mon Jan 28 2013 Petr Pisar - 3.19.00-1 +- 3.19 bump + +* Wed Aug 15 2012 Petr Pisar - 3.17.00-241 +- Do not build-require perl(Tk) on RHEL >= 7 +- Depend on perl(HTTP::Tiny) + +* Mon Aug 13 2012 Marcela Mašláňová - 3.17.00-240 +- Bump release to override sub-package from perl.spec + +* Fri Jul 20 2012 Fedora Release Engineering - 3.17-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 10 2012 Petr Pisar - 3.17-8 +- Perl 5.16 re-rebuild of bootstrapped packages + +* Wed Jun 27 2012 Petr Pisar - 3.17-7 +- Perl 5.16 rebuild + +* Wed Jun 27 2012 Petr Pisar - 3.17-6 +- Require groff-base because Pod::Perldoc::ToMan executes roff + +* Wed Jun 06 2012 Petr Pisar - 3.17-5 +- Perl 5.16 rebuild + +* Fri Jun 01 2012 Petr Pisar - 3.17-4 +- Omit optional Tk tests on bootstrap + +* Wed May 30 2012 Marcela Mašláňová - 3.17-3 +- conditionalize optional BR tests + +* Tue May 15 2012 Petr Pisar - 3.17-2 +- Fix perldoc synopsis (bug #821632) + +* Mon Mar 19 2012 Petr Pisar - 3.17-1 +- 3.17 bump +- Fix displaying long POD in groff + +* Fri Jan 13 2012 Fedora Release Engineering - 3.15.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Nov 21 2011 Petr Pisar 3.15-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot and defattr from spec code. +- perl(Config) BR removed +- Source URL fixed to point to BDFOY author +- Do not require unversioned perl(Pod::Simple::RTF)