Update to 0.3.9 release

This commit is contained in:
Daniel P. Berrange 2009-08-11 13:49:35 +00:00
parent 7cf2a3b261
commit f569b73210
3 changed files with 8 additions and 23 deletions

View File

@ -1,3 +1,3 @@
.build*.log
*.rpm
gtk-vnc-0.3.8.tar.bz2
gtk-vnc-0.3.9.tar.bz2

View File

@ -6,20 +6,15 @@
Summary: A GTK widget for VNC clients
Name: gtk-vnc
Version: 0.3.8
Release: 10%{?dist}
Version: 0.3.9
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
Patch1: %{name}-%{version}-relative-mouse.patch
Patch2: %{name}-%{version}-sasl-auth.patch
Patch3: %{name}-%{version}-sasl-auth-tunnel.patch
Patch4: %{name}-%{version}-ungrab.patch
Patch5: %{name}-%{version}-ungrab-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://live.gnome.org/gtk-vnc
BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
BuildRequires: gnutls-devel gtkglext-devel cyrus-sasl-devel
BuildRequires: gnutls-devel cyrus-sasl-devel
%if %{with_plugin}
%if 0%{?fedora} > 8
BuildRequires: xulrunner-devel
@ -27,8 +22,6 @@ BuildRequires: xulrunner-devel
BuildRequires: firefox-devel
%endif
%endif
# Temp hack for Patch2
BuildRequires: automake autoconf libtool
%description
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
@ -74,19 +67,8 @@ browsers.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
# Temp hack for patch2
libtoolize --copy --force
aclocal -I gnulib/m4
autoheader
automake --add-missing --copy
autoconf
%if %{with_plugin}
%configure --enable-plugin=yes
%else
@ -138,6 +120,9 @@ rm -fr %{buildroot}
%endif
%changelog
* Tue Aug 11 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.9-1
- Update to 0.3.9 release
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.3.8-10
- Use bzipped upstream tarball.

View File

@ -1 +1 @@
7c7b07a868568206acd3f6e9e4d18ba1 gtk-vnc-0.3.8.tar.bz2
18cbf50b393fea57b691987e5ea62259 gtk-vnc-0.3.9.tar.bz2