mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 16:23:02 +00:00
24.0.5
This commit is contained in:
parent
5e4ae059a9
commit
38bb6a3147
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,6 @@ EOF
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_bindir}/%{name}
|
chmod +x %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
#meny entry
|
|
||||||
# menu-entry
|
# menu-entry
|
||||||
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
@ -112,6 +111,10 @@ done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# fix error solaris libs
|
||||||
|
rm -rf %{buildroot}%{_datadir}/dbeaver/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/sunos-sparc/libjnidispatch.so
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md LICENSE.md
|
%doc README.md LICENSE.md
|
||||||
%{_bindir}
|
%{_bindir}
|
||||||
|
|
Loading…
Add table
Reference in a new issue