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