Bug 1076214

Summary: Trivial change to libdv spec to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: libdvAssignee: Jay Fenlason <fenlason>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: fenlason, jcapik, jfeeney
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: libdv-1.0.0-17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 18:20:58 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-03-13 19:16:25 UTC
Please consider the following trivial change to the libdv spec that allows ppc64le to configure and build properly:

[baude@ppc64le libdv]$ git diff
diff --git a/libdv.spec b/libdv.spec
index efd5022..ee1443f 100644
--- a/libdv.spec
+++ b/libdv.spec
@@ -56,7 +56,7 @@ This package contains development files for libdv.
 # Required for libtool 2.2
 libtoolize
 # Required for the gtk2 patch
-autoreconf
+autoreconf -fi
 
 %build
 %configure --with-pic

Comment 1 Jaromír Cápík 2014-05-13 18:20:58 UTC
Fixed. Closing.