/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (show annotations)
Wed Aug 14 14:43:25 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdesktop.spec
File size: 805 byte(s)
Added DESTDIR and --sharedir support. Uses DESTDIR in .spec

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/share/rdesktop/keymaps
34
35 %post
36
37 %postun
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41

  ViewVC Help
Powered by ViewVC 1.1.26