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

1 Summary: Remote Desktop
2 Name: rdesktop
3 Version: 1.2beta1
4 Release: 1
5 Copyright: GPL; see COPYING
6 Group: Applications/Communications
7 Source: rdesktop.tgz
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 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
17 %prep
18 rm -rf $RPM_BUILD_ROOT
19
20 %setup -n rdesktop
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
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