Bug 1051639

Summary: Trivial change for ppc64le in libsndfile spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: libsndfileAssignee: Michal Hlavinka <mhlavink>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: andreas, mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: libsndfile-1.0.25-9.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-13 09:26:43 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 18:33:17 UTC
Please consider the following patch to the libsndfile spec which allows ppc64le to build properly:

diff --git a/libsndfile.spec b/libsndfile.spec
index 2a005ed..f9911a6 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -81,7 +81,7 @@ cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64
+%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64 ppc64le
 %define wordsize 64
 %else
 %define wordsize 32