Bug 1071043

Summary: Trivial change for ppc64le in gnome-js-common spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: gnome-js-commonAssignee: 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, michel, ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: gnome-js-common-0.1.2-10.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 16:49:42 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-02-28 02:03:40 UTC
Please consider this trivial change in the gnome-js-common spec to allow ppc64le to build.  You might also consider an autoreconf -vfi.

[baude@localhost gnome-js-common]$ git diff
diff --git a/gnome-js-common.spec b/gnome-js-common.spec
index c5ee480..7241655 100644
--- a/gnome-js-common.spec
+++ b/gnome-js-common.spec
@@ -35,6 +35,8 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .license
+libtoolize -i -f
+autoconf
 
 
 %build

Comment 1 Jaromír Cápík 2014-05-13 16:09:37 UTC
Instead of adding autoconf and libtoolize, I'm changing ./configure to %configure. It's a lot faster.