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