]> git.pld-linux.org Git - packages/rdesktop.git/blame - rdesktop.spec
- tabs in preamble
[packages/rdesktop.git] / rdesktop.spec
CommitLineData
096bac62
AM
1%bcond_with vnc
2#
940eb6db 3Summary: RDP client for accessing Windows NT Terminal Server
da3e5476 4Summary(pl.UTF-8): Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
940eb6db 5Name: rdesktop
096bac62
AM
6Version: 1.5.0
7Release: 1
940eb6db
AM
8License: GPL
9Group: X11/Applications/Networking
3eeba48a 10Source0: http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
096bac62
AM
11# Source0-md5: 433546f60fc0f201e99307ba188369ed
12Patch0: %{name}-vnc.patch
940eb6db 13URL: http://www.rdesktop.org/
953e0501 14BuildRequires: openssl-devel >= 0.9.7d
57ec893b 15BuildRequires: xorg-lib-libX11-devel
096bac62
AM
16BuildRequires: libao-devel
17%{?with_vnc:BuildRequires: libvncserver-devel}
940eb6db
AM
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
940eb6db 20%description
1263d617 21rdesktop is an open source client for Windows NT or Windows 2000
22Terminal Server, capable of natively speaking its Remote Desktop
23Protocol (RDP) in order to present the user's NT desktop. Unlike
24Citrix ICA, no server extensions are required.
940eb6db 25
2bbcd85a
JR
26%description -l pl.UTF-8
27rdesktop jest klientem natywnie używającym protokołu RDP (Remote
28Desktop Protocol) umożliwiającego dostęp do Terminal Servera Windows
29NT lub Windows 2000. W przeciwieństwie do rozwiązań typu Citrix nie są
30wymagane żadne rozszerzenia po stronie serwera.
940eb6db
AM
31
32%prep
d6c04d07 33%setup -q
096bac62 34%patch0 -p1
940eb6db
AM
35
36%build
096bac62
AM
37%configure \
38 %{?with_vnc:--with-libvncserver} \
39 --with-libao \
40 --with-sound=libao \
41 --with-ipv6
492455a5 42
096bac62 43%{__make}
940eb6db
AM
44
45%install
46rm -rf $RPM_BUILD_ROOT
940eb6db 47
492455a5
JB
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
940eb6db
AM
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
1e789027 56%doc doc/
492455a5 57%attr(755,root,root) %{_bindir}/rdesktop
e72b1dd3 58%attr(755,root,root) %{_datadir}/rdesktop
c5871ebc 59%{_mandir}/man?/*
This page took 0.477582 seconds and 4 git commands to generate.