[meego-commits] 5329: Changes to Trunk/rdesktop
David Woodhouse
david.woodhouse at intel.com
Sun Jul 4 14:53:19 UTC 2010
Hi,
I have made the following changes to rdesktop in project Trunk. Please review and accept ASAP.
Thank You,
David Woodhouse
[This message was auto-generated]
---
Request #5329:
submit: devel:enterprise:1.0/rdesktop(r2) -> Trunk/rdesktop
Message:
Add new rdesktop package
State: new 2010-07-04T02:49:19 dwmw2
Comment: None
This is a NEW package in Trunk project.
The files in the new package:
rdesktop/
|__ rdesktop-1.6.0.tar.gz
|__ rdesktop.changes
|__ rdesktop.spec
The content of the spec file, rdesktop.spec:
===================================================================
Name: rdesktop
Version: 1.6.0
Release: 7%{?dist}
Summary: X client for remote desktop into Windows Terminal Server
Group: User Interface/Desktops
License: GPLv2+
URL: http://www.rdesktop.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel, libX11-devel
%description
rdesktop is an open source client for Windows NT Terminal Server and
Windows 2000 & 2003 Terminal Services, capable of natively speaking
Remote Desktop Protocol (RDP) in order to present the user's NT
desktop. Unlike Citrix ICA, no server extensions are required.
%prep
%setup -q
%build
%configure --with-ipv6
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README doc/{AUTHORS,ChangeLog,HACKING,TODO,*.txt}
%{_bindir}/rdesktop
%{_datadir}/rdesktop/
%{_mandir}/man1/*
===================================================================
More information about the MeeGo-commits
mailing list