]> git.pld-linux.org Git - packages/perl.git/commitdiff
- more .txt that Unicode::UCD accesses runtime
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Nov 2011 22:22:38 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.448

perl.spec

index eb4c69d9777c16717d7109dc26b1b0c3354b6adf..d98e4f43e32ebaf17913eeb92bc9816c0ef6ba21 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -744,8 +744,9 @@ if [ ! -f installed.stamp ]; then
        %{__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*
This page took 0.066913 seconds and 4 git commands to generate.