2024-01-05 19:31:27 +01:00
|
|
|
Name: x2goclient
|
2024-01-05 19:31:27 +01:00
|
|
|
Version: 4.1.2.3
|
2024-04-27 09:19:38 +02:00
|
|
|
Release: 2mamba
|
2024-01-05 19:31:27 +01:00
|
|
|
Summary: x2go GUI client
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:31:27 +01:00
|
|
|
URL: https://wiki.x2go.org/doku.php
|
2024-01-05 19:31:27 +01:00
|
|
|
Source: http://code.x2go.org/releases/source/x2goclient/x2goclient-%{version}.tar.gz
|
2024-01-05 19:31:27 +01:00
|
|
|
Patch0: x2goclient-4.1.0.0-sftp-server-openmamba-path.patch
|
2024-04-27 09:19:38 +02:00
|
|
|
Patch1: x2goclient-4.1.2.3-desktop-set-QT_QPA_PLATFORM_xcb.patch
|
2024-01-05 19:31:27 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: libQt5Svg-devel
|
|
|
|
BuildRequires: libQt5X11Extras-devel
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXpm-devel
|
|
|
|
BuildRequires: libcups-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: libopenldap-devel
|
|
|
|
BuildRequires: libssh-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 19:31:27 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: man2html
|
2024-01-05 19:31:27 +01:00
|
|
|
BuildRequires: libssh-devel >= 0.9.0
|
2024-01-05 19:31:27 +01:00
|
|
|
Requires: nxproxy
|
2024-01-05 19:31:27 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection.
|
|
|
|
This package provides the GUI client.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 19:31:27 +01:00
|
|
|
%patch 0 -p1
|
2024-04-27 09:19:38 +02:00
|
|
|
%patch 1 -p1
|
2024-01-05 19:31:27 +01:00
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
sed -i -e 's/qt4/qt5/' Makefile
|
|
|
|
|
|
|
|
# FIXME: unexplained offending line for build
|
|
|
|
sed -i "/MAKEOVERRIDES/d" Makefile
|
|
|
|
|
|
|
|
## Fix for libssh 0.9.0
|
|
|
|
#sed -i "s|-lssh_threads||" x2goclient.pro
|
2024-01-05 19:31:27 +01:00
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
%build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall \
|
|
|
|
PREFIX=%{_prefix} \
|
|
|
|
MOZPLUGDIR=%{_libdir}/mozilla/plugins \
|
|
|
|
INSTALL_DIR="install -d -m755" \
|
|
|
|
INSTALL_FILE="install -m0644" \
|
|
|
|
INSTALL_PROGRAM="install -m0755"
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/x2goclient
|
2024-01-05 19:31:27 +01:00
|
|
|
%{_datadir}/mime/packages/x-x2go.xml
|
2024-01-05 19:31:27 +01:00
|
|
|
%dir %{_datadir}/x2goclient
|
|
|
|
%dir %{_datadir}/x2goclient/icons
|
|
|
|
%{_datadir}/x2goclient/icons/x2go*
|
|
|
|
%{_datadir}/applications/x2goclient.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/x2goclient.png
|
|
|
|
%{_mandir}/man1/x2goclient.1*
|
|
|
|
%doc AUTHORS COPYING LICENSE
|
|
|
|
#% doc ChangeLog README.OpenSSL-Exception
|
|
|
|
|
|
|
|
%changelog
|
2024-04-27 09:19:38 +02:00
|
|
|
* Fri Apr 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2.3-2mamba
|
|
|
|
- added patch to set QT_QPA_PLATFORM=xcb in desktop file to fix connecting to remote desktop session
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Sun Jul 30 2023 Automatic Build System <autodist@mambasoft.it> 4.1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 19 2020 Automatic Build System <autodist@mambasoft.it> 4.1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2.1-2mamba
|
|
|
|
- rebuilt with libssh 0.9.0
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 4.1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Mon Feb 26 2018 Automatic Build System <autodist@mambasoft.it> 4.1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Wed Nov 01 2017 Automatic Build System <autodist@mambasoft.it> 4.1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 4.1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Sun Mar 12 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0.0-2mamba
|
|
|
|
- added patch to find sftp-server in openmamba
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Wed Mar 08 2017 Automatic Build System <autodist@mambasoft.it> 4.1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Mon Sep 26 2016 Automatic Build System <autodist@mambasoft.it> 4.0.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Fri Mar 25 2016 Automatic Build System <autodist@mambasoft.it> 4.0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.5.0-2mamba
|
|
|
|
- require nxproxy
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Tue Jul 28 2015 Automatic Build System <autodist@mambasoft.it> 4.0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Sun May 31 2015 Automatic Build System <autodist@mambasoft.it> 4.0.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Fri Feb 20 2015 Automatic Build System <autodist@mambasoft.it> 4.0.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Sun Nov 30 2014 Automatic Build System <autodist@mambasoft.it> 4.0.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Wed Oct 22 2014 Automatic Build System <autodist@mambasoft.it> 4.0.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:31:27 +01:00
|
|
|
* Fri Oct 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|