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