]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
- updated to 1.3.0 for updates/general
authormarcus <marcus@pld-linux.org>
Tue, 2 Dec 2003 21:12:29 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdesktop.spec -> 1.9.2.2

rdesktop.spec

index 26b920d1f9d6c0d764c8e2bfc693c7af4719076c..4ff9179994f1ab1931daede55d06aaa6f4104d9c 100644 (file)
@@ -1,61 +1,39 @@
 Summary:       RDP client for accessing Windows NT Terminal Server
 Summary(pl):   Klient RDP umo¿liwiaj±cy dostêp do Terminal Serwera WinNT
 Name:          rdesktop
-Version:       1.1.0
+Version:       1.3.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/rdesktop/%{name}-%{version}.tar.gz
-Patch0:                http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2
-Patch1:                %{name}-opt+DESTDIR.patch
-Patch2:                %{name}-srvr-fix.patch
+Source0:       http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
+# Source0-md5: d8108781d227221a823c34b861486a5d
 URL:           http://www.rdesktop.org/
 BuildRequires: XFree86-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.6k
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+%define         _prefix         /usr/X11R6
+%define         _mandir         %{_prefix}/man
 
 %description
-rdesktop is an open source client for Windows NT Terminal Server,
-capable of natively speaking its Remote Desktop Protocol (RDP) in
+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. Support for Windows 2000 Terminal Services is
-planned, although not implemented at this time.
+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. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane ¿adne
-rozszerzenia po stronie serwera. Wsparcie dla Windows 2000 Terminal
-Services jest planowane.
-
-%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 u¿ywa ³±czy siê jako klient
-z serwerem VNC.
+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
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
+%setup -q -n %{name}
 
 %build
 ./configure \
-       --prefix=%{_prefix} \
-       --with-openssl \
-       --with-ssl-includes=/usr/include/openssl \
-       --with-ssl-libs=/usr/lib
+       --mandir=%{_mandir} \
+       --prefix=%{_prefix}
 
 %{__make} \
        CC="%{__cc}" \
@@ -73,11 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES readme.txt
+%doc doc/
 %attr(755,root,root) %{_bindir}/rdesktop
 %{_mandir}/man?/*
-
-%files srvr
-%defattr(644,root,root,755)
-%doc rdp-srvr-readme.txt
-%attr(755,root,root) %{_bindir}/rdp-srvr
+%attr(755,root,root) %{_datadir}/rdesktop
This page took 0.043698 seconds and 4 git commands to generate.