From a12ea58ad94c305ac5102c37e4ab8331c7656855 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Feb 10 2011 23:58:22 +0000 Subject: Exclude arch ppc64 (unsupported) --- diff --git a/.gitignore b/.gitignore index 6068d9e..b2dc25f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /openni-1.0.0.25-git4c9ff978.tar.gz +/openni-1.0.0.25-git4c9ff978 +*.log +*.rpm +/x86_64 diff --git a/openni.spec b/openni.spec index 1d3a222..1411cb8 100644 --- a/openni.spec +++ b/openni.spec @@ -2,7 +2,7 @@ Name: openni Version: 1.0.0.25 -Release: 0.3.git%{gitrev}%{?dist} +Release: 0.4.git%{gitrev}%{?dist} Summary: Library for human-machine Natural Interaction Group: System Environment/Libraries @@ -16,6 +16,7 @@ URL: http://www.openni.org Source0: openni-%{version}-git%{gitrev}.tar.gz Patch0: openni-1.0.0.25-fedora-buildsys.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExcludeArch: ppc64 BuildRequires: freeglut-devel, tinyxml-devel, libjpeg-devel, dos2unix, libusb1-devel BuildRequires: python, doxygen @@ -169,6 +170,9 @@ fi %changelog +* Fri Feb 11 2011 Tim Niemueller - 1.0.0.25-0.4.git4c9ff978 +- Exclude ppc64, it is not supported by OpenNI + * Tue Feb 08 2011 Tim Niemueller - 1.0.0.25-0.3.git4c9ff978 - Rename samples subpackage to examples - Remove bundled libraries and headers in prep stage