forked from pool/freerdp
Accepting request 396551 from home:zhangxiaofei:branches:X11:RemoteDesktop
change tar naming; change lib pkg naming; obsolete libfreerdp-1_0-plugins OBS-URL: https://build.opensuse.org/request/show/396551 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=49
This commit is contained in:
parent
887e3fd269
commit
316398dbcc
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/FreeRDP/FreeRDP.git</param>
|
<param name="url">https://github.com/FreeRDP/FreeRDP.git</param>
|
||||||
<param name="filename">freerdp</param>
|
<param name="filename">freerdp</param>
|
||||||
<param name="versionprefix">2.0.0git</param>
|
<param name="versionprefix">2.0.0~git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/heads/master</param>
|
<param name="revision">refs/heads/master</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c8f77b0bb0c4dc2eb96dc4b6385b8c5b89fbefe25c5eb72e3c8adede02b1e80
|
|
||||||
size 6511546
|
|
3
freerdp-2.0.0~git.1463131968.4e66df7.tar.gz
Normal file
3
freerdp-2.0.0~git.1463131968.4e66df7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea8ce584c969473f33f5e91b5959a91496a8d098b1a93946ec7b2a0edfbe0a7b
|
||||||
|
size 6532468
|
@ -24,7 +24,7 @@ Wed May 4 12:06:22 UTC 2016 - fezhang@suse.com
|
|||||||
* Add Network Level Ahthentication support.
|
* Add Network Level Ahthentication support.
|
||||||
* Add Windows Portable Runtime. For more details, see:
|
* Add Windows Portable Runtime. For more details, see:
|
||||||
http://www.freerdp.com/2012/05/24/winpr-windows-portable-runtime
|
http://www.freerdp.com/2012/05/24/winpr-windows-portable-runtime
|
||||||
* Drop freerdp-libfreerdp-1_0-plugins.
|
* Obsolete libfreerdp-1_0-plugins.
|
||||||
- Drop FindALSA.cmake: deprecated
|
- Drop FindALSA.cmake: deprecated
|
||||||
- Drop freerdp_branch-1.0.x_fix-kpdivide-issue831.patch:
|
- Drop freerdp_branch-1.0.x_fix-kpdivide-issue831.patch:
|
||||||
fixed upstream, implemention now in include/freerdp/scancode.h.
|
fixed upstream, implemention now in include/freerdp/scancode.h.
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libname libfreerdp-2_0
|
%define sover 2
|
||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.0.0git.1463131968.4e66df7
|
Version: 2.0.0~git.1463131968.4e66df7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Desktop Viewer Client
|
Summary: Remote Desktop Viewer Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -44,6 +44,8 @@ BuildRequires: xorg-x11-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%define libname lib%{name}%{sover}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
||||||
following the Microsoft Open Specifications. This package provides the client
|
following the Microsoft Open Specifications. This package provides the client
|
||||||
@ -52,6 +54,7 @@ application.
|
|||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Remote Desktop Viewer Library
|
Summary: Remote Desktop Viewer Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Obsoletes: libfreerdp-1_0-plugins
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user