packages: perl/perl.spec - more .txt that Unicode::UCD accesses runtime

glen glen at pld-linux.org
Mon Nov 7 23:22:44 CET 2011


Author: glen                         Date: Mon Nov  7 22:22:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more .txt that Unicode::UCD accesses runtime

---- Files affected:
packages/perl:
   perl.spec (1.447 -> 1.448) 

---- Diffs:

================================================================
Index: packages/perl/perl.spec
diff -u packages/perl/perl.spec:1.447 packages/perl/perl.spec:1.448
--- packages/perl/perl.spec:1.447	Mon Nov  7 22:52:49 2011
+++ packages/perl/perl.spec	Mon Nov  7 23:22:38 2011
@@ -745,8 +745,9 @@
 	%{__rm} $RPM_BUILD_ROOT%{perl_privlib}/Unicode/Collate/keys.txt
 	# source for *.pl
 	%{__rm} $RPM_BUILD_ROOT%{perl_privlib}/unicore/*.txt
-	# 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,CaseFolding}.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*
 	%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/cpan*
@@ -1408,6 +1409,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.448  2011/11/07 22:22:38  glen
+- more .txt that Unicode::UCD accesses runtime
+
 Revision 1.447  2011/11/07 21:52:49  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.447&r2=1.448&f=u



More information about the pld-cvs-commit mailing list