[perl/f14] arm can't do parallel build add require EE::MM into IPC::Cmd & IPC::Cmd into CPANPLUS 711486

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Jun 7 16:17:41 UTC 2011


commit 107677f8a6fb989cea3cd97c63e9d856f5789404
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Jun 7 18:17:22 2011 +0200

    arm can't do parallel build
    add require EE::MM into IPC::Cmd & IPC::Cmd into CPANPLUS 711486

 perl.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 97e57b5..a890f2f 100644
--- a/perl.spec
+++ b/perl.spec
@@ -12,7 +12,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, becase dual-lived modules will be broken otherwise
-Release:        143%{?dist}
+Release:        144%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -324,6 +324,7 @@ Epoch:          0
 Version:        0.90
 # CPANPLUS encourages Digest::SHA strongly because of integrity checks
 Requires:       perl(Digest::SHA)
+Requires:       perl(IPC::Cmd)
 Requires:       perl(Module::Pluggable) >= 2.4
 Requires:       perl(Module::CoreList)
 Requires:       perl(DBIx::Simple)
@@ -479,6 +480,7 @@ License:        GPL+ or Artistic
 # Epoch bump for clean upgrade over old standalone package
 Epoch:          1
 Version:        0.54
+Requires:       perl(ExtUtils::MakeMaker)
 Requires:       perl = %{perl_epoch}:%{perl_version}-%{release}
 BuildArch:      noarch
 
@@ -1059,7 +1061,7 @@ echo "RPM Build arch: %{_arch}"
 
 # -Duseshrplib creates libperl.so, -Ubincompat5005 help create DSO -> libperl.so
 
-%ifarch sparc64
+%ifarch sparc64 armv5tel
 make
 %else
 make %{?_smp_mflags}
@@ -1875,6 +1877,10 @@ rm -rf $RPM_BUILD_ROOT
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Jun  1 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.3-144
+- arm can't do parallel build
+- add require EE::MM into IPC::Cmd & IPC::Cmd into CPANPLUS 711486
+
 * Fri Apr  1 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.3-143 
 - 692900 - lc launders tainted flag, RT #87336
 


More information about the scm-commits mailing list