packages (PERL_5_12): perl/perl.spec - keep UnicodeData.txt, needed by Unico...

glen glen at pld-linux.org
Mon Nov 7 22:51:55 CET 2011


Author: glen                         Date: Mon Nov  7 21:51:55 2011 GMT
Module: packages                      Tag: PERL_5_12
---- Log message:
- keep UnicodeData.txt,needed by Unicode::UCD

---- Files affected:
packages/perl:
   perl.spec (1.438 -> 1.438.2.1) 

---- Diffs:

================================================================
Index: packages/perl/perl.spec
diff -u packages/perl/perl.spec:1.438 packages/perl/perl.spec:1.438.2.1
--- packages/perl/perl.spec:1.438	Wed Feb 23 08:51:07 2011
+++ packages/perl/perl.spec	Mon Nov  7 22:51:50 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	3
+%define		rel	4
 Summary:	Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):	Programovací jazyk Perl
 Summary(da.UTF-8):	Programmeringssproget Perl
@@ -746,6 +746,9 @@
 		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*
@@ -1421,6 +1424,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.438.2.1  2011/11/07 21:51:50  glen
+- keep UnicodeData.txt,needed by Unicode::UCD
+
 Revision 1.438  2011/02/23 07:51:07  arekm
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl/perl.spec?r1=1.438&r2=1.438.2.1&f=u



More information about the pld-cvs-commit mailing list