From fb3548f1dd89985308322076fbc96b80ec576a9c0fabbe85897099221c8ceee3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2016 06:56:56 +0000 Subject: [PATCH] Accepting request 434372 from home:jengelh:branches:X11:RemoteDesktop - Trim/fixup summary and description. Use faster find -delete. OBS-URL: https://build.opensuse.org/request/show/434372 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=7 --- xrdp.changes | 5 +++++ xrdp.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/xrdp.changes b/xrdp.changes index fc67d4d..5c43f88 100644 --- a/xrdp.changes +++ b/xrdp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 25 09:41:28 UTC 2016 - jengelh@inai.de + +- Trim/fixup summary and description. Use faster find -delete. + ------------------------------------------------------------------- Tue Aug 30 12:28:07 UTC 2016 - fezhang@suse.com diff --git a/xrdp.spec b/xrdp.spec index 2774479..f93f1ab 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -20,7 +20,7 @@ Name: xrdp Version: 0.9.0~git.1456906198.f422461 Release: 0 -Summary: Open Source remote desktop protocol (RDP) server +Summary: Remote desktop protocol (RDP) server License: Apache-2.0 and GPL-2.0+ Group: System/X11/Utilities Url: https://github.com/neutrinolabs/xrdp @@ -64,7 +64,7 @@ Requires: xorg-x11-Xvnc BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A full functionnal Linux terminal server, capable of accepting +A fully functional Linux terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients. @@ -91,7 +91,7 @@ make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install -find %{buildroot} -name '*.a' -exec rm {} \; +find %{buildroot} -name '*.a' -delete find %{buildroot} -type f -name "*.la" -delete -print mkdir -p %{buildroot}/%{_fwdefdir} install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/xrdp