]> git.pld-linux.org Git - packages/perl.git/commitdiff
- release 2: disable perl-Encode subpackage, name conflict with perl-Encode.spec auto/th/perl-5_12_1-2
authorradek <radek@pld-linux.org>
Sun, 6 Jun 2010 19:26:20 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (what exactly was *the point* of separating it, again?  $0.01 in storage cost?)

Changed files:
    perl.spec -> 1.430

perl.spec

index 373d60820a52da985fdeace67e638de4b28ea293..2c315ce175b89ffdd548872c7ae65bd117a6094e 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.1
-%define                rel     1
+%define                rel     2
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -953,6 +953,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{perl_archlib}/auto/Socket/*.so
 %{_mandir}/man3/Socket.*
 
+%if 0
 %files Encode
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/enc2xs
@@ -968,6 +969,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/piconv.*
 %{_mandir}/man3/Encode*
 %{_mandir}/man3/encoding.*
+%endif
 
 %if %{with gdbm}
 %files GDBM_File
This page took 0.236837 seconds and 4 git commands to generate.