/[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

Contents of /sourceforge.net/trunk/rdesktop/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 579 - (show annotations)
Fri Jan 23 08:18:41 2004 UTC (20 years, 3 months ago) by astrand
File size: 891 byte(s)
Fixed dist and RPM spec file

1 Summary: Remote Desktop
2 Name: rdesktop
3 Version: 1.3.1
4 Release: 1
5 Copyright: GPL; see COPYING
6 Group: Applications/Communications
7 Source: rdesktop-%{version}.tar.gz
8 BuildRoot: %{_tmppath}/%{name}-buildroot
9 Packager: Peter Åstrand <peter@cendio.se>
10 Requires: XFree86-libs
11
12 %description
13 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
17 %prep
18 rm -rf $RPM_BUILD_ROOT
19
20 %setup
21 %build
22 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
23 make
24
25 %install
26 make install DESTDIR=$RPM_BUILD_ROOT
27
28 %files
29 %defattr(-,root,root)
30 %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
31 %{_bindir}/rdesktop
32 %{_mandir}/man1/rdesktop.1*
33 %{_datadir}/rdesktop/keymaps
34
35 %post
36
37 %postun
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41

  ViewVC Help
Powered by ViewVC 1.1.26