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
This commit is contained in:
parent
65149dba3d
commit
fb3548f1dd
@ -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
|
Tue Aug 30 12:28:07 UTC 2016 - fezhang@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: xrdp
|
Name: xrdp
|
||||||
Version: 0.9.0~git.1456906198.f422461
|
Version: 0.9.0~git.1456906198.f422461
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Source remote desktop protocol (RDP) server
|
Summary: Remote desktop protocol (RDP) server
|
||||||
License: Apache-2.0 and GPL-2.0+
|
License: Apache-2.0 and GPL-2.0+
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: https://github.com/neutrinolabs/xrdp
|
Url: https://github.com/neutrinolabs/xrdp
|
||||||
@ -64,7 +64,7 @@ Requires: xorg-x11-Xvnc
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%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
|
connection from rdesktop and Microsoft's own terminal server / remote
|
||||||
desktop clients.
|
desktop clients.
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} 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
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
mkdir -p %{buildroot}/%{_fwdefdir}
|
mkdir -p %{buildroot}/%{_fwdefdir}
|
||||||
install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/xrdp
|
install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/xrdp
|
||||||
|
Loading…
Reference in New Issue
Block a user