/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 94 - (hide annotations)
Tue Aug 6 17:14:21 2002 UTC (21 years, 10 months ago) by astrand
File size: 797 byte(s)
Added .spec file for RPM

1 astrand 94 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=$RPM_BUILD_ROOT/usr
24     make
25    
26     %install
27     make install
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