Update to spice-gtk 0.18 release
This commit is contained in:
parent
f78f7d7c8d
commit
d52301ffb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/spice-gtk-0.15.3-76cb.tar.bz2
|
/spice-gtk-0.15.3-76cb.tar.bz2
|
||||||
/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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7f43693559dda5aaa3ce611a84dae309 spice-gtk-0.17.tar.bz2
|
bcd73f857d137bca8e24380e8f7977d2 spice-gtk-0.18.tar.bz2
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.17
|
Version: 0.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GTK+ widget for SPICE clients
|
Summary: A GTK+ widget for SPICE clients
|
||||||
|
|
||||||
@ -21,10 +21,6 @@ License: LGPLv2+
|
|||||||
URL: http://spice-space.org/page/Spice-Gtk
|
URL: http://spice-space.org/page/Spice-Gtk
|
||||||
#VCS: git:git://anongit.freedesktop.org/spice/spice-gtk
|
#VCS: git:git://anongit.freedesktop.org/spice/spice-gtk
|
||||||
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
|
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
|
||||||
Patch1: 0001-build-sys-bump-spice-glib-version-info.patch
|
|
||||||
Patch2: 0002-build-sys-remove-GTK_DISABLE_DEPRECATED.patch
|
|
||||||
Patch3: 0003-build-sys-don-t-use-Wstrict-prototypes-with-Gtk-2.0.patch
|
|
||||||
Patch4: 0004-autogen.patch
|
|
||||||
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gtk2-devel >= 2.14
|
BuildRequires: gtk2-devel >= 2.14
|
||||||
@ -150,10 +146,6 @@ if [ -n '%{?_version_suffix}' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pushd spice-gtk-%{version}
|
pushd spice-gtk-%{version}
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if %{with_gtk3}
|
%if %{with_gtk3}
|
||||||
@ -274,6 +266,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.18-1
|
||||||
|
- Update to spice-gtk 0.18
|
||||||
|
|
||||||
* Wed Feb 6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.17-1
|
* Wed Feb 6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.17-1
|
||||||
- Update to spice-gtk 0.17
|
- Update to spice-gtk 0.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user