1
0

- Add %check routine [boo#1217046]

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=129
This commit is contained in:
Jan Engelhardt 2023-11-15 10:52:36 +00:00 committed by Git OBS Bridge
parent d76b6875cd
commit e9740f3fc6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 15 10:52:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Add %check routine [boo#1217046]
-------------------------------------------------------------------
Fri Oct 27 04:13:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -84,6 +84,10 @@ export CXX="$PWD/gxx"
b="%buildroot"
rm -Rfv "$b/%_includedir" "$b/%_libdir"/*.a
%check
find . -name "*.so" -exec ldd -r {} + >ldd.log 2>&1 || :
! grep 'undefined symbol:' ldd.log
%files
%license LICENSE.txt
%_libdir/libVkLayer_khr*.so