|
|
|
@ -1,42 +1,31 @@
|
|
|
|
|
Name: perl-podlators
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 4.14
|
|
|
|
|
Release: 460%{?dist}
|
|
|
|
|
Version: 4.09
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Format POD source into various output formats
|
|
|
|
|
# pod/perlpodstyle.pod: FSFAP
|
|
|
|
|
# pod/perlpodstyle: MIT
|
|
|
|
|
# other files: GPL+ or Artistic
|
|
|
|
|
## Not in the binary package
|
|
|
|
|
# t/data/basic.cap: FSFAP
|
|
|
|
|
# t/data/basic.clr: FSFAP
|
|
|
|
|
# t/data/basic.man: FSFAP
|
|
|
|
|
# t/data/basic.ovr: FSFAP
|
|
|
|
|
# t/data/basic.pod: FSFAP
|
|
|
|
|
# t/data/basic.txt: FSFAP
|
|
|
|
|
# t/data/snippets/man/uppercase-license: MIT
|
|
|
|
|
# t/data/snippets/README: FSFAP
|
|
|
|
|
# t/docs/pod.t: MIT
|
|
|
|
|
# t/docs/pod-spelling.t: MIT
|
|
|
|
|
# t/docs/spdx-license.t: MIT
|
|
|
|
|
# t/docs/synopsis.t: MIT
|
|
|
|
|
# t/docs/urls.t: MIT
|
|
|
|
|
# t/lib/Test/RRA.pm: MIT
|
|
|
|
|
# t/lib/Test/RRA/Config.pm: MIT
|
|
|
|
|
# t/lib/Test/RRA/ModuleVersion.pm: MIT
|
|
|
|
|
# t/style/minimum-version.t: MIT
|
|
|
|
|
# t/style/module-version.t: MIT
|
|
|
|
|
# t/style/strict.t: MIT
|
|
|
|
|
License: (GPL+ or Artistic) and FSFAP
|
|
|
|
|
URL: https://metacpan.org/release/podlators
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
|
|
|
|
License: (GPL+ or Artistic) and MIT
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/podlators/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
|
|
|
|
# Fix pod2man and pod2text error messages when standard input is empty,
|
|
|
|
|
# <https://github.com/rra/podlators/issues/5>, fixed in 4.10
|
|
|
|
|
Patch0: podlators-4.09-Properly-diagnose-empty-input-to-pod2man-and-pod2tex.patch
|
|
|
|
|
# Fix layers detection on output file handle, CPAN RT#122521, fixed in 4.10
|
|
|
|
|
Patch1: podlators-4.09-Coerce-file-handle-to-glob-for-PerlIO-get_layers.patch
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.8
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
# Cwd run by PL script in scripts directory
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# File::Basename run by PL script in scripts directory
|
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
|
# File::Spec version declared in lib/Pod/Man.pm comment
|
|
|
|
@ -56,9 +45,7 @@ BuildRequires: perl(Term::ANSIColor)
|
|
|
|
|
BuildRequires: perl(Term::Cap)
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
@ -91,17 +78,19 @@ with various capabilities.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n podlators-%{version}
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install}
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -113,64 +102,12 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.14-460
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.09-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.14-459
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-458
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-457
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.14-456
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 06 2020 Petr Pisar <ppisar@redhat.com> - 1:4.14-1
|
|
|
|
|
- 4.14 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jan 02 2020 Petr Pisar <ppisar@redhat.com> - 1:4.13-1
|
|
|
|
|
- 4.13 bump
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 05 2019 Petr Pisar <ppisar@redhat.com> - 1:4.12-1
|
|
|
|
|
- 4.12 bump
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-438
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-2
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 09 2018 Petr Pisar <ppisar@redhat.com> - 4.11-1
|
|
|
|
|
- 4.11 bump
|
|
|
|
|
- License changed to (GPL+ or Artistic) and FSFAP
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 4.10-1
|
|
|
|
|
- 4.10 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.09-394
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.09-393
|
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 4.09-3
|
|
|
|
|
- Fix pod2man and pod2text error messages when standard input is empty
|
|
|
|
|
- Fix layers detection on output file handle (CPAN RT#122521)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.09-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|