diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index 0e4c394..0792389 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- Thu Feb 16 18:27:17 UTC 2023 - Jan Engelhardt -- 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 diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index c7d7e02..da1478a 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -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