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

Diff of /jpeg/rdesktop/trunk/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 98 by astrand, Wed Aug 14 14:43:25 2002 UTC revision 579 by astrand, Fri Jan 23 08:18:41 2004 UTC
# Line 1  Line 1 
1  Summary: Remote Desktop  Summary: Remote Desktop
2  Name: rdesktop  Name: rdesktop
3  Version: 1.1_snapshot  Version: 1.3.1
4  Release: 1  Release: 1
5  Copyright: GPL; see COPYING  Copyright: GPL; see COPYING
6  Group: Applications/Communications  Group: Applications/Communications
7  Source: rdesktop.tgz  Source: rdesktop-%{version}.tar.gz
8  BuildRoot: /var/tmp/%{name}-buildroot  BuildRoot: %{_tmppath}/%{name}-buildroot
9  Packager: Peter Åstrand <peter@cendio.se>  Packager: Peter Åstrand <peter@cendio.se>
10  Requires: XFree86-libs  Requires: XFree86-libs
11    
12  %description  %description
13  Rdesktop is a client for Windows NT4 Terminal Server and Windows 2000  rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
14  Terminal Services. rdesktop implements the RDP version 4 protocol,  Microsoft products including Windows NT Terminal Server, Windows 2000 Server,
15  which used by Windows NT4 Terminal Server, and parts of RDP version 5,  Windows XP and Windows 2003 Server.
 which is used by Windows 2000 Terminal Services.  
16    
17  %prep  %prep
18  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
19    
20  %setup -n rdesktop  %setup
21  %build  %build
22  ./configure --prefix=/usr  ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
23  make  make
24    
25  %install  %install
# Line 28  make install DESTDIR=$RPM_BUILD_ROOT Line 27  make install DESTDIR=$RPM_BUILD_ROOT
27    
28  %files  %files
29  %defattr(-,root,root)  %defattr(-,root,root)
30  %doc COPYING  %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
31  /usr/bin/rdesktop  %{_bindir}/rdesktop
32  /usr/share/rdesktop/keymaps  %{_mandir}/man1/rdesktop.1*
33    %{_datadir}/rdesktop/keymaps
34    
35  %post  %post
36    

Legend:
Removed from v.98  
changed lines
  Added in v.579

  ViewVC Help
Powered by ViewVC 1.1.26