Name: perl-Pod-Checker # Compete with perl.spec Epoch: 1 Version: 1.73 Release: 3%{?dist} Summary: Check POD documents for syntax errors License: GPL+ or Artistic URL: https://metacpan.org/release/Pod-Checker Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Checker-%{version}.tar.gz BuildArch: noarch BuildRequires: findutils BuildRequires: make #BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(Config) BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: sed # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) # Getopt::Long not used at tests BuildRequires: perl(Pod::Simple) >= 3.05 BuildRequires: perl(Pod::Simple::Methody) # Pod::Usage not used at tests BuildRequires: perl(strict) BuildRequires: perl(warnings) # Tests: #BuildRequires: perl(FileHandle) #BuildRequires: perl(Test::More) #BuildRequires: perl(vars) # VMS::Filespec not used Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Pod::Simple) >= 3.05 %description Module and tools to verify POD documentation contents for compliance with the Plain Old Documentation format specifications. %prep %setup -q -n Pod-Checker-%{version} for F in CHANGES README; do sed -i -e 's/\r//' "$F" done %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} make manifypods %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}/* %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Fri Oct 04 2019 Elbert Pol - 1.73-2 - Remove a unneeded line and fix error with version number * Thu Sep 26 2019 Elbert Pol - 1.73-1 - First rpm for OS/2 * Fri Jul 26 2019 Fedora Release Engineering - 4:1.73-439 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild