/[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 1386 - (hide annotations)
Thu Feb 8 12:42:18 2007 UTC (17 years, 4 months ago) by astrand
File size: 882 byte(s)
Converted ISO-8859-1 files to UTF-8

1 astrand 764 Summary: Remote Desktop Protocol client
2 astrand 94 Name: rdesktop
3 astrand 1251 Version: 1.5.0
4 astrand 94 Release: 1
5 astrand 1293 License: GPL; see COPYING
6 astrand 94 Group: Applications/Communications
7 astrand 539 Source: rdesktop-%{version}.tar.gz
8 astrand 224 BuildRoot: %{_tmppath}/%{name}-buildroot
9 astrand 1386 Packager: Peter Åstrand <peter@cendio.se>
10 astrand 94
11     %description
12 matthewc 526 rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
13     Microsoft products including Windows NT Terminal Server, Windows 2000 Server,
14     Windows XP and Windows 2003 Server.
15 astrand 94
16     %prep
17     rm -rf $RPM_BUILD_ROOT
18    
19 astrand 579 %setup
20 astrand 94 %build
21 astrand 224 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
22 astrand 94 make
23    
24     %install
25 astrand 98 make install DESTDIR=$RPM_BUILD_ROOT
26 astrand 94
27     %files
28     %defattr(-,root,root)
29 astrand 535 %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
30 astrand 224 %{_bindir}/rdesktop
31 astrand 235 %{_mandir}/man1/rdesktop.1*
32 astrand 224 %{_datadir}/rdesktop/keymaps
33 astrand 94
34     %post
35    
36     %postun
37    
38     %clean
39     rm -rf $RPM_BUILD_ROOT
40    

  ViewVC Help
Powered by ViewVC 1.1.26