]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
0065544c09cc0a4576d6e6cc49883782e96ad2e0
[packages/rdesktop.git] / rdesktop.spec
1 Summary:        RDP client for accessing Windows NT Terminal Server
2 Summary(pl):    Klient RDP umo¿liwiaj±cy dostêp do Terminal Serwera WinNT
3 Name:           rdesktop
4 Version:        1.1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/rdesktop/%{name}-%{version}.tar.gz
9 Patch0:         http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2
10 Patch1:         %{name}-opt+DESTDIR.patch
11 Patch2:         %{name}-srvr-fix.patch
12 URL:            http://www.rdesktop.org/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  openssl-devel >= 0.9.7
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 rdesktop is an open source client for Windows NT or Windows 2000 Terminal
20 Server, capable of natively speaking its Remote Desktop Protocol (RDP) in
21 order to present the user's NT desktop. Unlike Citrix ICA, no server
22 extensions are required. 
23
24 %description -l pl
25 rdesktop jest klientem natywnie u¿ywaj±cym protoko³u RDP (Remote Desktop
26 Protocol) umo¿liwiaj±cego dostêp do Terminal Servera Windows NT lub
27 Windows 2000. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane
28 ¿adne rozszerzenia po stronie serwera.
29
30 %package srvr
31 Summary:        RDP server (for testing purposes)
32 Summary(pl):    Serwer RDP (do testów)
33 Group:          X11/Applications/Networking
34
35 %description srvr
36 RDP server for rdesktop testing. It currently connects as viewer to
37 VNC server.
38
39 %description srvr -l pl
40 Serwer RDP do testowania rdesktop. Na razie umo¿liwia ³±czenie siê jako
41 klient z serwerem VNC.
42
43 %prep
44 %setup -q
45 %patch0 -p2
46 %patch1 -p1
47 %patch2 -p1
48
49 %build
50 ./configure \
51         --prefix=%{_prefix} \
52         --with-openssl \
53         --with-ssl-includes=/usr/include/openssl \
54         --with-ssl-libs=/usr/lib
55
56 %{__make} \
57         CC="%{__cc}" \
58         CFLAGSOPT="%{rpmcflags}" \
59         LDFLAGSOPT="%{rpmldflags}"
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc CHANGES readme.txt
73 %attr(755,root,root) %{_bindir}/rdesktop
74 %{_mandir}/man?/*
75
76 %files srvr
77 %defattr(644,root,root,755)
78 %doc rdp-srvr-readme.txt
79 %attr(755,root,root) %{_bindir}/rdp-srvr
This page took 0.053407 seconds and 2 git commands to generate.