Accepting request 434414 from X11:RemoteDesktop
1 OBS-URL: https://build.opensuse.org/request/show/434414 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdp?expand=0&rev=2
This commit is contained in:
commit
06fb19174f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user