/[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 248 by matthewc, Tue Oct 29 05:31:50 2002 UTC revision 1486 by astrand, Fri Dec 12 13:49:01 2008 UTC
# Line 1  Line 1 
1  Summary: Remote Desktop  Summary: Remote Desktop Protocol client
2  Name: rdesktop  Name: rdesktop
3  Version: 1.2_snapshot  Version: 1.6.0
4  Release: 1  Release: 1
5  Copyright: GPL; see COPYING  License: GPL; see COPYING
6  Group: Applications/Communications  Group: Applications/Communications
7  Source: rdesktop.tgz  Source: rdesktop-%{version}.tar.gz
8  BuildRoot: %{_tmppath}/%{name}-buildroot  BuildRoot: %{_tmppath}/%{name}-buildroot
9  Packager: Peter Åstrand <peter@cendio.se>  Packager: Peter Ã…strand <astrand@cendio.se>
 Requires: XFree86-libs  
10    
11  %description  %description
12  rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000  rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
13  Terminal Services, Windows XP Remote Desktop, and possibly other Terminal  Microsoft products including Windows NT Terminal Server, Windows 2000 Server,
14  Services products.  rdesktop currently implements the RDP version 4 protocol.  Windows XP and Windows 2003 Server.
15    
16  %prep  %prep
17  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
18    
19  %setup -n rdesktop  %setup
20  %build  %build
21  ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}  ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
22  make  make
# Line 27  make install DESTDIR=$RPM_BUILD_ROOT Line 26  make install DESTDIR=$RPM_BUILD_ROOT
26    
27  %files  %files
28  %defattr(-,root,root)  %defattr(-,root,root)
29  %doc COPYING  %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
30  %{_bindir}/rdesktop  %{_bindir}/rdesktop
31  %{_mandir}/man1/rdesktop.1*  %{_mandir}/man1/rdesktop.1*
32  %{_datadir}/rdesktop/keymaps  %{_datadir}/rdesktop/keymaps
33    
 %post  
   
 %postun  
   
34  %clean  %clean
35  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
36    

Legend:
Removed from v.248  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC 1.1.26