/[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 579 - (hide annotations)
Fri Jan 23 08:18:41 2004 UTC (20 years, 4 months ago) by astrand
File size: 891 byte(s)
Fixed dist and RPM spec file

1 astrand 94 Summary: Remote Desktop
2     Name: rdesktop
3 matthewc 567 Version: 1.3.1
4 astrand 94 Release: 1
5     Copyright: GPL; see COPYING
6     Group: Applications/Communications
7 astrand 539 Source: rdesktop-%{version}.tar.gz
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 astrand 579 %setup
21 astrand 94 %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