2011-09-29 11:26:27 +00:00
|
|
|
#
|
|
|
|
# spec file for package freerdp
|
|
|
|
#
|
2023-03-03 10:57:44 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-09-29 11:26:27 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-28 09:12:40 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-09-29 11:26:27 +00:00
|
|
|
#
|
2011-12-02 13:03:18 +00:00
|
|
|
|
|
|
|
|
2021-09-16 08:19:08 +00:00
|
|
|
%if 0%{?suse_version} > 1500 && 0%{?is_opensuse}
|
|
|
|
%global _with_ffmpeg 1
|
|
|
|
#global _with_openh264 1
|
|
|
|
%global _with_soxr 1
|
|
|
|
%global _with_lame 1
|
2021-09-17 11:02:04 +00:00
|
|
|
%else
|
2022-01-24 15:57:53 +00:00
|
|
|
%if 0%{?sle_version} >= 150200 && 0%{?is_opensuse}
|
2021-09-16 08:19:08 +00:00
|
|
|
%global _with_ffmpeg 1
|
|
|
|
%endif
|
2021-09-17 11:02:04 +00:00
|
|
|
%endif
|
2021-09-16 08:19:08 +00:00
|
|
|
|
2023-12-14 10:53:11 +00:00
|
|
|
%global _with_gss 1
|
2021-09-16 08:19:08 +00:00
|
|
|
|
2023-12-14 10:53:11 +00:00
|
|
|
%define major_version 3
|
2021-10-21 08:33:41 +00:00
|
|
|
%define libfreerdp_package %{major_version}-%{major_version}
|
2023-12-18 16:13:35 +00:00
|
|
|
%define rdtk_version 0
|
|
|
|
%define rdtk_package %{rdtk_version}-%{rdtk_version}
|
2017-09-01 11:35:32 +00:00
|
|
|
%define uwac_version 0
|
|
|
|
%define uwac_package %{uwac_version}-%{uwac_version}
|
2021-09-16 08:19:08 +00:00
|
|
|
|
2010-11-17 12:07:09 +00:00
|
|
|
Name: freerdp
|
Accepting request 1159235 from home:polslinux:branches:X11:RemoteDesktop
- Update to 3.4.0:
* fix a bug in RAIL mode not activating window focus (#9973)
* improve logging (#9969, #9943)
* OpenSSL <= 1.1.1 build fixes (#9897)
* improved help (#9899, #9905)
* improved MINGW support (#9914, #9915, #9919, #9964, #9965, #9920)
* fix right control ungrab for xfreerdp (#9960)
* fix RPATH option settings (#9963)
* fix SDL client screen updates (#9962, #9954)
* fix issues with childSession under windows (#9961, #9956, #9922)
* fix xfreerdp crash with +auth-only (#9947)
* fix windows printer channel (#9934)
* add support to enforce gateway policy (#9942)
* improve big endian support (#9927)
* ignore empty proxy environment variables (#9929)
* improve quoting support for command line (#9912)
* Improved image clipboard (xfreerdp, wlfreerdp) (#9873, #9826)
* Improved SDL client (#9875, #9887, #9883, #9878, #9792)
* Allow plugin loader to only use absolute paths (#9809)
* Improved TLS channel binding (#9838)
* Add GCC/clang attribute malloc wrapper WINPR_ATTR_MALLOC (#9863)
* Major clang-tidy code cleanups and bugfixes (#9799, #9834)
* Provide some defaults for wObject functions (#9799)
* Fix a bug in shadow with GFX breaking mstsc (#9818)
* Improved manpages and help (#9813, #9804)
* Blocking mode via transport IO interface (#9793)
OBS-URL: https://build.opensuse.org/request/show/1159235
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=168
2024-03-25 15:30:09 +00:00
|
|
|
Version: 3.4.0
|
2011-12-01 17:22:13 +00:00
|
|
|
Release: 0
|
2012-03-28 11:18:32 +00:00
|
|
|
Summary: Remote Desktop Viewer Client
|
2012-03-27 23:52:37 +00:00
|
|
|
License: Apache-2.0
|
2010-11-17 12:07:09 +00:00
|
|
|
Group: Productivity/Networking/Other
|
2020-04-14 12:02:57 +00:00
|
|
|
URL: https://www.freerdp.com/
|
|
|
|
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz#/FreeRDP-%{version}.tar.gz
|
2021-02-25 14:27:58 +00:00
|
|
|
Source1: freerdp-rpmlintrc
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: cmake >= 2.8
|
2023-12-18 16:13:35 +00:00
|
|
|
BuildRequires: cups-devel
|
2011-09-29 11:26:27 +00:00
|
|
|
BuildRequires: ed
|
2016-05-11 19:36:51 +00:00
|
|
|
BuildRequires: fdupes
|
2023-12-19 14:15:18 +00:00
|
|
|
# doesn't compile correctly with older gcc's
|
|
|
|
%if 0%{?suse_version} <= 1600
|
|
|
|
BuildRequires: gcc12-c++
|
|
|
|
%else
|
2016-05-11 19:36:51 +00:00
|
|
|
BuildRequires: gcc-c++
|
2023-12-19 14:15:18 +00:00
|
|
|
%endif
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
BuildRequires: libgsm-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(alsa)
|
2020-04-14 12:02:57 +00:00
|
|
|
BuildRequires: pkgconfig(cairo)
|
2023-12-15 16:13:41 +00:00
|
|
|
BuildRequires: pkgconfig(fuse3)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
2017-12-01 10:12:11 +00:00
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
2021-09-16 08:19:08 +00:00
|
|
|
%{?_with_gss:BuildRequires: pkgconfig(krb5) >= 1.13}
|
2023-12-15 16:13:41 +00:00
|
|
|
%{?_with_ffmpeg:
|
|
|
|
BuildRequires: pkgconfig(libavcodec) >= 57.48.101
|
|
|
|
BuildRequires: pkgconfig(libavutil)
|
|
|
|
}
|
|
|
|
BuildRequires: pkgconfig(libcjson)
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
|
|
%{?_with_lame:BuildRequires: pkgconfig(libmp3lame)}
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(libpcsclite)
|
2023-12-15 16:13:41 +00:00
|
|
|
BuildRequires: pkgconfig(libpkcs11-helper-1)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
2023-12-18 16:13:35 +00:00
|
|
|
BuildRequires: pkgconfig(libswscale)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2020-04-14 12:02:57 +00:00
|
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
2023-12-15 16:13:41 +00:00
|
|
|
%{?_with_openh264:BuildRequires: pkgconfig(openh264)}
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(openssl)
|
2021-09-16 08:19:08 +00:00
|
|
|
%{?_with_soxr:BuildRequires: pkgconfig(soxr)}
|
2023-12-15 16:13:41 +00:00
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: pkgconfig(SDL2_ttf)
|
|
|
|
BuildRequires: pkgconfig(sdl2)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
2023-12-15 16:13:41 +00:00
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2018-03-14 14:50:12 +00:00
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
BuildRequires: pkgconfig(xdamage)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xfixes)
|
|
|
|
BuildRequires: pkgconfig(xinerama)
|
2017-09-01 11:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
2018-03-14 14:50:12 +00:00
|
|
|
BuildRequires: pkgconfig(xrandr)
|
|
|
|
BuildRequires: pkgconfig(xrender)
|
|
|
|
BuildRequires: pkgconfig(xtst)
|
|
|
|
BuildRequires: pkgconfig(xv)
|
2023-12-15 16:13:41 +00:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2021-10-21 12:07:57 +00:00
|
|
|
# force installation of latest library version
|
|
|
|
Requires: lib%{name}%{libfreerdp_package} = %{version}-%{release}
|
2024-01-05 13:26:57 +00:00
|
|
|
Conflicts: freerdp2 < %{version}
|
2016-05-18 05:01:12 +00:00
|
|
|
|
2010-11-17 11:33:29 +00:00
|
|
|
%description
|
2011-09-29 11:26:27 +00:00
|
|
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
2012-03-28 11:18:32 +00:00
|
|
|
following the Microsoft Open Specifications. This package provides the client
|
|
|
|
application.
|
2010-11-17 11:33:29 +00:00
|
|
|
|
2023-12-15 16:13:41 +00:00
|
|
|
%package sdl
|
|
|
|
Summary: Remote Desktop Viewer Client
|
|
|
|
Group: Productivity/Networking/Other
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-sdl < %{version}
|
2023-12-15 16:13:41 +00:00
|
|
|
|
|
|
|
%description sdl
|
|
|
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
|
|
|
following the Microsoft Open Specifications. This package provides the
|
|
|
|
sdl-based client application.
|
|
|
|
|
2017-09-01 11:35:32 +00:00
|
|
|
%package wayland
|
|
|
|
Summary: Remote Desktop Viewer Client
|
|
|
|
Group: Productivity/Networking/Other
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-wayland < %{version}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
|
|
|
%description wayland
|
|
|
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
|
|
|
following the Microsoft Open Specifications. This package provides the
|
|
|
|
wayland-based client application.
|
|
|
|
|
|
|
|
%package server
|
|
|
|
Summary: Remote Desktop Server
|
|
|
|
Group: Productivity/Networking/Other
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-server < %{version}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
|
|
|
%description server
|
|
|
|
This package contains a server-side implementation which can export a desktop
|
|
|
|
via the Remote Desktop Protocol (RDP) following the Microsoft Open
|
|
|
|
Specifications.
|
|
|
|
|
2020-04-14 12:02:57 +00:00
|
|
|
%package proxy
|
|
|
|
Summary: Remote Desktop Security and Monitorig Proxy Server
|
|
|
|
Group: Productivity/Networking/Other
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-proxy < %{version}
|
2020-04-14 12:02:57 +00:00
|
|
|
|
|
|
|
%description proxy
|
|
|
|
This package contains a proxy that allows to select specific features and
|
|
|
|
channels allowed for all connections passing through.
|
|
|
|
It allows monitoring of the running sessions.
|
|
|
|
|
2023-12-14 10:53:11 +00:00
|
|
|
%package -n %{name}-proxy-plugins
|
|
|
|
Summary: Plugins for the Security and Monitorig Proxy Server
|
|
|
|
Group: Productivity/Networking/Other
|
|
|
|
Requires: %{name}-proxy = %{version}-%{release}
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-proxy-plugins < %{version}
|
2023-12-14 10:53:11 +00:00
|
|
|
|
|
|
|
%description -n %{name}-proxy-plugins
|
|
|
|
This package contains the following plugins for the proxy server:
|
|
|
|
* bitmap-filter
|
|
|
|
* capture
|
|
|
|
* demo
|
|
|
|
* dyn-channel-dump
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%package -n lib%{name}%{libfreerdp_package}
|
2017-09-01 11:35:32 +00:00
|
|
|
Summary: Remote Desktop Viewer client library
|
2016-05-17 19:32:01 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%description -n lib%{name}%{libfreerdp_package}
|
2016-05-17 19:32:01 +00:00
|
|
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
|
|
|
following the Microsoft Open Specifications. This package provides the shared
|
2017-09-01 11:35:32 +00:00
|
|
|
libraries used by the client.
|
2016-05-17 19:32:01 +00:00
|
|
|
|
2010-11-17 11:33:29 +00:00
|
|
|
%package devel
|
2017-09-01 11:35:32 +00:00
|
|
|
Summary: Development Files for freerdp
|
2010-11-17 12:07:09 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-10-21 08:33:41 +00:00
|
|
|
Requires: lib%{name}%{libfreerdp_package} = %{version}-%{release}
|
2023-12-18 16:13:35 +00:00
|
|
|
Requires: lib%{name}-server-proxy%{libfreerdp_package}
|
2021-10-21 08:33:41 +00:00
|
|
|
Requires: winpr-devel = %{version}-%{release}
|
2023-12-19 14:15:18 +00:00
|
|
|
Obsoletes: %{name}-server-proxy%{libfreerdp_package}-devel < %{version}-%{release}
|
|
|
|
Provides: %{name}-server-proxy%{libfreerdp_package}-devel = %{version}-%{release}
|
2024-01-05 17:54:16 +00:00
|
|
|
Conflicts: freerdp2-devel < %{version}
|
2010-11-17 11:33:29 +00:00
|
|
|
|
|
|
|
%description devel
|
2011-09-29 11:26:27 +00:00
|
|
|
This package contains development files necessary for developing applications
|
|
|
|
based on libfreerdp.
|
2010-11-17 13:31:13 +00:00
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%package -n libwinpr%{libfreerdp_package}
|
2017-09-01 11:35:32 +00:00
|
|
|
Summary: Windows Portable Runtime
|
|
|
|
Group: Productivity/Networking/Other
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%description -n libwinpr%{libfreerdp_package}
|
2017-09-01 11:35:32 +00:00
|
|
|
WinPR provides API compatibility for applications targeting non-Windows
|
|
|
|
environments. When on Windows, the original native API is being used instead of
|
|
|
|
the equivalent WinPR implementation, without having to modify the code using it.
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%package -n winpr-devel
|
2017-09-01 11:35:32 +00:00
|
|
|
Summary: Windows Portable Runtime development files
|
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
Requires: cmake >= 2.8
|
2023-11-17 09:13:53 +00:00
|
|
|
# WinPRTargets-*.cmake defines targets for winpr-hash and winpr-makecert
|
|
|
|
Requires: freerdp-server = %{version}-%{release}
|
2021-10-21 08:33:41 +00:00
|
|
|
Requires: libwinpr%{libfreerdp_package} = %{version}-%{release}
|
2023-12-19 14:15:18 +00:00
|
|
|
Obsoletes: libwinpr2-devel < %{version}-%{release}
|
|
|
|
Provides: libwinpr2-devel = %{version}-%{release}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%description -n winpr-devel
|
2017-09-04 12:19:03 +00:00
|
|
|
This package contains header files for developing applications that
|
|
|
|
use the winpr and winpr-tools libraries.
|
2017-09-01 11:35:32 +00:00
|
|
|
|
|
|
|
%package -n libuwac%{uwac_package}
|
|
|
|
Summary: Use wayland as a client
|
|
|
|
Group: Productivity/Networking/Other
|
|
|
|
|
|
|
|
%description -n libuwac%{uwac_package}
|
|
|
|
Using wayland as a client (uwac) is a library to provide common
|
|
|
|
functionality for wayland clients.
|
|
|
|
|
2017-12-01 10:12:11 +00:00
|
|
|
%package -n uwac%{uwac_package}-devel
|
2017-09-01 11:35:32 +00:00
|
|
|
Summary: Remote Desktop Toolkit libuwac development files
|
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
Requires: cmake >= 2.8
|
|
|
|
Requires: libuwac%{uwac_package} = %{version}-%{release}
|
2017-12-01 10:12:11 +00:00
|
|
|
Obsoletes: libuwac0-devel < %{version}-%{release}
|
|
|
|
Provides: libuwac0-devel = %{version}-%{release}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
2017-12-01 10:12:11 +00:00
|
|
|
%description -n uwac%{uwac_package}-devel
|
2017-09-04 12:19:03 +00:00
|
|
|
This package contains header files for developing applications that
|
|
|
|
use the uwac library.
|
2017-09-01 11:35:32 +00:00
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%package -n librdtk%{rdtk_package}
|
2023-12-14 10:53:11 +00:00
|
|
|
Summary: FreeRDP Toolkit
|
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%description -n librdtk%{rdtk_package}
|
2023-12-14 10:53:11 +00:00
|
|
|
This package contains the library for the Remote Desktop Toolkit.
|
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%package -n rdtk%{rdtk_package}-devel
|
2023-12-14 10:53:11 +00:00
|
|
|
Summary: FreeRDP Toolkit development files
|
|
|
|
Group: Development/Languages/C and C++
|
2023-12-18 16:13:35 +00:00
|
|
|
Requires: librdtk%{rdtk_package} = %{version}-%{release}
|
2023-12-14 10:53:11 +00:00
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%description -n rdtk%{rdtk_package}-devel
|
2023-12-14 10:53:11 +00:00
|
|
|
This package contains the development files for RDTK.
|
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%package -n lib%{name}-server-proxy%{libfreerdp_package}
|
2023-12-14 10:53:11 +00:00
|
|
|
Summary: FreeRDP Server Proxy library
|
|
|
|
Group: Development/Languages/C and C++
|
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%description -n lib%{name}-server-proxy%{libfreerdp_package}
|
2023-12-14 10:53:11 +00:00
|
|
|
This package contains the FreeRDP Server Proxy library files.
|
|
|
|
|
2010-11-17 11:33:29 +00:00
|
|
|
%prep
|
2021-12-02 15:19:31 +00:00
|
|
|
%autosetup -p1 -n FreeRDP-%{version}
|
2019-10-29 07:46:40 +00:00
|
|
|
|
2010-11-17 11:33:29 +00:00
|
|
|
%build
|
2018-03-14 14:50:12 +00:00
|
|
|
if [ -z "$SOURCE_DATE_EPOCH" ]; then
|
2016-05-18 09:06:49 +00:00
|
|
|
find . -type f -name "*.c" -exec perl -i -pe 's{__(DATE|TIME)__}{""}g' "{}" "+"
|
2018-03-14 14:50:12 +00:00
|
|
|
fi
|
2018-01-11 16:36:03 +00:00
|
|
|
|
2023-12-19 14:15:18 +00:00
|
|
|
%if 0%{?suse_version} <= 1600
|
|
|
|
export CXX=g++-12
|
|
|
|
%endif
|
|
|
|
|
2016-05-11 19:36:51 +00:00
|
|
|
%cmake \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
|
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
|
|
-DCMAKE_EXE_LINKER_FLAGS="-pie" \
|
2023-12-14 10:53:11 +00:00
|
|
|
-DCMAKE_SKIP_RPATH=TRUE \
|
|
|
|
-DCMAKE_SKIP_INSTALL_RPATH=TRUE \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DWITH_ALSA=ON \
|
|
|
|
-DWITH_CAIRO=ON \
|
|
|
|
-DWITH_CUPS=ON \
|
|
|
|
-DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \
|
|
|
|
-DWITH_PLUGIN_RPATH_ONLY=ON \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_CLIENT=ON \
|
|
|
|
-DWITH_DIRECTFB=OFF \
|
|
|
|
-DWITH_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2023-12-15 16:13:41 +00:00
|
|
|
-DWITH_DSP_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DWITH_GSM=ON \
|
|
|
|
-DWITH_GSSAPI=%{?_with_gss:ON}%{?!_with_gss:OFF} \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \
|
|
|
|
-DWITH_ICU=ON \
|
|
|
|
-DWITH_IPP=OFF \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DWITH_JPEG=ON \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_LAME=%{?_with_lame:ON}%{?!_with_lame:OFF} \
|
|
|
|
-DWITH_MANPAGES=ON \
|
|
|
|
-DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
|
|
|
|
-DWITH_OPENSSL=ON \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DWITH_PCSC=ON \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_PULSE=ON \
|
2023-08-31 20:52:24 +00:00
|
|
|
-DWITH_SERVER=ON \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_SERVER_INTERFACE=ON \
|
|
|
|
-DWITH_SHADOW_X11=ON \
|
|
|
|
-DWITH_SHADOW_MAC=ON \
|
2023-12-14 10:53:11 +00:00
|
|
|
-DWITH_SAMPLE=OFF \
|
2021-09-16 08:19:08 +00:00
|
|
|
-DWITH_SOXR=%{?_with_soxr:ON}%{?!_with_soxr:OFF} \
|
|
|
|
-DWITH_WAYLAND=ON \
|
|
|
|
-DWITH_X11=ON \
|
|
|
|
-DWITH_XCURSOR=ON \
|
|
|
|
-DWITH_XEXT=ON \
|
|
|
|
-DWITH_XKBFILE=ON \
|
|
|
|
-DWITH_XI=ON \
|
|
|
|
-DWITH_XINERAMA=ON \
|
|
|
|
-DWITH_XRENDER=ON \
|
|
|
|
-DWITH_XTEST=ON \
|
|
|
|
-DWITH_XV=ON \
|
|
|
|
-DWITH_ZLIB=ON \
|
|
|
|
%ifarch x86_64
|
|
|
|
-DWITH_SSE2=ON \
|
|
|
|
%else
|
|
|
|
-DWITH_SSE2=OFF \
|
|
|
|
%endif
|
|
|
|
%ifarch armv7hl
|
|
|
|
-DARM_FP_ABI=hard \
|
|
|
|
-DWITH_NEON=OFF \
|
|
|
|
%endif
|
|
|
|
%ifarch armv7hnl
|
|
|
|
-DARM_FP_ABI=hard \
|
|
|
|
-DWITH_NEON=ON \
|
|
|
|
%endif
|
|
|
|
%ifarch armv5tel armv6l armv7l
|
|
|
|
-DARM_FP_ABI=soft \
|
|
|
|
-DWITH_NEON=OFF \
|
|
|
|
%endif
|
2023-08-31 20:52:24 +00:00
|
|
|
-DCHANNEL_GEOMETRY=ON -DCHANNEL_GEOMETRY_CLIENT=ON \
|
|
|
|
-DCHANNEL_URBDRC=ON \
|
|
|
|
-DCHANNEL_URBDRC_CLIENT=ON
|
2020-04-17 12:53:17 +00:00
|
|
|
|
2021-02-25 14:27:58 +00:00
|
|
|
%make_build
|
2010-11-17 11:33:29 +00:00
|
|
|
|
|
|
|
%install
|
2012-03-27 23:52:37 +00:00
|
|
|
cd build
|
2017-09-01 11:35:32 +00:00
|
|
|
%make_install
|
|
|
|
%fdupes %{buildroot}%{_libdir}/cmake/
|
2010-11-17 11:33:29 +00:00
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%post -n lib%{name}%{libfreerdp_package} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name}%{libfreerdp_package} -p /sbin/ldconfig
|
|
|
|
%post -n libwinpr%{libfreerdp_package} -p /sbin/ldconfig
|
|
|
|
%postun -n libwinpr%{libfreerdp_package} -p /sbin/ldconfig
|
2017-09-01 11:35:32 +00:00
|
|
|
%post -n libuwac%{uwac_package} -p /sbin/ldconfig
|
|
|
|
%postun -n libuwac%{uwac_package} -p /sbin/ldconfig
|
2023-12-18 16:13:35 +00:00
|
|
|
%post -n librdtk%{rdtk_package} -p /sbin/ldconfig
|
|
|
|
%postun -n librdtk%{rdtk_package} -p /sbin/ldconfig
|
|
|
|
%post -n lib%{name}-server-proxy%{libfreerdp_package} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name}-server-proxy%{libfreerdp_package} -p /sbin/ldconfig
|
2010-11-17 11:33:29 +00:00
|
|
|
|
|
|
|
%files
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_bindir}/x%{name}
|
2020-04-14 12:02:57 +00:00
|
|
|
%{_mandir}/man1/x%{name}.1%{?ext_man}
|
|
|
|
%{_mandir}/man7/wlog.7%{?ext_man}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
2023-12-15 16:13:41 +00:00
|
|
|
%files sdl
|
|
|
|
%{_bindir}/sdl-%{name}
|
Accepting request 1137481 from home:polslinux:branches:X11:RemoteDesktop
- Update to 3.1.0:
* Fix a nasty bug with relative mouse movement (#9677)
* LibreSSL support enhancements (#9691, #9670)
* mbedTLS support enhancements (#9662)
* New and improved manpages (#9690, #9650)
* Unify CMake common options, add (optional) binary versioning and allow
* building rdtk and uwac as static dependencies (#9695)
* SDL client improvements (#9693, #9657, #9659, #9683, #9680, #9657, #9664, #9656)
OBS-URL: https://build.opensuse.org/request/show/1137481
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=166
2024-01-08 08:02:11 +00:00
|
|
|
%{_mandir}/man1/sdl-freerdp.1%{?ext_man}
|
|
|
|
|
2023-12-15 16:13:41 +00:00
|
|
|
|
2017-09-01 11:35:32 +00:00
|
|
|
%files wayland
|
|
|
|
%{_bindir}/wl%{name}
|
2020-04-14 12:02:57 +00:00
|
|
|
%{_mandir}/man1/wl%{name}.1%{?ext_man}
|
2017-09-01 11:35:32 +00:00
|
|
|
|
|
|
|
%files server
|
|
|
|
%{_bindir}/%{name}-shadow-cli
|
2016-05-17 19:32:01 +00:00
|
|
|
%{_bindir}/winpr-hash
|
|
|
|
%{_bindir}/winpr-makecert
|
2020-04-14 12:02:57 +00:00
|
|
|
%{_mandir}/man1/%{name}-shadow-cli.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/winpr-hash.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/winpr-makecert.1%{?ext_man}
|
|
|
|
|
|
|
|
%files proxy
|
|
|
|
%{_bindir}/%{name}-proxy
|
Accepting request 1137481 from home:polslinux:branches:X11:RemoteDesktop
- Update to 3.1.0:
* Fix a nasty bug with relative mouse movement (#9677)
* LibreSSL support enhancements (#9691, #9670)
* mbedTLS support enhancements (#9662)
* New and improved manpages (#9690, #9650)
* Unify CMake common options, add (optional) binary versioning and allow
* building rdtk and uwac as static dependencies (#9695)
* SDL client improvements (#9693, #9657, #9659, #9683, #9680, #9657, #9664, #9656)
OBS-URL: https://build.opensuse.org/request/show/1137481
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=166
2024-01-08 08:02:11 +00:00
|
|
|
%{_mandir}/man1/freerdp-proxy.1%{?ext_man}
|
2010-11-17 12:07:09 +00:00
|
|
|
|
2023-12-14 10:53:11 +00:00
|
|
|
%files -n %{name}-proxy-plugins
|
|
|
|
%dir %{_libdir}/%{name}%{major_version}
|
|
|
|
%dir %{_libdir}/%{name}%{major_version}/proxy
|
|
|
|
%{_libdir}/%{name}%{major_version}/proxy/proxy-bitmap-filter-plugin.so
|
|
|
|
%{_libdir}/%{name}%{major_version}/proxy/proxy-demo-plugin.so
|
|
|
|
%{_libdir}/%{name}%{major_version}/proxy/proxy-dyn-channel-dump-plugin.so
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%files -n lib%{name}%{libfreerdp_package}
|
2020-04-14 12:02:57 +00:00
|
|
|
%license LICENSE
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/lib%{name}%{major_version}.so.*
|
|
|
|
%{_libdir}/lib%{name}-client%{major_version}.so.*
|
|
|
|
%{_libdir}/lib%{name}-shadow%{major_version}.so.*
|
|
|
|
%{_libdir}/lib%{name}-server%{major_version}.so.*
|
|
|
|
%{_libdir}/lib%{name}-shadow-subsystem%{major_version}.so.*
|
2016-05-17 19:32:01 +00:00
|
|
|
|
2010-11-17 11:33:29 +00:00
|
|
|
%files devel
|
2023-12-14 10:53:11 +00:00
|
|
|
%dir %{_libdir}/cmake/FreeRDP-Proxy3
|
|
|
|
%dir %{_libdir}/cmake/WinPR-tools3
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/cmake/FreeRDP%{major_version}
|
|
|
|
%{_libdir}/cmake/FreeRDP-Client%{major_version}
|
|
|
|
%{_libdir}/cmake/FreeRDP-Server%{major_version}
|
|
|
|
%{_libdir}/cmake/FreeRDP-Shadow%{major_version}
|
2023-12-14 10:53:11 +00:00
|
|
|
%{_libdir}/cmake/FreeRDP-Proxy%{major_version}/FreeRDP-ProxyConfig.cmake
|
|
|
|
%{_libdir}/cmake/FreeRDP-Proxy%{major_version}/FreeRDP-ProxyConfigVersion.cmake
|
|
|
|
%{_libdir}/cmake/FreeRDP-Proxy%{major_version}/FreeRDP-ProxyTargets-relwithdebinfo.cmake
|
|
|
|
%{_libdir}/cmake/FreeRDP-Proxy%{major_version}/FreeRDP-ProxyTargets.cmake
|
|
|
|
%{_libdir}/cmake/WinPR-tools%{major_version}/WinPR-toolsConfig.cmake
|
|
|
|
%{_libdir}/cmake/WinPR-tools%{major_version}/WinPR-toolsConfigVersion.cmake
|
|
|
|
%{_libdir}/cmake/WinPR-tools%{major_version}/WinPR-toolsTargets-relwithdebinfo.cmake
|
|
|
|
%{_libdir}/cmake/WinPR-tools%{major_version}/WinPR-toolsTargets.cmake
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_includedir}/%{name}%{major_version}
|
|
|
|
%{_libdir}/lib%{name}*.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}%{major_version}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-client%{major_version}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-server%{major_version}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-shadow%{major_version}.pc
|
2023-12-19 14:15:18 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}-server-proxy%{major_version}.pc
|
2017-09-01 11:35:32 +00:00
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%files -n libwinpr%{libfreerdp_package}
|
2020-04-14 12:02:57 +00:00
|
|
|
%license LICENSE
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/libwinpr%{major_version}.so.*
|
|
|
|
%{_libdir}/libwinpr-tools%{major_version}.so.*
|
|
|
|
|
2021-10-21 08:33:41 +00:00
|
|
|
%files -n winpr-devel
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/cmake/WinPR%{major_version}
|
|
|
|
%{_includedir}/winpr%{major_version}
|
|
|
|
%{_libdir}/libwinpr%{major_version}.so
|
|
|
|
%{_libdir}/libwinpr-tools%{major_version}.so
|
|
|
|
%{_libdir}/pkgconfig/winpr%{major_version}.pc
|
|
|
|
%{_libdir}/pkgconfig/winpr-tools%{major_version}.pc
|
|
|
|
|
|
|
|
%files -n libuwac%{uwac_package}
|
2020-04-14 12:02:57 +00:00
|
|
|
%license LICENSE
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/libuwac%{uwac_version}.so.*
|
|
|
|
|
2017-12-01 10:12:11 +00:00
|
|
|
%files -n uwac%{uwac_package}-devel
|
2017-09-01 11:35:32 +00:00
|
|
|
%{_libdir}/cmake/uwac%{uwac_version}
|
|
|
|
%{_includedir}/uwac%{uwac_version}
|
|
|
|
%{_libdir}/libuwac%{uwac_version}.so
|
|
|
|
%{_libdir}/pkgconfig/uwac%{uwac_version}.pc
|
2010-11-17 11:33:29 +00:00
|
|
|
|
2023-12-18 16:13:35 +00:00
|
|
|
%files -n librdtk%{rdtk_package}
|
|
|
|
%{_libdir}/librdtk%{rdtk_version}.so.*
|
|
|
|
|
|
|
|
%files -n rdtk%{rdtk_package}-devel
|
|
|
|
%{_libdir}/cmake/rdtk%{rdtk_version}
|
|
|
|
%{_includedir}/rdtk%{rdtk_version}
|
|
|
|
%{_libdir}/librdtk%{rdtk_version}.so
|
|
|
|
%{_libdir}/pkgconfig/rdtk%{rdtk_version}.pc
|
|
|
|
|
|
|
|
%files -n lib%{name}-server-proxy%{libfreerdp_package}
|
2023-12-14 10:53:11 +00:00
|
|
|
%{_libdir}/libfreerdp-server-proxy%{major_version}.so.*
|
|
|
|
|
2011-10-18 20:31:28 +00:00
|
|
|
%changelog
|