From 0aaf377e1a7ef37bdfa08a4e01317dd360d83862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Jul 2015 12:31:15 +0200 Subject: [PATCH] Remove bundled perl-PerlIO-via-QuotedPrint --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index 48b64cb..ae1faec 100644 --- a/perl.spec +++ b/perl.spec @@ -1591,6 +1591,7 @@ Conflicts: perl < 4:5.22.0-347 The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. +%if %{dual_life} || %{rebuild_from_scratch} %package PerlIO-via-QuotedPrint Summary: PerlIO layer for quoted-printable strings Group: Development/Libraries @@ -1606,6 +1607,7 @@ This module implements a PerlIO layer that works on files encoded in the quoted-printable format. It will decode from quoted-printable while reading from a handle, and it will encode as quoted-printable while writing to a handle. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package Perl-OSType @@ -3852,9 +3854,11 @@ popd %{_mandir}/man1/perlfaq* %{_mandir}/man1/perlglossary.* +%if %{dual_life} || %{rebuild_from_scratch} %files PerlIO-via-QuotedPrint %{privlib}/PerlIO %{_mandir}/man3/PerlIO::via::QuotedPrint.* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files Perl-OSType @@ -4130,6 +4134,7 @@ popd - Sub-package Math-Complex - Remove bundled perl-Config-Perl-V (bug #1238203) - Remove bundled perl-MIME-Base64 (bug #1238222) +- Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229) * Wed Jul 08 2015 Petr Pisar - 4:5.22.0-347 - Store distribution's linker and compiler flags to more Config's options