14
0
forked from pool/python-vulkan

Accepting request 689084 from home:pgajdos

- version update to 1.1.99.0
  * No upstream changelog

OBS-URL: https://build.opensuse.org/request/show/689084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vulkan?expand=0&rev=6
This commit is contained in:
2019-03-27 13:05:18 +00:00
committed by Git OBS Bridge
parent ea096de5ef
commit b3ee9f0cd2
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-vulkan
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vulkan
Version: 1.1.71.2
Version: 1.1.99.0
Release: 0
Summary: Python bindings for the Vulkan API
License: Apache-2.0
@@ -26,11 +26,11 @@ Group: Development/Languages/Python
Url: https://github.com/realitix/vulkan
Source: https://files.pythonhosted.org/packages/source/v/vulkan/vulkan-%{version}.tar.gz
Source1: LICENSE
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cffi >= 1.10}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRequires: vulkan-devel
Requires: python-cffi
Requires: python-cffi >= 1.10
Requires: vulkan
BuildRequires: fdupes
BuildArch: noarch
@@ -52,6 +52,9 @@ cp %{SOURCE1} .
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# no tests available
%files %{python_files}
%license LICENSE
%doc README.md