update to 0.15.0 [release 0.15.0-1mamba;Fri May 21 2021]
This commit is contained in:
parent
153f3f83e1
commit
51a2518ad1
@ -1,7 +1,6 @@
|
|||||||
# spice
|
# spice
|
||||||
|
|
||||||
The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.The Spice pr
|
The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.
|
||||||
oject deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-In
|
The Spice project deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.
|
||||||
terfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.
|
|
||||||
This package provides the Spice server needed to build SPICE support into QEMU
|
This package provides the Spice server needed to build SPICE support into QEMU
|
||||||
|
|
||||||
|
28
spice.spec
28
spice.spec
@ -1,31 +1,40 @@
|
|||||||
Name: spice
|
Name: spice
|
||||||
Version: 0.14.3
|
Version: 0.15.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Spice server needed to build SPICE support into QEMU
|
Summary: The Spice server needed to build SPICE support into QEMU
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.spice-space.org
|
URL: https://www.spice-space.org/
|
||||||
Source: http://www.spice-space.org/download/releases/spice-%{version}.tar.bz2
|
Source: https://www.spice-space.org/download/releases/spice-server/spice-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcelt051-devel
|
BuildRequires: libcacard-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgst-plugins-base-devel
|
||||||
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
|
BuildRequires: liblz4-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libopus-devel
|
||||||
|
BuildRequires: liborc-devel
|
||||||
BuildRequires: libpixman-devel
|
BuildRequires: libpixman-devel
|
||||||
BuildRequires: libsasl-devel
|
BuildRequires: libsasl2-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: spice-protocol-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#BuildRequires: python-pyparsing
|
#BuildRequires: python-pyparsing
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.The Spice pr
|
The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.
|
||||||
oject deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-In
|
The Spice project deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.
|
||||||
terfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.
|
|
||||||
This package provides the Spice server needed to build SPICE support into QEMU
|
This package provides the Spice server needed to build SPICE support into QEMU
|
||||||
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
@ -82,6 +91,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-1mamba
|
||||||
|
- update to 0.15.0
|
||||||
|
|
||||||
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user