import CS vulkan-volk-1.3.283.0-1.el9
This commit is contained in:
parent
56e9b10a9e
commit
b20521a196
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/1.3.270.tar.gz
|
SOURCES/Vulkan-Volk-sdk-1.3.283.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
bcd68dc84fa54e19d1b3eb49981e65e529d31216 SOURCES/1.3.270.tar.gz
|
649a4f6c8955893f6e433e59c6b5862f2e6018d7 SOURCES/Vulkan-Volk-sdk-1.3.283.0.tar.gz
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: vulkan-volk
|
Name: vulkan-volk
|
||||||
Version: 1.3.270
|
Version: 1.3.283.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Meta loader for Vulkan API
|
Summary: Meta loader for Vulkan API
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/zeux/volk
|
URL: https://github.com/zeux/volk
|
||||||
Source0: %url/archive/refs/tags/%{version}.tar.gz
|
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Volk-sdk-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake3
|
||||||
BuildRequires: vulkan-headers
|
BuildRequires: vulkan-headers
|
||||||
|
|
||||||
Conflicts: volk
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
@ -22,12 +20,13 @@ Conflicts: volk
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Provides: %{name}-static = %{version}-%{release}
|
Provides: %{name}-static = %{version}-%{release}
|
||||||
Requires: vulkan-headers
|
Requires: vulkan-headers
|
||||||
|
Conflicts: volk-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n volk-%{version} -p1
|
%autosetup -n volk-vulkan-sdk-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||||
@ -41,11 +40,15 @@ Requires: vulkan-headers
|
|||||||
%files devel
|
%files devel
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%dir %{_libdir}/cmake/volk
|
||||||
%{_includedir}/volk.h
|
%{_includedir}/volk.h
|
||||||
%{_includedir}/volk.c
|
%{_includedir}/volk.c
|
||||||
%{_libdir}/cmake/volk/*.cmake
|
%{_libdir}/cmake/volk/*.cmake
|
||||||
%{_libdir}/libvolk.a
|
%{_libdir}/libvolk.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
||||||
|
- Update to 1.3.283.0 SDK
|
||||||
|
|
||||||
* Thu Jan 11 2024 José Expósito <jexposit@redhat.com> - 1.3.270-1
|
* Thu Jan 11 2024 José Expósito <jexposit@redhat.com> - 1.3.270-1
|
||||||
- Version 1.3.270
|
- Version 1.3.270
|
||||||
|
Loading…
Reference in New Issue
Block a user