From 66bcaf41263940d4873005703865214359a8c08582b2d0c01f84c3871d1a8161 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 5 Nov 2019 07:49:22 +0000 Subject: [PATCH] - Do not try to build on 32 bit architectures OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=4 --- vkmark.changes | 5 +++++ vkmark.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vkmark.changes b/vkmark.changes index 52aabaa..bc013de 100644 --- a/vkmark.changes +++ b/vkmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 07:48:56 UTC 2019 - Martin Pluskal + +- Do not try to build on 32 bit architectures + ------------------------------------------------------------------- Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal diff --git a/vkmark.spec b/vkmark.spec index 994e6e4..d18c559 100644 --- a/vkmark.spec +++ b/vkmark.spec @@ -1,7 +1,7 @@ # # spec file for package vkmark # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -22,7 +22,6 @@ Version: 2017.08+git.20180530 Release: 0 Summary: Vulkan benchmark utility License: LGPL-2.1-or-later -Group: System/Benchmark URL: https://github.com/vkmark/vkmark Source0: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch malcolmlewis@opensuse.org -- No pc file present in development package, so check fails. @@ -37,6 +36,7 @@ BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) +ExcludeArch: %arm %ix86 %description An extensible Vulkan benchmarking suite with targeted, configurable scenes.