/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.spec
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations)
Sun Sep 1 11:15:42 2002 UTC (21 years, 8 months ago) by astrand
File size: 833 byte(s)
Added manpage

1 Summary: Remote Desktop
2 Name: rdesktop
3 Version: 1.1_snapshot
4 Release: 1
5 Copyright: GPL; see COPYING
6 Group: Applications/Communications
7 Source: rdesktop.tgz
8 BuildRoot: /var/tmp/%{name}-buildroot
9 Packager: Peter Åstrand <peter@cendio.se>
10 Requires: XFree86-libs
11
12 %description
13 Rdesktop is a client for Windows NT4 Terminal Server and Windows 2000
14 Terminal Services. rdesktop implements the RDP version 4 protocol,
15 which used by Windows NT4 Terminal Server, and parts of RDP version 5,
16 which is used by Windows 2000 Terminal Services.
17
18 %prep
19 rm -rf $RPM_BUILD_ROOT
20
21 %setup -n rdesktop
22 %build
23 ./configure --prefix=/usr
24 make
25
26 %install
27 make install DESTDIR=$RPM_BUILD_ROOT
28
29 %files
30 %defattr(-,root,root)
31 %doc COPYING
32 /usr/bin/rdesktop
33 /usr/man/man1/rdesktop.1.gz
34 /usr/share/rdesktop/keymaps
35
36 %post
37
38 %postun
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42

  ViewVC Help
Powered by ViewVC 1.1.26