mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 08:13:02 +00:00
24.3.5
This commit is contained in:
parent
08e603096e
commit
425b263efe
1 changed files with 6 additions and 1 deletions
|
@ -133,7 +133,12 @@ popd
|
||||||
# -prune \
|
# -prune \
|
||||||
# -o -exec rm -rf {} \;
|
# -o -exec rm -rf {} \;
|
||||||
|
|
||||||
find %{buildroot}%{_datadir}/dbeaver/plugins/ -type f -name "*.so" -not -path "*linux-%{_arch}*" -delete
|
find '%{buildroot}%{_datadir}/dbeaver/plugins/com.sun.jna_[0-9.]*-v[0-9]*-com/sun/jna/' \
|
||||||
|
-type f -name "*.so" -not \
|
||||||
|
-path "*linux-*" -o \
|
||||||
|
-path "internal" -o \
|
||||||
|
-path "ptr" \
|
||||||
|
-delete
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
Loading…
Add table
Reference in a new issue