forked from pool/vulkan-headers
Accepting request 1080212 from home:MaxxedSUSE
- Update to release 1.3.246 * No changelog OBS-URL: https://build.opensuse.org/request/show/1080212 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=100
This commit is contained in:
parent
793566639e
commit
849c33566a
3
_service
Normal file
3
_service
Normal file
@ -0,0 +1,3 @@
|
||||
<services>
|
||||
<service name="download_files"/>
|
||||
</services>
|
3
_service:download_files:Vulkan-Headers-1.3.246.tar.gz
Normal file
3
_service:download_files:Vulkan-Headers-1.3.246.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fb971a152d4f02878a779d643cc86c66a0455ce23fdfa1404ce112eb8f718a5
|
||||
size 1948720
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29ddb2ef931f5fb0cabd1a78398f9c4da44d37f8c8a1e110f834f4c260c9d548
|
||||
size 1841214
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 02:19:57 UTC 2023 - Jonatas Gonçalves <jonatas.sgoncalves@gmail.com>
|
||||
|
||||
- Update to release 1.3.246
|
||||
* No changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 18:42:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,14 +20,19 @@
|
||||
# are at an older version, which in the past confused some users.
|
||||
# Consider only updating the sources in lockstep.
|
||||
#
|
||||
|
||||
%define realname Vulkan-Headers
|
||||
%define realver 1.3.246
|
||||
%define srcext tar.gz
|
||||
|
||||
Name: vulkan-headers
|
||||
Version: 1.3.243.0
|
||||
Version: %{realver}
|
||||
Release: 0
|
||||
Summary: Vulkan C and C++ API header files
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz
|
||||
Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v%{realver}.%{srcext}#/%{realname}-%{realver}%{?extraver}.%{srcext}
|
||||
Source9: %name-rpmlintrc
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildArch: noarch
|
||||
@ -46,7 +51,7 @@ This package contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-Headers-sdk-%version -p1
|
||||
%autosetup -n Vulkan-Headers-%version -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user