forked from pool/vulkan-validationlayers
- 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:
parent
c42f8bbebb
commit
12cf8ee43d
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user