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>
|
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.
|
# are at an older version, which in the past confused some users.
|
||||||
# Consider only updating the sources in lockstep.
|
# Consider only updating the sources in lockstep.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define realname Vulkan-Headers
|
||||||
|
%define realver 1.3.246
|
||||||
|
%define srcext tar.gz
|
||||||
|
|
||||||
Name: vulkan-headers
|
Name: vulkan-headers
|
||||||
Version: 1.3.243.0
|
Version: %{realver}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vulkan C and C++ API header files
|
Summary: Vulkan C and C++ API header files
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
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
|
Source9: %name-rpmlintrc
|
||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -46,7 +51,7 @@ This package contains the development headers for packages wanting
|
|||||||
to make use of Vulkan.
|
to make use of Vulkan.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Vulkan-Headers-sdk-%version -p1
|
%autosetup -n Vulkan-Headers-%version -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user