commit 51e61dabe9c7304f12301e94dbf61f28ac85a9d0
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Apr 4 08:24:40 2017 +0200
Disable ppc64le and ppc64
lightspark.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index 72e3659..74a0dd2 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 11
+%define rel 12
%define major 0.7.2
@@ -35,6 +35,10 @@ Source0:
http://launchpad.net/%{name}/trunk/%{name}-%{version}/+download/
Patch0: lightspark-0.7.2-fix_ffmpeg_include_dir.patch
+# Build fails on ppc64 and ppc64le, temporarily disable them
+#
https://github.com/lightspark/lightspark/issues/283
+ExcludeArch: ppc64 ppc64le
+
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
BuildRequires: glew-devel >= 1.5.4
@@ -147,6 +151,9 @@ fi
%changelog
+* Tue Apr 04 2017 Xavier Bachelot <xavier(a)bachelot.org> - 0.7.2-12.20170107git
+- Disable ppc64le and ppc64.
+
* Thu Mar 23 2017 Xavier Bachelot <xavier(a)bachelot.org> - 0.7.2-11.20170107git
- New snapshot.
- Specfile cleanup.