]> git.pld-linux.org Git - packages/perl.git/commitdiff
- flat asm on sprc64 now auto/aidath/perl-5_10_0-19
authortommat <tommat@pld-linux.org>
Sun, 21 Jun 2009 11:38:42 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -Ud_longdbl not needed
- rel 19

Changed files:
    perl.spec -> 1.416

perl.spec

index 569da619c59ba3b8edae2af7457db6dfd73dd665..cea4b485c4a87d07983e1928fcbfcf8698fcba54 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -43,7 +43,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.10.0
-%define                rel     18
+%define                rel     19
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -696,11 +696,6 @@ sh Configure \
        -%{?with_threads:D}%{!?with_threads:U}usethreads \
        -Duselargefiles
 
-## what's the problem with this one?
-# %ifarch sparc sparc64
-#      -Ud_longdbl
-# %endif
-
 ## {Scalar,List}::Util should be in perl_archlib (it's a bit tricky and should
 ## probably be done in %%prep, but then Configure would complain (->MANIFEST))
 mv ext/List/Util/lib/List/Util.pm ext/List/Util
@@ -1204,10 +1199,6 @@ rm -rf $RPM_BUILD_ROOT
 # on archs which <asm/ioctl.h> uses <asm-generic/ioctl.h>
 %{perl_archlib}/asm-generic
 %endif
-%ifarch sparc64
-%{perl_archlib}/asm-sparc
-%{perl_archlib}/asm-sparc64
-%endif
 %{perl_archlib}/bits
 %{perl_archlib}/gnu
 %{perl_archlib}/linux
This page took 0.044951 seconds and 4 git commands to generate.