This commit is contained in:
Sergey Zhemoytel 2024-05-22 08:26:22 +00:00
parent c3e42bef8e
commit d1f8017dc9
2 changed files with 8 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
dbeaver-7.3.2.tar.gz: 3eccfd2ff088616cfcc1dd528420b0e6540aeeb6 dbeaver-24.0.5.tar.gz: 9de7682cbafd771d65b6c908b66acd0ae5bb218a

View file

@ -1,9 +1,9 @@
%define debug %nil %define debug %nil
%define debug_package %nil %define debug_package %nil
%define _JAVA8 /usr/lib/jvm/java-1.8.0/ #define _JAVA8 /usr/lib/jvm/java-1.8.0/
Name: dbeaver Name: dbeaver
Version: 7.3.2 Version: 24.0.5
Release: 1 Release: 1
Summary: Universal database manager and SQL client Summary: Universal database manager and SQL client
URL: https://dbeaver.io URL: https://dbeaver.io
@ -13,8 +13,10 @@ Group: Development/Databases
License: ASL 2.0 License: ASL 2.0
ExcludeArch: x86 i386 i486 i586 i686 ExcludeArch: x86 i386 i486 i586 i686
BuildRequires: maven >= 3 BuildRequires: maven >= 3
BuildRequires: java-devel >= 1.8 #BuildRequires: java-devel >= 11
BuildRequires: jdk17
BuildRequires: imagemagick BuildRequires: imagemagick
Requires: jdk17
%description %description
Free multi-platform database tool for developers, Free multi-platform database tool for developers,
@ -36,7 +38,8 @@ HSQLDB, Derby, Teradata, Vertica, Netezza, Informix.
%setup -q %setup -q
%build %build
JAVA_HOME=%{_JAVA8} mvn clean install export JAVA_HOME=/opt/jdk17
mvn clean install
%install %install
install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_bindir}