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