]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
- rel 3; fix openssl 1.1 build
[packages/rdesktop.git] / rdesktop.spec
1 Summary:        RDP client for accessing Windows NT Terminal Server
2 Summary(pl.UTF-8):      Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
3 Name:           rdesktop
4 Version:        1.8.3
5 Release:        2
6 License:        GPL v3+
7 Group:          X11/Applications/Networking
8 Source0:        http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
9 # Source0-md5:  86e8b368a7c715e74ded92e0d7912dc5
10 Patch0:         %{name}-xinerama.patch
11 Patch1:         %{name}-heimdal.patch
12 Patch2:         openssl.patch
13 URL:            http://www.rdesktop.org/
14 BuildRequires:  alsa-lib-devel
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  heimdal-devel
18 BuildRequires:  libsamplerate-devel
19 BuildRequires:  openssl-devel >= 0.9.7d
20 BuildRequires:  pcsc-lite-devel
21 BuildRequires:  pkgconfig
22 BuildRequires:  xorg-lib-libX11-devel
23 BuildRequires:  xorg-lib-libXinerama-devel
24 BuildRequires:  xorg-lib-libXrandr-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 rdesktop is an open source client for Windows NT or Windows 2000
29 Terminal Server, capable of natively speaking its Remote Desktop
30 Protocol (RDP) in order to present the user's NT desktop. Unlike
31 Citrix ICA, no server extensions are required.
32
33 %description -l pl.UTF-8
34 rdesktop jest klientem natywnie używającym protokołu RDP (Remote
35 Desktop Protocol) umożliwiającego dostęp do Terminal Servera Windows
36 NT lub Windows 2000. W przeciwieństwie do rozwiązań typu Citrix nie są
37 wymagane żadne rozszerzenia po stronie serwera.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42 %patch1 -p1
43 %patch2 -p1
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %configure \
49         --enable-credssp \
50         --enable-smartcard \
51         --with-ipv6 \
52         --with-sound=alsa
53 # note: --with-libvncserver requires vnc/ code, which don't exist
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc README doc/
69 %attr(755,root,root) %{_bindir}/rdesktop
70 %{_datadir}/rdesktop
71 %{_mandir}/man1/rdesktop.1*
This page took 0.070066 seconds and 3 git commands to generate.