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