Update to 0.3.0 release and enable SPICE
This commit is contained in:
parent
0a8243a195
commit
c7df7123e5
2
sources
2
sources
@ -1 +1 @@
|
|||||||
4e846786fab0fdcfa89720bfec802b26 virt-viewer-0.2.1.tar.gz
|
5b8fc64e26c26b79e1654b95b88abcd6 virt-viewer-0.3.0.tar.gz
|
||||||
|
@ -4,9 +4,14 @@
|
|||||||
# a security audit at very least
|
# a security audit at very least
|
||||||
%define _with_plugin %{?with_plugin:1}%{!?with_plugin:0}
|
%define _with_plugin %{?with_plugin:1}%{!?with_plugin:0}
|
||||||
|
|
||||||
|
%define with_spice 0
|
||||||
|
%if 0%{?fedora} >= 14
|
||||||
|
%define with_spice 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: virt-viewer
|
Name: virt-viewer
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -20,6 +25,9 @@ BuildRequires: libvirt-devel >= 0.6.0
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libglade2-devel
|
BuildRequires: libglade2-devel
|
||||||
BuildRequires: gtk-vnc-devel >= 0.3.8
|
BuildRequires: gtk-vnc-devel >= 0.3.8
|
||||||
|
%if %{with_spice}
|
||||||
|
BuildRequires: spice-gtk-devel >= 0.5
|
||||||
|
%endif
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
%if %{_with_plugin}
|
%if %{_with_plugin}
|
||||||
@ -53,11 +61,20 @@ browsers.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%if %{_with_plugin}
|
%if %{_with_plugin}
|
||||||
%configure --enable-plugin=yes
|
%define plugin_arg --enable-plugin
|
||||||
%else
|
%else
|
||||||
%configure
|
%define plugin_arg --disable-plugin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with_spice}
|
||||||
|
%define spice_arg --enable-spice
|
||||||
|
%else
|
||||||
|
%define spice_arg --disable-spice
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%configure %{spice_arg} %{plugin_arg}
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -70,7 +87,6 @@ rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la
|
|||||||
%endif
|
%endif
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -92,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2011 Daniel P. Berrange <berrange@redhat.com> - 0.3.0-1
|
||||||
|
- Update to 0.3.0 and enable SPICE
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
@ -140,4 +159,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
|
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
|
||||||
- First release
|
- First release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user