]> git.pld-linux.org Git - packages/rdesktop.git/blobdiff - rdesktop.spec
- adapterized
[packages/rdesktop.git] / rdesktop.spec
index c67190dfadb54014e360cf34d284cd0dab3398e8..2bd4d5b4192c29df4920c935f1824fa9c1f5b142 100644 (file)
@@ -1,20 +1,22 @@
-%bcond_with    vnc
-#
 Summary:       RDP client for accessing Windows NT Terminal Server
-Summary(pl.UTF-8):   Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
+Summary(pl.UTF-8):     Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
 Name:          rdesktop
-Version:       1.5.0
+Version:       1.7.1
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
-# Source0-md5: 433546f60fc0f201e99307ba188369ed
-Patch0:                %{name}-vnc.patch
+Source0:       http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
+# Source0-md5: c4b39115951c4a6d74f511c99b18fcf9
+Patch0:                %{name}-xinerama.patch
 URL:           http://www.rdesktop.org/
+BuildRequires: alsa-lib-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: pcsc-lite-devel
+BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: libao-devel
-%{?with_vnc:BuildRequires:     libvncserver-devel}
+BuildRequires: xorg-lib-libXinerama-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,10 +36,11 @@ wymagane żadne rozszerzenia po stronie serwera.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
-       %{?with_vnc:--with-libvncserver} \
-       --with-libao \
-       --with-sound=libao \
+       --enable-smartcard \
+       --with-sound=alsa \
        --with-ipv6
 
 %{__make}
@@ -55,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/
 %attr(755,root,root) %{_bindir}/rdesktop
-%attr(755,root,root) %{_datadir}/rdesktop
-%{_mandir}/man?/*
+%{_datadir}/rdesktop
+%{_mandir}/man1/rdesktop.1*
This page took 0.105466 seconds and 4 git commands to generate.