SHA256
1
0
forked from pool/vkmark

- Small packaging cleanups

OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=2
This commit is contained in:
Martin Pluskal 2018-11-14 15:55:43 +00:00 committed by Git OBS Bridge
parent 47176a0bf2
commit 54fe3803db
4 changed files with 21 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b7081e5dff8b0e13ca4f600db463acd9a8616400c2d4509486318bc26a29eed
size 586856

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62dec7c09ba6b2944a96fa3cdb3a661f56828f2767c7233266373bc853e1865c
size 586720

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 14 15:47:47 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Small packaging cleanups
-------------------------------------------------------------------
Tue Nov 13 14:12:00 UTC 2018 - malcolmlewis@opensuse.org

View File

@ -1,6 +1,7 @@
#
# spec file for package vkmark
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# 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}