mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 08:13:02 +00:00
24.0.5
This commit is contained in:
parent
0a52654868
commit
f11a750fc7
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: dbeaver
|
||||
Version: 24.0.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Universal database manager and SQL client
|
||||
URL: https://dbeaver.io
|
||||
Source0: https://github.com/dbeaver/dbeaver/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
@ -74,7 +74,7 @@ popd
|
|||
cat > %{buildroot}%{_bindir}/%{name} <<EOF
|
||||
#!/bin/bash
|
||||
|
||||
%{_datadir}/%{name}/%{name} -vm %{_jdk_path}/bin
|
||||
%{_datadir}/%{name}/%{name} -vm %{_jdk_path}
|
||||
|
||||
EOF
|
||||
|
||||
|
@ -89,7 +89,7 @@ GenericName=DBeaver
|
|||
GenericName[ru]=DBeaver
|
||||
Comment=Free universal database manager and SQL client
|
||||
Comment[ru]=Универсальный менеджер баз данных SQL
|
||||
Exec=%{name} -vm %{_jdk_path}
|
||||
Exec=%{name}
|
||||
Icon=%{name}
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
Loading…
Add table
Reference in a new issue