ppisar pushed to perl (master). "Sub-package PerlIO-via-QuotedPrint"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jul 9 14:57:34 UTC 2015


From 032a8a7929f9dcded1b81f3605e420cb89b54764 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 8 Jul 2015 15:18:20 +0200
Subject: Sub-package PerlIO-via-QuotedPrint


diff --git a/perl.spec b/perl.spec
index 1a1d6f4..749b899 100644
--- a/perl.spec
+++ b/perl.spec
@@ -275,7 +275,8 @@ Requires:       perl-Module-CoreList,
 Requires:       perl-Module-CoreList-tools, perl-Module-Load
 Requires:       perl-Module-Load-Conditional, perl-Module-Loaded, perl-Module-Metadata
 Requires:       perl-open, perl-PathTools
-Requires:       perl-Params-Check, perl-Parse-CPAN-Meta, perl-Perl-OSType
+Requires:       perl-Params-Check, perl-Parse-CPAN-Meta,
+Requires:       perl-PerlIO-via-QuotedPrint, perl-Perl-OSType
 Requires:       perl-Pod-Checker, perl-Pod-Escapes
 Requires:       perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
 Requires:       perl-podlators, perl-Pod-Simple, perl-Scalar-List-Utils
@@ -1456,6 +1457,22 @@ Requires:       perl(Carp)
 PathTools Perl module (Cwd, File::Spec).
 %endif
 
+%package PerlIO-via-QuotedPrint
+Summary:        PerlIO layer for quoted-printable strings
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+Epoch:          0
+Version:        0.08
+Requires:       %perl_compat
+BuildArch:      noarch
+Conflicts:      perl < 4:5.22.0-347
+
+%description PerlIO-via-QuotedPrint
+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.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Perl-OSType
 Summary:        Map Perl operating system names to generic types
@@ -2678,6 +2695,10 @@ popd
 %exclude %{privlib}/Params/
 %exclude %{_mandir}/man3/Params::Check*
 
+# PerlIO-via-QuotedPrint
+%exclude %{privlib}/PerlIO
+%exclude %{_mandir}/man3/PerlIO::via::QuotedPrint.*
+
 # Perl-OSType
 %exclude %dir %{privlib}/Perl
 %exclude %{privlib}/Perl/OSType.pm
@@ -3474,6 +3495,10 @@ popd
 %{_mandir}/man3/parent.3*
 %endif
 
+%files PerlIO-via-QuotedPrint
+%{privlib}/PerlIO
+%{_mandir}/man3/PerlIO::via::QuotedPrint.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Perl-OSType
 %dir %{privlib}/Perl
@@ -3720,6 +3745,7 @@ popd
   in order to apply them when linking executable programs (bug #1238804)
 - Sub-package Config-Perl-V (bug #1238203)
 - Sub-package MIME-Base64 (bug #1238222)
+- Sub-package PerlIO-via-QuotedPrint (bug #1238229)
 
 * Thu Jun 18 2015 Petr Pisar <ppisar at redhat.com> - 4:5.22.0-346
 - Subpackage "open" module in order to keep deprecated "encoding" module
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=master&id=032a8a7929f9dcded1b81f3605e420cb89b54764


More information about the perl-devel mailing list