[tolua++] Exclude ppc, causes problems according to bz #704372

Tim Niemueller timn at fedoraproject.org
Tue Oct 11 22:17:09 UTC 2011


commit f850051213892e17fee70c3916573e22b2ce7bed
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Wed Oct 12 00:17:02 2011 +0200

    Exclude ppc, causes problems according to bz #704372

 tolua++.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tolua++.spec b/tolua++.spec
index 60fd0b8..9ad7f67 100644
--- a/tolua++.spec
+++ b/tolua++.spec
@@ -2,7 +2,7 @@
 
 Name:           tolua++
 Version:        1.0.93
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A tool to integrate C/C++ code with Lua
 Group:          Development/Tools
 License:        MIT
@@ -12,6 +12,7 @@ Patch0:         tolua++-1.0.93-lua51.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scons
 BuildRequires:  lua-devel >= 5.1
+ExcludeArch:    ppc
 
 %description
 tolua++ is an extended version of tolua, a tool to integrate C/C++ code with
@@ -74,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 12 2011 Tim Niemueller <tim at niemueller.de> - 1.0.93-3
+- Exclude ppc, there are problems according to bz #704372
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.93-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list