From d5222b20eb326b7b42b8c355fec2692f8cb3e99d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 7 Nov 2011 21:52:49 +0000 Subject: [PATCH] - keep UnicodeData.txt,needed by Unicode::UCD Changed files: perl.spec -> 1.447 --- perl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl.spec b/perl.spec index 1a88380..eb4c69d 100644 --- a/perl.spec +++ b/perl.spec @@ -744,6 +744,8 @@ 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 # 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* -- 2.43.0