]> git.pld-linux.org Git - packages/perl.git/commitdiff
- keep UnicodeData.txt,needed by Unicode::UCD auto/th/perl-5_12_3-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Nov 2011 21:51:50 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.438.2.1

perl.spec

index d351914f5464b115e691980b5777a5d323601a70..616595bdbe27eec7bc6d6346b0dc5cf393ed2cca 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -44,7 +44,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     3
+%define                rel     4
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -745,6 +745,9 @@ if [ ! -f installed.stamp ]; then
                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
+
        # 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.029481 seconds and 4 git commands to generate.