]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
4574c9067a5a5164f82e39253ae2eff5 rdesktop-unified-patch19-6.bz2
[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.0.0
5 Release:        0.pl19
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Group(de):      X11/Applikationen/Netzwerkwesen
9 Group(pl):      X11/Aplikacje/Sieciowe
10 Source0:        http://prdownloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
11 Patch0:         http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-6.bz2
12 Patch1:         %{name}-opt.patch
13 URL:            http://www.rdesktop.org/
14 BuildRequires:  gmp-devel
15 BuildRequires:  XFree86-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define _prefix         /usr/X11R6
19 %define _mandir         %{_prefix}/man
20
21 %description
22 rdesktop is an open source client for Windows NT Terminal Server,
23 capable of natively speaking its Remote Desktop Protocol (RDP) in
24 order to present the user's NT desktop. Unlike Citrix ICA, no server
25 extensions are required. Support for Windows 2000 Terminal Services is
26 planned, although not implemented at this time.
27
28 %description -l pl
29 rdesktop jest klientem natywnie u¿ywaj±cym protoko³u RDP (Remote
30 Desktop Protocol) umo¿liwiaj±cego dostêp do Terminal Servera Windows
31 NT. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane ¿adne
32 rozszerzenia po stronie serwera. Wsparcie dla Windows 2000 Terminal
33 Services jest planowane.
34
35 %prep
36 %setup -q
37 %patch0 -p2
38 %patch1 -p1
39
40 %build
41 %{__make} \
42         CFLAGSOPT="%{rpmcflags}" \
43         LDFLAGSOPT="%{rpmldflags}"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
48
49 install %{name}         $RPM_BUILD_ROOT%{_bindir}
50 install %{name}.1       $RPM_BUILD_ROOT%{_mandir}/man1
51
52 gzip -9nf CHANGES readme.txt
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc *.gz
60 %attr(755,root,root) %{_bindir}/*
61 %{_mandir}/man?/*
This page took 0.040216 seconds and 3 git commands to generate.