[libetonyek] fixing FTBFS on ppc64le

Jaromír Cápík jcapik at fedoraproject.org
Mon May 5 20:32:28 UTC 2014


commit d48b4a32d2869fc73a53c2c43a49bd7d92fc3db6
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Mon May 5 22:29:30 2014 +0200

    fixing FTBFS on ppc64le

 libetonyek.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libetonyek.spec b/libetonyek.spec
index b6cd90c..6ee46d0 100644
--- a/libetonyek.spec
+++ b/libetonyek.spec
@@ -2,7 +2,7 @@
 
 Name: libetonyek
 Version: 0.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A library for import of Apple Keynote presentations
 
 Group: System Environment/Libraries
@@ -53,6 +53,8 @@ Currently supported: XHTML, raw, text.
 %prep
 %setup -q
 
+sed -i 's/|ppc64|/|ppc64|ppc64le|/' configure
+
 %build
 %configure --disable-silent-rules --disable-static --disable-werror
 sed -i \
@@ -106,6 +108,9 @@ make %{?_smp_mflags} check
 %{_mandir}/man1/key2xhtml.1*
 
 %changelog
+* Mon May 05 2014 Jaromir Capik <jcapik at redhat.com> - 0.0.4-2
+- fixing FTBFS on ppc64le
+
 * Tue Apr 15 2014 David Tardon <dtardon at redhat.com> - 0.0.4-1
 - new upstream release
 


More information about the scm-commits mailing list