From: Jan Rękorajski Date: Sun, 15 Mar 2015 12:00:13 +0000 (+0100) Subject: - build on x32 X-Git-Tag: auto/th/OpenNI2-2.2.0.33-0.beta2.2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenNI2.git;a=commitdiff_plain;h=576d61604b5f6292ccde2aba1c11cc69781c4dd7 - build on x32 - rel 2 --- 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