packages (PERL_5_12): perl/perl.spec - more .txt that Unicode::UCD accesses...
glen
glen at pld-linux.org
Mon Nov 7 23:20:50 CET 2011
Author: glen Date: Mon Nov 7 22:20:50 2011 GMT
Module: packages Tag: PERL_5_12
---- Log message:
- more .txt that Unicode::UCD accesses runtime
---- Files affected:
packages/perl:
perl.spec (1.438.2.1 -> 1.438.2.2)
---- Diffs:
================================================================
Index: packages/perl/perl.spec
diff -u packages/perl/perl.spec:1.438.2.1 packages/perl/perl.spec:1.438.2.2
--- packages/perl/perl.spec:1.438.2.1 Mon Nov 7 22:51:50 2011
+++ packages/perl/perl.spec Mon Nov 7 23:20:44 2011
@@ -45,7 +45,7 @@
%define perl_modversion() %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
%define ver 5.12.3
-%define rel 4
+%define rel 5
Summary: Practical Extraction and Report Language (Perl)
Summary(cs.UTF-8): Programovací jazyk Perl
Summary(da.UTF-8): Programmeringssproget Perl
@@ -746,8 +746,8 @@
doc-modules/unicore
# source for *.pl
%{__rm} $RPM_BUILD_ROOT%{perl_privlib}/unicore/{*.txt,mktables}
- # keep UnicodeData.txt, needed by Unicode::UCD
- cp -p lib/unicore/UnicodeData.txt $RPM_BUILD_ROOT%{perl_privlib}/unicore
+ # keep UnicodeData.txt and friends, lib/Unicode/UCD.pm opens them via openunicode():
+ cp -p lib/unicore/{UnicodeData,Blocks,Scripts,CompositionExclusions,CaseFolding,SpecialCasing,NamedSequences}.txt $RPM_BUILD_ROOT%{perl_privlib}/unicore
# cpan tools, we use rpm instead of cpan for managing packages (some search tool would be nice to have but...)
%{__rm} $RPM_BUILD_ROOT%{_bindir}/cpan*
@@ -1424,6 +1424,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.438.2.2 2011/11/07 22:20:44 glen
+- more .txt that Unicode::UCD accesses runtime
+
Revision 1.438.2.1 2011/11/07 21:51:50 glen
- keep UnicodeData.txt,needed by Unicode::UCD
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl/perl.spec?r1=1.438.2.1&r2=1.438.2.2&f=u
More information about the pld-cvs-commit
mailing list