]> git.pld-linux.org Git - packages/rdesktop.git/blob - rdesktop.spec
4ff9179994f1ab1931daede55d06aaa6f4104d9c
[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:        1
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.6k
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17
18 %description
19 rdesktop is an open source client for Windows NT or Windows 2000 Terminal
20 Server, capable of natively speaking its Remote Desktop Protocol (RDP) in
21 order to present the user's NT desktop. Unlike Citrix ICA, no server
22 extensions are required.
23
24 %description -l pl
25 rdesktop jest klientem natywnie u¿ywaj±cym protoko³u RDP (Remote Desktop
26 Protocol) umo¿liwiaj±cego dostêp do Terminal Servera Windows NT lub
27 Windows 2000. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane
28 ¿adne rozszerzenia po stronie serwera.
29
30 %prep
31 %setup -q -n %{name}
32
33 %build
34 ./configure \
35         --mandir=%{_mandir} \
36         --prefix=%{_prefix}
37
38 %{__make} \
39         CC="%{__cc}" \
40         CFLAGSOPT="%{rpmcflags}" \
41         LDFLAGSOPT="%{rpmldflags}"
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 %{_mandir}/man?/*
57 %attr(755,root,root) %{_datadir}/rdesktop
This page took 2.471892 seconds and 3 git commands to generate.