Dzień dobry,
przygotwałem patcha na plik freerdp2.spec podbijający wersję freerdp2 do
snaposhota z 15 stycznia 2020. Dodatkowo domyślnie wyłączyłem opcję "with
kerberos5", która włączona generowała błąd przy próbie uruchomienia więcej niż
jednego połączenia RDP.
W załączeniu wspomniany patch.
Pozdrawiam
Krzysiek
diff --git a/freerdp2.spec b/freerdp2.spec
index 913a751..4a8c40c 100644
--- a/freerdp2.spec
+++ b/freerdp2.spec
@@ -9,7 +9,7 @@
%bcond_without ffmpeg # FFmpeg audio/video decoding support
%bcond_without gsm # GSM audio codec
%bcond_without gstreamer # GStreamer sound support
-%bcond_without kerberos5 # GSSAPI auth support
+%bcond_with kerberos5 # GSSAPI auth support
%bcond_with openh264 # OpenH264 for H.264 codec [only if ffmpeg disabled]
%bcond_without pcsc # SmartCard support via PCSC-lite library
%bcond_without pulseaudio # Pulseaudio sound support
@@ -28,14 +28,14 @@ Summary: Remote Desktop Protocol client
Summary(pl.UTF-8): Klient protokoÅu RDP
Name: freerdp2
Version: 2.0.0
-%define snap 20190320
-%define gitref 74f0bdf99e9022575b61f4f8774f88b5b3e5c918
-%define rel 1
+%define snap 20200115
+%define gitref 30d6e25def7aa924eb8dc104f830996977cf0958
+%define rel 3
Release: 0.%{snap}.%{rel}
License: Apache v2.0
Group: Applications/Communications
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{gitref}/freerdp-%{version}-%{snap}.tar.gz
-# Source0-md5: 0a35c157c18a46aeff2c373d06eef004
+# Source0-md5: f0c23b3ffc66f9d65d3f5fc095e53de8
Patch0: freerdp-opt.patch
Patch1: freerdp-gsm.patch
URL: http://www.freerdp.com/
@@ -71,9 +71,13 @@ BuildRequires: xorg-lib-libXfixes-devel
BuildRequires: xorg-lib-libXinerama-devel
BuildRequires: xorg-lib-libXtst-devel
BuildRequires: xorg-lib-libXv-devel
-BuildRequires: xorg-lib-libxkbfile
+BuildRequires: xorg-lib-libxkbfile-devel
+BuildRequires: xorg-lib-libxkbcommon-devel
+BuildRequires: cairo-devel
+BuildRequires: xorg-lib-libXrandr-devel
%endif
BuildRequires: zlib-devel
+BuildRequires: docbook-style-xsl
Requires: %{name}-libs = %{version}-%{release}
Requires: hicolor-icon-theme
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -251,6 +255,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/freerdp-shadow-cli
%attr(755,root,root) %{_bindir}/winpr-hash
%attr(755,root,root) %{_bindir}/winpr-makecert
+%attr(755,root,root) %{_bindir}/freerdp-proxy
%{_iconsdir}/hicolor/256x256/apps/freerdp2.png
%{_mandir}/man1/freerdp-shadow-cli.1*
%{_mandir}/man1/winpr-hash.1*
@@ -281,7 +286,7 @@ rm -rf $RPM_BUILD_ROOT
%files libs
%defattr(644,root,root,755)
-%doc ChangeLog README
+%doc ChangeLog README.md
%attr(755,root,root) %{_libdir}/libfreerdp-client%{freerdp_api}.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libfreerdp-client%{freerdp_api}.so.2
%attr(755,root,root) %{_libdir}/libfreerdp-server%{freerdp_api}.so.*.*.*
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl