Remove bundled perl-Devel-PPPort

This commit is contained in:
Petr Písař 2014-10-29 14:52:58 +01:00
parent 062c43bce4
commit 1edb3104c7
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 310%{?dist} Release: 311%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -619,6 +619,7 @@ will be limited to functionality provided by interface of version 1.x). The
interface defined here mirrors the Berkeley DB interface closely. interface defined here mirrors the Berkeley DB interface closely.
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%package Devel-PPPort %package Devel-PPPort
Summary: Perl Pollution Portability header generator Summary: Perl Pollution Portability header generator
Group: Development/Libraries Group: Development/Libraries
@ -635,6 +636,7 @@ environment (reduced pollution). The header file written by this module,
typically ppport.h, attempts to bring some of the newer Perl API features typically ppport.h, attempts to bring some of the newer Perl API features
to older versions of Perl, so that you can worry less about keeping track to older versions of Perl, so that you can worry less about keeping track
of old releases, but users can still reap the benefit. of old releases, but users can still reap the benefit.
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package Digest %package Digest
@ -2956,11 +2958,13 @@ sed \
%{_mandir}/man3/DB_File* %{_mandir}/man3/DB_File*
%endif %endif
%if %{dual_life} || %{rebuild_from_scratch}
%files Devel-PPPort %files Devel-PPPort
%{archlib}/Devel/PPPort.pm %{archlib}/Devel/PPPort.pm
%dir %{archlib}/auto/Devel/PPPort %dir %{archlib}/auto/Devel/PPPort
%{archlib}/auto/Devel/PPPort/PPPort.so %{archlib}/auto/Devel/PPPort/PPPort.so
%{_mandir}/man3/Devel::PPPort.3* %{_mandir}/man3/Devel::PPPort.3*
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files Digest %files Digest
@ -3556,6 +3560,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-311
- Remove bundled perl-Devel-PPPort (bug #1143999)
* Thu Oct 23 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-310 * Thu Oct 23 2014 Petr Pisar <ppisar@redhat.com> - 4:5.20.1-310
- Move all Module-CoreList files into perl-Module-CoreList - Move all Module-CoreList files into perl-Module-CoreList
- Sub-package corelist(1) into perl-Module-CoreList-tools (bug #1142757) - Sub-package corelist(1) into perl-Module-CoreList-tools (bug #1142757)