Do not package Pod::Escapes

This commit is contained in:
Petr Písař 2019-05-30 16:12:49 +02:00
parent 6e19d85ea5
commit e8b09c9b0b

View File

@ -5,12 +5,13 @@ Name: perl-Pod-Simple
# Epoch to compete with perl.spec
Epoch: 1
Version: 3.37
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Framework for parsing POD documentation
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Simple
Source0: https://cpan.metacpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
@ -59,6 +60,9 @@ documentation for Perl and for Perl modules.
%prep
%setup -q -n Pod-Simple-%{version}
# Remove garbage distributed by an accident
# <https://github.com/perl-pod/pod-simple/issues/102>
rm lib/Pod/Escapes.pm patch.bak/0001-Bump-VERSION-to-3.37.patch
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@ -78,6 +82,9 @@ make test
%{_mandir}/man3/*
%changelog
* Thu May 30 2019 Petr Pisar <ppisar@redhat.com> - 1:3.37-2
- Do not package Pod::Escapes (upstream bug #102)
* Thu May 30 2019 Tom Callaway <spot@fedoraproject.org> - 1:3.37-1
- update to 3.37