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