Compare commits

..

3 commits

Author SHA1 Message Date
Your Name
08e603096e 24.3.5
All checks were successful
Run CI/CD... / main (push) Successful in 1h54m49s
2025-02-19 13:38:08 +00:00
Your Name
628838b6ac 24.3.5 2025-02-19 12:05:09 +00:00
Your Name
612ec0bb5e 24.3.5 2025-02-19 10:44:14 +00:00

View file

@ -125,9 +125,16 @@ 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' #/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 #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/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 %{} \;
%files %files
%doc README.md LICENSE.md %doc README.md LICENSE.md