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