Upstream release 0.7
This commit is contained in:
parent
4bb8c5a48e
commit
4b4877f2d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/spice-gtk-0.4.tar.bz2
|
||||
/spice-gtk-0.5.tar.bz2
|
||||
/spice-gtk-0.6.tar.bz2
|
||||
/spice-gtk-0.7.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
fe4b31a4e7b20ec53ff58d53957ab0b1 spice-gtk-0.6.tar.bz2
|
||||
a47ca51ef4bb27cab35ddbfb9e6c0fff spice-gtk-0.7.tar.bz2
|
||||
|
@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A GTK2 widget for SPICE clients
|
||||
|
||||
@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gtk2-devel >= 2.14
|
||||
BuildRequires: spice-protocol >= 0.6.3
|
||||
BuildRequires: spice-protocol >= 0.8.1-2
|
||||
BuildRequires: perl-Text-CSV
|
||||
BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
|
||||
BuildRequires: celt051-devel pulseaudio-libs-devel
|
||||
@ -38,8 +38,6 @@ BuildRequires: libtool
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
Patch0: spice-gtk-controller-includes.patch
|
||||
|
||||
%description
|
||||
Client libraries for SPICE desktop servers.
|
||||
|
||||
@ -119,9 +117,6 @@ snappy is a tool to capture screen-shots of a SPICE desktop.
|
||||
|
||||
%prep
|
||||
%setup -q -n spice-gtk-%{version} -c
|
||||
pushd spice-gtk-%{version}
|
||||
%patch0 -p1 -b .controller-includes
|
||||
popd
|
||||
|
||||
%if %{with_gtk3}
|
||||
cp -a spice-gtk-%{version} spice-gtk3-%{version}
|
||||
@ -225,8 +220,12 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/snappy
|
||||
%{_bindir}/spicy
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7-1
|
||||
- Upstream release 0.7
|
||||
|
||||
* Wed May 25 2011 Christophe Fergeau <cfergeau@redhat.com> - 0.6-1
|
||||
- Upstream release 0.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user