- Update to spice-gtk 0.19
This commit is contained in:
parent
1d15c4d0bd
commit
5406bcf954
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/spice-gtk-0.16.tar.bz2
|
/spice-gtk-0.16.tar.bz2
|
||||||
/spice-gtk-0.17.tar.bz2
|
/spice-gtk-0.17.tar.bz2
|
||||||
/spice-gtk-0.18.tar.bz2
|
/spice-gtk-0.18.tar.bz2
|
||||||
|
/spice-gtk-0.19.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
bcd73f857d137bca8e24380e8f7977d2 spice-gtk-0.18.tar.bz2
|
85c1d975ad3c9df4882b91f34b41920d spice-gtk-0.19.tar.bz2
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GTK+ widget for SPICE clients
|
Summary: A GTK+ widget for SPICE clients
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -137,7 +137,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
Simple clients for interacting with SPICE servers.
|
Simple clients for interacting with SPICE servers.
|
||||||
spicy is a client to a SPICE desktop server.
|
spicy is a client to a SPICE desktop server.
|
||||||
snappy is a tool to capture screen-shots of a SPICE desktop.
|
spicy-screenshot is a tool to capture screen-shots of a SPICE desktop.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -262,11 +262,14 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|||||||
%{_libdir}/python*/site-packages/SpiceClientGtk.so
|
%{_libdir}/python*/site-packages/SpiceClientGtk.so
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/snappy
|
|
||||||
%{_bindir}/spicy
|
%{_bindir}/spicy
|
||||||
|
%{_bindir}/spicy-screenshot
|
||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.19-1
|
||||||
|
- Update to spice-gtk 0.19
|
||||||
|
|
||||||
* Thu Mar 14 2013 Hans de Goede <hdegoede@redhat.com> - 0.18-2
|
* Thu Mar 14 2013 Hans de Goede <hdegoede@redhat.com> - 0.18-2
|
||||||
- Fix "Warning no automount-inhibiting implementation available" warnings
|
- Fix "Warning no automount-inhibiting implementation available" warnings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user