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