/[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 535 - (hide annotations)
Thu Oct 30 11:49:38 2003 UTC (20 years, 7 months ago) by astrand
File size: 889 byte(s)
Added ChangeLog

1 astrand 94 Summary: Remote Desktop
2     Name: rdesktop
3 matthewc 526 Version: 1.3.0
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 526 rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
14     Microsoft products including Windows NT Terminal Server, Windows 2000 Server,
15     Windows XP and Windows 2003 Server.
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 astrand 535 %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
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