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