/[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 276 - (hide annotations)
Tue Nov 19 15:02:17 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdesktop.spec
File size: 852 byte(s)
Bumped up version to 1.2beta1

1 astrand 94 Summary: Remote Desktop
2     Name: rdesktop
3 astrand 276 Version: 1.2beta1
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 matthewc 248 rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
14     Terminal Services, Windows XP Remote Desktop, and possibly other Terminal
15     Services products. rdesktop currently implements the RDP version 4 protocol.
16 astrand 94
17     %prep
18     rm -rf $RPM_BUILD_ROOT
19    
20     %setup -n rdesktop
21     %build
22 astrand 224 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
23 astrand 94 make
24    
25     %install
26 astrand 98 make install DESTDIR=$RPM_BUILD_ROOT
27 astrand 94
28     %files
29     %defattr(-,root,root)
30     %doc COPYING
31 astrand 224 %{_bindir}/rdesktop
32 astrand 235 %{_mandir}/man1/rdesktop.1*
33 astrand 224 %{_datadir}/rdesktop/keymaps
34 astrand 94
35     %post
36    
37     %postun
38    
39     %clean
40     rm -rf $RPM_BUILD_ROOT
41    

  ViewVC Help
Powered by ViewVC 1.1.26