!5 update to 1.3.257
From: @dillon_chen Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
b4005dfbad
BIN
Vulkan-Loader-1.3.257.tar.gz
Normal file
BIN
Vulkan-Loader-1.3.257.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.1.92.0
|
Version: 1.3.257
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A desktop loader for Vulkan ICD
|
Summary: A desktop loader for Vulkan ICD
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||||
Source0: %url/archive/sdk-%{version}.tar.gz#/sdk-%{version}.tar.gz
|
Source0: %url/archive/refs/tags/Vulkan-Loader-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ cmake3 ninja-build python%{python3_pkgversion}-devel vulkan-headers = %{version}
|
BuildRequires: gcc-c++ cmake3 ninja-build python%{python3_pkgversion}-devel vulkan-headers = %{version}
|
||||||
BuildRequires: pkgconfig(wayland-client) pkgconfig(wayland-cursor) pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-client) pkgconfig(wayland-cursor) pkgconfig(wayland-server)
|
||||||
@ -31,7 +31,7 @@ Obsoletes: vulkan-devel < %{version}-%{release}
|
|||||||
Libraries and header files for developing applications that use vulkan-loader.
|
Libraries and header files for developing applications that use vulkan-loader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Vulkan-Loader-sdk-%{version} -p1
|
%autosetup -n Vulkan-Loader-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
|
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
|
||||||
@ -48,7 +48,7 @@ install -d %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt COPYRIGHT.txt
|
%license LICENSE.txt
|
||||||
%doc README.md CONTRIBUTING.md
|
%doc README.md CONTRIBUTING.md
|
||||||
%dir %{_sysconfdir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
|
%dir %{_sysconfdir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
|
||||||
%dir %{_datadir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
|
%dir %{_datadir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
|
||||||
@ -59,5 +59,8 @@ install -d %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2023 dillon chen <dillon.chen@gmail.com> - 1.3.257-1
|
||||||
|
- update to 1.3.257
|
||||||
|
|
||||||
* Wed Jan 8 2020 wutao <wutao61@huawei.com> - 1.1.92.0-2
|
* Wed Jan 8 2020 wutao <wutao61@huawei.com> - 1.1.92.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user