VirtualBox

source: vbox/trunk/src/VBox/RDP/client/rdesktop.spec@ 40654

Last change on this file since 40654 was 37224, checked in by vboxsync, 13 years ago

RDP/client: fix OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 868 bytes
Line 
1Summary: Remote Desktop Protocol client
2Name: rdesktop
3Version: 1.7.0
4Release: 1
5License: GPL; see COPYING
6Group: Applications/Communications
7Source: rdesktop-%{version}.tar.gz
8BuildRoot: %{_tmppath}/%{name}-buildroot
9Packager: Peter Åstrand <astrand@cendio.se>
10
11%description
12rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
13Microsoft products including Windows NT Terminal Server, Windows 2000 Server,
14Windows XP and Windows 2003 Server.
15
16%prep
17rm -rf $RPM_BUILD_ROOT
18
19%setup
20%build
21./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
22make
23
24%install
25make 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
35rm -rf $RPM_BUILD_ROOT
36
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette