Last change
on this file since 89088 was 76779, checked in by vboxsync, 6 years ago |
RDP: add client-1.8.4.
bugref:9356: Update rdesktop-vrdp to 1.8.4
client-1.8.4 is a Subversion copy of 1.8.3 with the upstream 1.8.3 to 1.8.4
patch applied and a couple of fixes and changes after review, namely:
- Stopped disabling the new pointer data format for our build, as this is no
longer needed.
- Adjusted some snprintf buffers to make GCC happy.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
884 bytes
|
Line | |
---|
1 | Summary: Remote Desktop Protocol client
|
---|
2 | Name: rdesktop
|
---|
3 | Version: 1.8.4
|
---|
4 | Release: 1
|
---|
5 | License: GPL; see COPYING
|
---|
6 | Group: Applications/Communications
|
---|
7 | Source: rdesktop-%{version}.tar.gz
|
---|
8 | BuildRoot: %{_tmppath}/%{name}-buildroot
|
---|
9 | Packager: Peter Åstrand <astrand@cendio.se>
|
---|
10 |
|
---|
11 | %description
|
---|
12 | 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, Windows 2003 Server and Windows 2008r2.
|
---|
15 |
|
---|
16 | %prep
|
---|
17 | rm -rf $RPM_BUILD_ROOT
|
---|
18 |
|
---|
19 | %setup
|
---|
20 | %build
|
---|
21 | ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
|
---|
22 | make
|
---|
23 |
|
---|
24 | %install
|
---|
25 | make install DESTDIR=$RPM_BUILD_ROOT
|
---|
26 |
|
---|
27 | %files
|
---|
28 | %defattr(-,root,root)
|
---|
29 | %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
|
---|
30 | %{_bindir}/rdesktop
|
---|
31 | %{_mandir}/man1/rdesktop.1*
|
---|
32 | %{_datadir}/rdesktop/keymaps
|
---|
33 |
|
---|
34 | %clean
|
---|
35 | rm -rf $RPM_BUILD_ROOT
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.