Update to 0.5.3 release

This commit is contained in:
Daniel P. Berrange 2012-05-16 13:07:02 +01:00
parent c3a0da3d78
commit 90d31a7584
2 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
4a8e1c4d69cff00d89a13efb26ec1050 virt-viewer-0.5.2.tar.gz 69a7c6d5cbd23d478396da4883567261 virt-viewer-0.5.3.tar.gz

View File

@ -10,7 +10,7 @@
%endif %endif
%define with_spice 0 %define with_spice 0
%if 0%{?fedora} >= 16 %if 0%{?fedora} >= 17
%define with_spice 1 %define with_spice 1
%endif %endif
@ -24,7 +24,7 @@
%endif %endif
Name: virt-viewer Name: virt-viewer
Version: 0.5.2 Version: 0.5.3
Release: 1%{?dist}%{?extra_release} Release: 1%{?dist}%{?extra_release}
Summary: Virtual Machine Viewer Summary: Virtual Machine Viewer
Group: Applications/System Group: Applications/System
@ -35,6 +35,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: openssh-clients Requires: openssh-clients
Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/update-alternatives
Requires(postun): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
%if %{with_gtk3} %if %{with_gtk3}
BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: gtk3-devel >= 3.0.0
@ -131,7 +133,8 @@ rm -rf $RPM_BUILD_ROOT
%post %post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \ %{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \
spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 20 spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 25
update-desktop-database -q %{_datadir}/applications
%postun %postun
if [ $1 -eq 0 ] ; then if [ $1 -eq 0 ] ; then
@ -139,6 +142,7 @@ if [ $1 -eq 0 ] ; then
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer %{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer
fi fi
update-desktop-database -q %{_datadir}/applications
%posttrans %posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@ -154,6 +158,7 @@ fi
%{_datadir}/%{name}/ui/virt-viewer-auth.xml %{_datadir}/%{name}/ui/virt-viewer-auth.xml
%{_datadir}/%{name}/ui/virt-viewer-about.xml %{_datadir}/%{name}/ui/virt-viewer-about.xml
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/applications/remote-viewer.desktop
%ghost %{_libexecdir}/spice-xpi-client %ghost %{_libexecdir}/spice-xpi-client
%{_libexecdir}/spice-xpi-client-remote-viewer %{_libexecdir}/spice-xpi-client-remote-viewer
%{_mandir}/man1/virt-viewer.1* %{_mandir}/man1/virt-viewer.1*
@ -166,7 +171,10 @@ fi
%endif %endif
%changelog %changelog
* Fri Mar 9 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.2-1%{?extra_release} * Wed May 16 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.3-1
- Update to 0.5.3 release
* Fri Mar 9 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.2-1
- Update to 0.5.2 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