From 54fe3803db5122dd5310ab1b383122c2eea68e63ccf6e9f9e54190025b05a777 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 14 Nov 2018 15:55:43 +0000 Subject: [PATCH] - Small packaging cleanups OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=2 --- vkmark-2017.08+20180530.1ebd493.tar.xz | 3 --- vkmark-2017.08+git.20180530.tar.xz | 3 +++ vkmark.changes | 5 +++++ vkmark.spec | 25 +++++++++++++------------ 4 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 vkmark-2017.08+20180530.1ebd493.tar.xz create mode 100644 vkmark-2017.08+git.20180530.tar.xz diff --git a/vkmark-2017.08+20180530.1ebd493.tar.xz b/vkmark-2017.08+20180530.1ebd493.tar.xz deleted file mode 100644 index 4045ad2..0000000 --- a/vkmark-2017.08+20180530.1ebd493.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b7081e5dff8b0e13ca4f600db463acd9a8616400c2d4509486318bc26a29eed -size 586856 diff --git a/vkmark-2017.08+git.20180530.tar.xz b/vkmark-2017.08+git.20180530.tar.xz new file mode 100644 index 0000000..1bac71a --- /dev/null +++ b/vkmark-2017.08+git.20180530.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62dec7c09ba6b2944a96fa3cdb3a661f56828f2767c7233266373bc853e1865c +size 586720 diff --git a/vkmark.changes b/vkmark.changes index 40be216..52aabaa 100644 --- a/vkmark.changes +++ b/vkmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal + +- Small packaging cleanups + ------------------------------------------------------------------- Tue Nov 13 14:12:00 UTC 2018 - malcolmlewis@opensuse.org diff --git a/vkmark.spec b/vkmark.spec index 298882e..994e6e4 100644 --- a/vkmark.spec +++ b/vkmark.spec @@ -1,6 +1,7 @@ # # spec file for package vkmark # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -12,29 +13,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: vkmark -Version: 2017.08+20180530.1ebd493 +Version: 2017.08+git.20180530 Release: 0 -License: LGPL-2.1+ Summary: Vulkan benchmark utility -Url: https://github.com/vkmark/vkmark +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. Patch0: vkmark-skip-glm-dep-check.patch -BuildRequires: assimp-devel BuildRequires: gcc-c++ BuildRequires: glm-devel -BuildRequires: libdrm-devel -BuildRequires: libgbm-devel -BuildRequires: libxcb-devel BuildRequires: meson -BuildRequires: vulkan-devel -BuildRequires: xcb-util-wm-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig +BuildRequires: pkgconfig(assimp) +BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-icccm) %description An extensible Vulkan benchmarking suite with targeted, configurable scenes. @@ -51,7 +53,6 @@ An extensible Vulkan benchmarking suite with targeted, configurable scenes. %meson_install %files -%defattr(-,root,root,-) %{_bindir}/vkmark %{_libdir}/vkmark/ %{_mandir}/man1/vkmark.1%{?ext_man}