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

Annotation of /jpeg/rdesktop/trunk/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (hide annotations)
Fri Oct 11 08:48:34 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdesktop.spec
File size: 887 byte(s)
Applied patch [ 621292 ], and added --bindir and --mandir.

1 astrand 94 Summary: Remote Desktop
2     Name: rdesktop
3 matthewc 207 Version: 1.2_snapshot
4 astrand 94 Release: 1
5     Copyright: GPL; see COPYING
6     Group: Applications/Communications
7     Source: rdesktop.tgz
8 astrand 224 BuildRoot: %{_tmppath}/%{name}-buildroot
9 astrand 94 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 astrand 224 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
24 astrand 94 make
25    
26     %install
27 astrand 98 make install DESTDIR=$RPM_BUILD_ROOT
28 astrand 94
29     %files
30     %defattr(-,root,root)
31     %doc COPYING
32 astrand 224 %{_bindir}/rdesktop
33     %{_mandir}/man1/rdesktop.1.gz
34     %{_datadir}/rdesktop/keymaps
35 astrand 94
36     %post
37    
38     %postun
39    
40     %clean
41     rm -rf $RPM_BUILD_ROOT
42    

  ViewVC Help
Powered by ViewVC 1.1.26