New upstream release 0.12
This commit is contained in:
parent
95ba424e40
commit
674e296ab3
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/spice-gtk-0.9.tar.bz2
|
||||
/spice-gtk-0.10.tar.bz2
|
||||
/spice-gtk-0.11.tar.bz2
|
||||
/spice-gtk-0.12.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c8f2c274ab81e0ac273be5c6490b8603 spice-gtk-0.11.tar.bz2
|
||||
2fec0ba391447b5b4d9242455c55b2a3 spice-gtk-0.12.tar.bz2
|
||||
|
@ -12,16 +12,14 @@
|
||||
#define _version_suffix -ab64
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.11
|
||||
Release: 5%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://spice-space.org/page/Spice-Gtk
|
||||
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
|
||||
Patch0: 0001-usbredir-Check-for-existing-usb-channels-after-libus.patch
|
||||
Patch1: 0001-Fix-read_uint-macros-on-big-endian-archs.patch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gtk2-devel >= 2.14
|
||||
@ -145,11 +143,6 @@ if [ -n '%{?_version_suffix}' ]; then
|
||||
mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
|
||||
fi
|
||||
|
||||
pushd spice-gtk-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
popd
|
||||
|
||||
%if %{with_gtk3}
|
||||
cp -a spice-gtk-%{version} spice-gtk3-%{version}
|
||||
%endif
|
||||
@ -260,6 +253,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-1
|
||||
- New upstream release 0.12
|
||||
|
||||
* Tue Apr 10 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.11-5
|
||||
- Fix build on PPC
|
||||
- Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it
|
||||
|
Loading…
Reference in New Issue
Block a user