mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 16:23:02 +00:00
Compare commits
No commits in common. "08e603096e5b975b7b914af9297b149cac559629" and "a8c4b6093ed15f85b4507f004a4cb9fdcf4fbd8c" have entirely different histories.
08e603096e
...
a8c4b6093e
1 changed files with 2 additions and 9 deletions
11
dbeaver.spec
11
dbeaver.spec
|
@ -125,16 +125,9 @@ popd
|
|||
#/builddir/build/BUILDROOT/dbeaver-24.3.1-1-R11.x86_64-buildroot/usr/share/dbeaver/plugins/com.sun.jna_5.15.0.v20240915-2000/com/sun/jna/sunos-sparc/libjnidispatch.so'
|
||||
#popd
|
||||
|
||||
#find '%{buildroot}%{_datadir}/dbeaver/plugins/com.sun.jna_[0-9.]*-v[0-9]*-com/sun/jna/' -type d \
|
||||
# -name linux-x86 \
|
||||
# -o -name linux-x86_64 \
|
||||
# -o -name internal \
|
||||
# -o -name ptr \
|
||||
# -prune \
|
||||
# -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 d $ -name "linux-x86" -o -name "linux-x86_64" -o -name "internal" -o -name "ptr" $ -prune -o -exec rm -rf {} \;
|
||||
|
||||
find '%{buildroot}%{_datadir}/dbeaver/plugins/com.sun.jna_[0-9.]*-v[0-9]*-com/sun/jna/' -type d $ -name linux-x86 -o -name linux-x86_64 -o -name internal -o -name ptr $ -prune -o -exec rm -rf %{} \;
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE.md
|
||||
|
|
Loading…
Add table
Reference in a new issue