/[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 1465 - (show annotations)
Sat Apr 5 06:15:45 2008 UTC (16 years, 1 month ago) by matthewc
File size: 884 byte(s)
Bump version number in preparation for release.

1 Summary: Remote Desktop Protocol client
2 Name: rdesktop
3 Version: 1.6.0
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 and Windows 2003 Server.
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 %post
35
36 %postun
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40

  ViewVC Help
Powered by ViewVC 1.1.26