1
0

Accepting request 1126578 from X11:Wayland

- Add %check routine [boo#1217046]

OBS-URL: https://build.opensuse.org/request/show/1126578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2023-11-16 19:27:40 +00:00 committed by Git OBS Bridge
commit a7bb54cf26
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