]> git.pld-linux.org Git - packages/rdesktop.git/blame - rdesktop.spec
- rel 3; fix openssl 1.1 build
[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
b78c79c6 4Version: 1.8.3
881fca07 5Release: 2
ccbb66cc 6License: GPL v3+
940eb6db 7Group: X11/Applications/Networking
acdb5553 8Source0: http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
b78c79c6 9# Source0-md5: 86e8b368a7c715e74ded92e0d7912dc5
56f55bd3 10Patch0: %{name}-xinerama.patch
0533cd2f 11Patch1: %{name}-heimdal.patch
910784df 12Patch2: openssl.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
910784df 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.063447 seconds and 4 git commands to generate.