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 1071043 - Trivial change for ppc64le in gnome-js-common spec
Summary: Trivial change for ppc64le in gnome-js-common spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-js-common
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-02-28 02:03 UTC by Brent Baude
Modified: 2016-02-01 01:59 UTC (History)
3 users (show)

Fixed In Version: gnome-js-common-0.1.2-10.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-13 16:49:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.