Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:predivan:updates
dbeaver
dbeaver.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dbeaver.spec of Package dbeaver
# # spec file for package dbeaver # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: dbeaver Version: 24.2.4 Release: 0 Summary: Universal Database Manager License: GPL-2.0-or-later Group: Productivity/Databases/Clients URL: https://dbeaver.io Source0: https://github.com/serge-rider/dbeaver/releases/download/%{version}/dbeaver-ce-%{version}-linux.gtk.x86_64-nojdk.tar.gz #Source1: https://github.com/serge-rider/dbeaver/releases/download/%%{version}/dbeaver-ce-%%{version}-linux.gtk.x86.tar.gz BuildRequires: fastjar BuildRequires: fdupes BuildRequires: update-desktop-files Requires: libgthread-2_0-0 Requires: java >= 17 %description DBeaver is free and open source (GPL) universal database tool for developers and database administrators. Usability is the main goal of this project, program UI is carefully designed and implemented. * It is freeware. * It is multiplatform. * It is based on opensource framework and allows writing of various extensions (plugins). * It supports any database having a JDBC driver. * It may handle any external datasource which may or may not have a JDBC driver. * There is a set of plugins for certain databases (MySQL and Oracle in version 1.x) and different database management utilities (e.g. ERD). %prep %ifarch x86_64 %setup -q -T -b0 -n %{name} %endif #%%ifarch %%{ix86} #%%setup -q -T -b1 -n %%{name} #%%endif # rpmlintrc sed -i '/WM_CLASS/d' dbeaver-ce.desktop sed -i 's|\/usr\/share\/dbeaver-ce|%{_libdir}\/dbeaver|g' dbeaver-ce.desktop sed -i 's|%{_libdir}\/dbeaver\/dbeaver.png|dbeaver.png|g' dbeaver-ce.desktop # use jre package #rm -r jre/ # #rm -r plugins/com.sun.jna* rm -r plugins/com.sun.jna_*/com/sun/jna/aix* rm -r plugins/com.sun.jna_*/com/sun/jna/darwin* rm -r plugins/com.sun.jna_*/com/sun/jna/freebsd* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-armel* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-loongarch* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-mips* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-ppc* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-risc* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-s390* rm -r plugins/com.sun.jna_*/com/sun/jna/linux-x86* rm -r plugins/com.sun.jna_*/com/sun/jna/openbsd* rm -r plugins/com.sun.jna_*/com/sun/jna/sunos* rm -r plugins/com.sun.jna_*/com/sun/jna/win32* %build %install install -m 755 -d %{buildroot}%{_bindir} install -m 755 -d %{buildroot}%{_datadir} install -m 755 -d %{buildroot}%{_libdir} install -m 755 -d %{buildroot}%{_libdir}/%{name} install -m 755 -d %{buildroot}%{_datadir}/applications/ install -m 755 -d %{buildroot}%{_datadir}/pixmaps/ cp -r * %{buildroot}%{_libdir}/%{name} install -m 0644 dbeaver.png %{buildroot}%{_datadir}/pixmaps/ ln -sf %{_libdir}/%{name}/dbeaver %{buildroot}%{_bindir}/dbeaver %suse_update_desktop_file -i dbeaver-ce Development Building %fdupes %{buildroot}%{_libdir} %files %license licenses/ %doc readme.txt %dir %{_libdir}/dbeaver %{_bindir}/dbeaver %{_libdir}/dbeaver/* %{_datadir}/pixmaps/dbeaver.png %{_datadir}/applications/dbeaver-ce.desktop %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor