From 576d61604b5f6292ccde2aba1c11cc69781c4dd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 15 Mar 2015 13:00:13 +0100 Subject: [PATCH] - build on x32 - rel 2 --- OpenNI2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenNI2.spec b/OpenNI2.spec index 109a08e..66b3563 100644 --- a/OpenNI2.spec +++ b/OpenNI2.spec @@ -14,7 +14,7 @@ Summary(pl.UTF-8): Szkielet OpenNI2 do urządzeń służących interakcji z natu Name: OpenNI2 Version: 2.2.0.33 %define subver beta2 -Release: 0.%{subver}.1 +Release: 0.%{subver}.2 License: Apache v2.0 Group: Libraries Source0: https://github.com/occipital/OpenNI2/archive/2.2-%{subver}/%{name}-%{version}.tar.gz @@ -39,13 +39,13 @@ BuildRequires: rpmbuild(macros) >= 1.566 BuildRequires: sed >= 4.0 BuildRequires: udev-devel # NOTE: other platforms need adding a dozen of defines in Include/Linux-*/*.h -ExclusiveArch: %{ix86} %{x8664} arm +ExclusiveArch: %{ix86} %{x8664} x32 arm BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %ifarch %{ix86} %define openni_platform x86 %endif -%ifarch %{x8664} +%ifarch %{x8664} x32 %define openni_platform x64 %endif %ifarch arm -- 2.43.0