]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
96bd0c65ab7788ccaa2de00b341e8fbb7cf48992
[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.4.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
9 # Source0-md5:  78dd2bae04edf1cb9f65c29930dcc993
10 URL:            http://www.rdesktop.org/
11 BuildRequires:  openssl-devel >= 0.9.7d
12 BuildRequires:  xorg-lib-libX11-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 rdesktop is an open source client for Windows NT or Windows 2000
17 Terminal Server, capable of natively speaking its Remote Desktop
18 Protocol (RDP) in order to present the user's NT desktop. Unlike
19 Citrix ICA, no server extensions are required.
20
21 %description -l pl
22 rdesktop jest klientem natywnie u¿ywaj±cym protoko³u RDP (Remote
23 Desktop Protocol) umo¿liwiaj±cego dostêp do Terminal Servera Windows
24 NT lub Windows 2000. W przeciwieñstwie do rozwi±zañ typu Citrix nie s±
25 wymagane ¿adne rozszerzenia po stronie serwera.
26
27 %prep
28 %setup -q
29
30 %build
31 ./configure \
32         --mandir=%{_mandir} \
33         --prefix=%{_prefix}
34
35 cat >>Makeconf <<EOF
36 CFLAGS+=%{rpmcflags}
37 LDFLAGS+=%{rpmldflags} -L/usr/X11R6/%{_lib}
38 EOF
39
40 %{__make} \
41         CC="%{__cc}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc doc/
55 %attr(755,root,root) %{_bindir}/rdesktop
56 %attr(755,root,root) %{_datadir}/rdesktop
57 %{_mandir}/man?/*
This page took 0.027014 seconds and 2 git commands to generate.