Name: perl-Pod-Readme Version: 1.1.2 Release: 11%{?dist} Summary: Intelligently generate a README file from POD License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Readme/ Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-v%{version}.tar.gz Patch0: Pod-Readme-v1.0.2-no-author-deps.patch BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: make BuildRequires: perl-interpreter >= 4:5.10.1 BuildRequires: perl-generators BuildRequires: perl(inc::Module::Install) BuildRequires: perl(Module::Install::AutoInstall) BuildRequires: perl(Module::Install::Makefile) BuildRequires: perl(Module::Install::Metadata) BuildRequires: perl(Module::Install::Scripts) BuildRequires: perl(Module::Install::WriteAll) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Class::Method::Modifiers) >= 2.00 BuildRequires: perl(CPAN::Changes) >= 0.30 BuildRequires: perl(CPAN::Meta) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(feature) BuildRequires: perl(File::Slurp) BuildRequires: perl(Hash::Util) BuildRequires: perl(IO) BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(Module::CoreList) BuildRequires: perl(Module::Load) BuildRequires: perl(Moo) >= 1.004005 BuildRequires: perl(Moo::Role) BuildRequires: perl(MooX::HandlesVia) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Path::Tiny) >= 0.018 BuildRequires: perl(Role::Tiny) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Try::Tiny) BuildRequires: perl(Type::Tiny) BuildRequires: perl(Types::Standard) BuildRequires: perl(version) >= 0.77 BuildRequires: perl(warnings) # Script Runtime BuildRequires: perl(File::Copy) BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(IO::Handle) # Test Suite BuildRequires: perl(Cwd) BuildRequires: perl(File::Compare) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::String) BuildRequires: perl(lib) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.88 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Role::Tiny) %description This module filters POD to generate a README file, by using POD commands to specify which parts are included or excluded from the README file. %prep %setup -q -n Pod-Readme-v%{version} # Unbundle inc::Module::Install; we'll use the system version instead rm -rf inc/ perl -ni -e 'print unless /^inc\//;' MANIFEST # Avoid the need for Module::Install::AuthorRequires and # all of upstream's toolchain modules as a result of the unbundling %patch0 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} # Remove spurious Pod::README files, which are the same as Pod::Readme rm -vf %{buildroot}%{_mandir}/man3/Pod::README.3* %check make test %files %doc Changes README.pod %{_bindir}/pod2readme %{perl_vendorlib}/Pod/ %{_mandir}/man1/pod2readme.1* %{_mandir}/man3/Pod::Readme.3* %{_mandir}/man3/Pod::Readme::Filter.3* %{_mandir}/man3/Pod::Readme::Plugin.3* %{_mandir}/man3/Pod::Readme::Plugin::changes.3* %{_mandir}/man3/Pod::Readme::Plugin::requires.3* %{_mandir}/man3/Pod::Readme::Plugin::version.3* %{_mandir}/man3/Pod::Readme::Types.3* %changelog * Thu Jul 27 2017 Fedora Release Engineering - 1.1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova - 1.1.2-10 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.1.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon May 16 2016 Jitka Plesnikova - 1.1.2-8 - Perl 5.24 rebuild * Wed Apr 20 2016 Paul Howarth - 1.1.2-7 - Don't assume that EU::MM will generate Pod::README manpage - Simplify find command using -delete * Thu Feb 04 2016 Fedora Release Engineering - 1.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Sep 10 2015 Petr Pisar - 1.1.2-5 - Do not install Pod::README (bug #1259389) * Wed Sep 02 2015 Petr Šabata - 1.1.2-4 - The latest EU::MM no longer manifies README.pod - Added some more build deps, mostly the required Module::Install modules * Thu Jun 18 2015 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jun 08 2015 Jitka Plesnikova - 1.1.2-2 - Perl 5.22 rebuild * Tue Dec 9 2014 Paul Howarth - 1.1.2-1 - Update to 1.1.2 - Regex in changes plugin fixed to work with Perl 5.21 deprecated syntax * Thu Dec 4 2014 Paul Howarth - 1.1.1-1 - Update to 1.1.1 - The changes plugin will work with Dist::Zilla {{$NEXT}} tokens * Thu Dec 4 2014 Paul Howarth - 1.1.0-1 - Update to 1.1.0 - Fixed typos in POD for requires plugin - Pod::Readme::Filter has a zilla attribute for Dist::Zilla objects - The requires plugin will use metadata from the Dist::Zilla object if it is set, rather than looking for a META.yml file (which will not exist, if this is used in a Dist::Zilla plugin) * Tue Nov 11 2014 Paul Howarth - 1.0.3-1 - Update to 1.0.3 - Fixed bug with minimum version of Class::Method::Modifiers * Tue Oct 14 2014 Paul Howarth - 1.0.2-1 - Update to 1.0.2 - This is a complete rewrite, using modern Perl with Moo - Added support for plugins, along with plugins to insert the module version, prerequisites and the latest changes - Added the ability to generate a README in a variety of formats, such as POD, Markdown, HTML, RTF, etc. - Added command-line options to the pod2readme script, including the ability to specify the output format - Switched to semantic versioning - The documentation has been updated accordingly - This is no longer a subclass of a POD parser, although it has some wrapper methods for compatibility with software known to use it - This release by RRWO → update source URL - Modernize spec since this version will never run on EL-5 - Unbundle the Module::Install stuff and use the system version instead * Thu Aug 28 2014 Jitka Plesnikova - 0.110-11 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.110-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.110-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jul 21 2013 Petr Pisar - 0.110-8 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.110-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.110-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 13 2012 Petr Pisar - 0.110-5 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.110-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Marcela Mašláňová - 0.110-3 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.110-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 28 2010 Steven Pritchard 0.110-1 - Update to 0.11. - Update Source0 URL. - Switch back to building with ExtUtils::MakeMaker/Makefile.PL. - BR Test::More. * Tue Dec 21 2010 Marcela Maslanova - 0.090-8 - 661697 rebuild for fixing problems with vendorach/lib * Tue May 04 2010 Marcela Maslanova - 0.090-7 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.090-6 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.090-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.090-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Mar 5 2008 Tom "spot" Callaway 0.090-3 - rebuild for new perl * Tue Nov 27 2007 Steven Pritchard 0.090-2 - Update License tag. - Drop explicit dependencies on Test::* modules (#232736). * Sat Dec 09 2006 Steven Pritchard 0.090-1 - Update to 0.09. - Use fixperms macro instead of our own chmod incantation. - BR: Regexp::Common. - Switch back to using Module::Build. * Sat Sep 16 2006 Steven Pritchard 0.081-3 - Fix find option order. * Fri May 12 2006 Steven Pritchard 0.081-2 - Use Makefile.PL temporarily to work around Module::Build breakage. * Fri May 12 2006 Steven Pritchard 0.081-1 - Specfile autogenerated by cpanspec 1.66. - Remove explicit perl dep. - Set DEVEL_TESTS for "Build test". - Add bindir and man1 to file list.