Update to 0.5.2 release
This commit is contained in:
parent
8ed4148366
commit
c3a0da3d78
2
sources
2
sources
@ -1 +1 @@
|
|||||||
69c82567df00afadfa2f79d3f1eb692d virt-viewer-0.5.1.tar.gz
|
4a8e1c4d69cff00d89a13efb26ec1050 virt-viewer-0.5.2.tar.gz
|
||||||
|
@ -14,13 +14,17 @@
|
|||||||
%define with_spice 1
|
%define with_spice 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} >= 6
|
||||||
|
%define with_spice 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# spice-gtk is x86 x86_64 only currently:
|
# spice-gtk is x86 x86_64 only currently:
|
||||||
%ifnarch %{ix86} x86_64
|
%ifnarch %{ix86} x86_64
|
||||||
%define with_spice 0
|
%define with_spice 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: virt-viewer
|
Name: virt-viewer
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -37,7 +41,7 @@ BuildRequires: gtk3-devel >= 3.0.0
|
|||||||
%else
|
%else
|
||||||
BuildRequires: gtk2-devel >= 2.12.0
|
BuildRequires: gtk2-devel >= 2.12.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libvirt-devel >= 0.6.0
|
BuildRequires: libvirt-devel >= 0.9.7
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
%if %{with_gtk3}
|
%if %{with_gtk3}
|
||||||
BuildRequires: gtk-vnc2-devel >= 0.4.0
|
BuildRequires: gtk-vnc2-devel >= 0.4.0
|
||||||
@ -46,10 +50,11 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
|
|||||||
%endif
|
%endif
|
||||||
%if %{with_spice}
|
%if %{with_spice}
|
||||||
%if %{with_gtk3}
|
%if %{with_gtk3}
|
||||||
BuildRequires: spice-gtk3-devel >= 0.9
|
BuildRequires: spice-gtk3-devel >= 0.11
|
||||||
%else
|
%else
|
||||||
BuildRequires: spice-gtk-devel >= 0.9
|
BuildRequires: spice-gtk-devel >= 0.11
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: spice-protocol >= 0.10.1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -161,6 +166,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 9 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.2-1%{?extra_release}
|
||||||
|
- Update to 0.5.2 release
|
||||||
|
|
||||||
* Thu Feb 17 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.1-1
|
* Thu Feb 17 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.1-1
|
||||||
- Update to 0.5.1 release
|
- Update to 0.5.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user