1
0

- Delete vulkan-validationlayers-devel

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=114
This commit is contained in:
Jan Engelhardt 2023-02-16 19:23:08 +00:00 committed by Git OBS Bridge
parent c42f8bbebb
commit 12cf8ee43d
2 changed files with 3 additions and 28 deletions

View File

@ -1,8 +1,9 @@
-------------------------------------------------------------------
Thu Feb 16 18:27:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Rework xxhash.diff, remove ver.diff and libVkLayer_utils.so,
- Rework xxhash.diff, remove ver.diff,
cure unresolved symbols [boo#1208172].
- Delete vulkan-validationlayers-devel
-------------------------------------------------------------------
Sun Jan 29 12:46:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -48,26 +48,6 @@ Vulkan is a 3D graphics and compute API.
This package contains the Khronos official Vulkan validation layers.
%package -n %lname
Summary: Vulkan validation layer utility library
Group: System/Libraries
%description -n %lname
Vulkan is a 3D graphics and compute API.
This package contains a utility library.
%package devel
Summary: Vulkan validation layer support files
Group: Development/Libraries/C and C++
Requires: %lname = %version
Requires: xxhash-devel
%description devel
Vulkan is a 3D graphics and compute API.
This package contains support files for the VkLayer utility library.
%prep
%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
@ -93,17 +73,11 @@ export CXX="$PWD/gxx"
%install
%cmake_install
b="%buildroot"
rm -fv "$b/%_includedir"/xxhash.* "$b/%_libdir"/*.a
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
rm -Rfv "$b/%_includedir" "$b/%_libdir"/*.a
%files
%license LICENSE.txt
%_libdir/libVkLayer_khr*.so
%_datadir/vulkan/
%files devel
%_includedir/*
%changelog