mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 08:13:02 +00:00
24.3.1
This commit is contained in:
parent
a01fd99d9d
commit
353858735f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ 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/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
|
%files
|
||||||
%doc README.md LICENSE.md
|
%doc README.md LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue