Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1051599

Summary: Trivial change for ppc64le in libart_lgpl spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: libart_lgplAssignee: Jaromír Cápík <jcapik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: jcapik, jochen, ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: libart_lgpl-2.3.21-10.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 14:49:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-01-10 16:42:13 UTC
Please consider the following change to the libart_lgpl to enable ppc64le:

diff --git a/libart_lgpl.spec b/libart_lgpl.spec
index 11f49d1..797c716 100644
--- a/libart_lgpl.spec
+++ b/libart_lgpl.spec
@@ -31,7 +31,7 @@ developing applications that use %{name}.
 
 %build
 libtoolize
-autoreconf
+autoreconf -i
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
+%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32

Comment 1 Jaromír Cápík 2014-05-13 12:45:25 UTC
I'm going to replace ppc64 and ppc64le with the %{power64} macro, as it includes also the ppc64p7 sub-arch.