summaryrefslogtreecommitdiffstats
path: root/virt-viewer.spec.in
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-07-01 11:18:36 +0100
committerDaniel P. Berrange <berrange@redhat.com>2011-07-01 12:56:57 +0100
commit27d7500e03197226c8a29d229772b48e9cec07ba (patch)
tree37ffeb17cb499a6dd276e4a1af87b84b362836e3 /virt-viewer.spec.in
parente37190e75497794d188d3547515cccc9376e5111 (diff)
downloadvirt-viewer-27d7500e03197226c8a29d229772b48e9cec07ba.tar.gz
virt-viewer-27d7500e03197226c8a29d229772b48e9cec07ba.tar.xz
virt-viewer-27d7500e03197226c8a29d229772b48e9cec07ba.zip
Enable use of scaling from spice >= 0.6
Make the SPICE widget operate in the same way as the VNC widget with display scaling, and auto-resize, but preserving guest aspect ratio
Diffstat (limited to 'virt-viewer.spec.in')
-rw-r--r--virt-viewer.spec.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index ff667da..64eb595 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -26,7 +26,7 @@ BuildRequires: libxml2-devel
BuildRequires: libglade2-devel
BuildRequires: gtk-vnc-devel >= 0.3.8
%if %{with_spice}
-BuildRequires: spice-gtk-devel >= 0.5
+BuildRequires: spice-gtk-devel >= 0.6
%endif
BuildRequires: /usr/bin/pod2man
BuildRequires: intltool
@@ -40,8 +40,8 @@ BuildRequires: firefox-devel
%description
Virtual Machine Viewer provides a graphical console client for connecting
-to virtual machines. It uses the GTK-VNC widget to provide the display,
-and libvirt for looking up VNC server details.
+to virtual machines. It uses the GTK-VNC or SPICE-GTK widgets to provide
+the display, and libvirt for looking up VNC/SPICE server details.
%if %{_with_plugin}
%package plugin
@@ -50,8 +50,9 @@ Group: Development/Libraries
Requires: %{name} = %{version}
%description plugin
-gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
-allowing it to be completely asynchronous while remaining single threaded.
+Virtual Machine Viewer provides a graphical console client for connecting
+to virtual machines. It uses the GTK-VNC or SPICE-GTK widgets to provide
+the display, and libvirt for looking up VNC/SPICE server details.
This package provides a web browser plugin for Mozilla compatible
browsers.