]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
- formatting
[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.3.0
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:  d8108781d227221a823c34b861486a5d
10 URL:            http://www.rdesktop.org/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  openssl-devel >= 0.9.7c
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 -n %{name}
29
30 %build
31 ./configure \
32         --mandir=%{_mandir} \
33         --prefix=%{_prefix}
34
35 %{__make} \
36         CC="%{__cc}" \
37         CFLAGSOPT="%{rpmcflags}" \
38         LDFLAGSOPT="%{rpmldflags}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc doc/
52 %attr(755,root,root) %{_bindir}/rdesktop
53 %{_mandir}/man?/*
54 %attr(755,root,root) %{_datadir}/rdesktop
This page took 0.961678 seconds and 4 git commands to generate.