ppisar pushed to perl (master). "Sub-package Unicode-Normalize"

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


From a66a3442bda8d522fbde011c0b34d9a68f87c49d 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 16:12:31 +0200
Subject: Sub-package Unicode-Normalize


diff --git a/perl.spec b/perl.spec
index 43aa105..c9c8536 100644
--- a/perl.spec
+++ b/perl.spec
@@ -289,6 +289,7 @@ Requires:       perl-Text-Balanced, perl-Text-ParseWords, perl-Text-Tabs+Wrap,
 Requires:       perl-Thread-Queue
 Requires:       perl-Time-HiRes
 Requires:       perl-Time-Local, perl-Time-Piece
+Requires:       perl-Unicode-Normalize,
 Requires:       perl-version, perl-threads, perl-threads-shared, perl-parent
 
 %description core
@@ -1953,6 +1954,22 @@ following data types only: scalars and scalar refs, arrays and array refs, and
 hashes and hash refs.
 %endif
 
+%package Unicode-Normalize
+Summary:        Unicode Normalization Forms
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+Epoch:          0
+Version:        1.18
+Requires:       %perl_compat
+# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl, perl is
+# auto-detected.
+BuildArch:      noarch
+Conflicts:      perl < 4:5.22.0-347
+
+%description Unicode-Normalize
+This package provides Perl functions that can convert strings into various
+Unicode normalization forms as defined in Unicode Standard Annex #15.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package version
 Summary:        Perl extension for Version Objects
@@ -2986,6 +3003,10 @@ popd
 %exclude %{archlib}/threads/shared*
 %exclude %{_mandir}/man3/threads::shared*
 
+# Unicode-Normalize
+%exclude %{privlib}/Unicode/Normalize.pm
+%exclude %{_mandir}/man3/Unicode::Normalize.*
+
 # version
 %exclude %{privlib}/version.pm
 %exclude %{privlib}/version.pod
@@ -3878,6 +3899,11 @@ popd
 %{_mandir}/man3/threads::shared*
 %endif
 
+%files Unicode-Normalize
+%dir %{privlib}/Unicode
+%{privlib}/Unicode/Normalize.pm
+%{_mandir}/man3/Unicode::Normalize.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files version
 %{privlib}/version.pm
@@ -3903,6 +3929,7 @@ popd
 - Sub-package Text-Balanced (bug #1238269)
 - Sub-package libnet (bug #1238689)
 - Sub-package perlfaq (bug #1238703)
+- Sub-package Unicode-Normalize (bug #1238730)
 
 * 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=a66a3442bda8d522fbde011c0b34d9a68f87c49d


More information about the perl-devel mailing list