]> git.pld-linux.org Git - packages/rdesktop.git/blobdiff - rdesktop.spec
- adapterized
[packages/rdesktop.git] / rdesktop.spec
index 90048bbd4f9b6d8306176b9878dc98150c968bbb..2bd4d5b4192c29df4920c935f1824fa9c1f5b142 100644 (file)
@@ -1,61 +1,49 @@
-# TODO: check/update patches (they provided important functionality!)
 Summary:       RDP client for accessing Windows NT Terminal Server
-Summary(pl):   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.3.0
-Release:       0.1
+Version:       1.7.1
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
-# Source0-md5: d8108781d227221a823c34b861486a5d
-#Patch0:               http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2
-#Patch1:               %{name}-opt+DESTDIR.patch
-#Patch2:               http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff
+Source0:       http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
+# Source0-md5: c4b39115951c4a6d74f511c99b18fcf9
+Patch0:                %{name}-xinerama.patch
 URL:           http://www.rdesktop.org/
-BuildRequires: XFree86-devel
-BuildRequires: openssl-devel >= 0.9.7c
+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: xorg-lib-libXinerama-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-rdesktop is an open source client for Windows NT or Windows 2000 Terminal
-Server, capable of natively speaking its Remote Desktop Protocol (RDP) in
-order to present the user's NT desktop. Unlike Citrix ICA, no server
-extensions are required.
+rdesktop is an open source client for Windows NT or Windows 2000
+Terminal Server, capable of natively speaking its Remote Desktop
+Protocol (RDP) in order to present the user's NT desktop. Unlike
+Citrix ICA, no server extensions are required.
 
-%description -l pl
-rdesktop jest klientem natywnie u¿ywaj±cym protoko³u RDP (Remote Desktop
-Protocol) umo¿liwiaj±cego dostêp do Terminal Servera Windows NT lub
-Windows 2000. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane
-¿adne rozszerzenia po stronie serwera.
-
-#%package srvr
-#Summary:      RDP server (for testing purposes)
-#Summary(pl):  Serwer RDP (do testów)
-#Group:                X11/Applications/Networking
-
-#%description srvr
-#RDP server for rdesktop testing. It currently connects as viewer to
-#VNC server.
-
-#%description srvr -l pl
-#Serwer RDP do testowania rdesktop. Na razie umo¿liwia ³±czenie siê jako
-#klient z serwerem VNC.
+%description -l pl.UTF-8
+rdesktop jest klientem natywnie używającym protokołu RDP (Remote
+Desktop Protocol) umożliwiającego dostęp do Terminal Servera Windows
+NT lub Windows 2000. W przeciwieństwie do rozwiązań typu Citrix nie są
+wymagane żadne rozszerzenia po stronie serwera.
 
 %prep
-%setup -q -n %{name}
-#%patch0 -p2
-#%patch1 -p1
-#%patch2 -p1
+%setup -q
+%patch0 -p1
 
 %build
-./configure \
-       --mandir=%{_mandir} \
-       --prefix=%{_prefix}
+%{__aclocal}
+%{__autoconf}
+%configure \
+       --enable-smartcard \
+       --with-sound=alsa \
+       --with-ipv6
 
-%{__make} \
-       CC="%{__cc}" \
-       CFLAGSOPT="%{rpmcflags}" \
-       LDFLAGSOPT="%{rpmldflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,10 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/
 %attr(755,root,root) %{_bindir}/rdesktop
-%{_mandir}/man?/*
-%attr(755,root,root) %{_datadir}/rdesktop
-
-#%files srvr
-#%defattr(644,root,root,755)
-#%doc rdp-srvr-readme.txt
-#attr(755,root,root) %{_bindir}/rdp-srvr
+%{_datadir}/rdesktop
+%{_mandir}/man1/rdesktop.1*
This page took 0.095297 seconds and 4 git commands to generate.