forked from pool/vulkan-validationlayers
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:
commit
a7bb54cf26
@ -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>
|
Fri Oct 27 04:13:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -84,6 +84,10 @@ export CXX="$PWD/gxx"
|
|||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
rm -Rfv "$b/%_includedir" "$b/%_libdir"/*.a
|
rm -Rfv "$b/%_includedir" "$b/%_libdir"/*.a
|
||||||
|
|
||||||
|
%check
|
||||||
|
find . -name "*.so" -exec ldd -r {} + >ldd.log 2>&1 || :
|
||||||
|
! grep 'undefined symbol:' ldd.log
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%_libdir/libVkLayer_khr*.so
|
%_libdir/libVkLayer_khr*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user