Update to 0.3.9 release
This commit is contained in:
parent
7cf2a3b261
commit
f569b73210
@ -1,3 +1,3 @@
|
|||||||
.build*.log
|
.build*.log
|
||||||
*.rpm
|
*.rpm
|
||||||
gtk-vnc-0.3.8.tar.bz2
|
gtk-vnc-0.3.9.tar.bz2
|
||||||
|
27
gtk-vnc.spec
27
gtk-vnc.spec
@ -6,20 +6,15 @@
|
|||||||
|
|
||||||
Summary: A GTK widget for VNC clients
|
Summary: A GTK widget for VNC clients
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 0.3.8
|
Version: 0.3.9
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
URL: http://live.gnome.org/gtk-vnc
|
URL: http://live.gnome.org/gtk-vnc
|
||||||
BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
|
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 %{with_plugin}
|
||||||
%if 0%{?fedora} > 8
|
%if 0%{?fedora} > 8
|
||||||
BuildRequires: xulrunner-devel
|
BuildRequires: xulrunner-devel
|
||||||
@ -27,8 +22,6 @@ BuildRequires: xulrunner-devel
|
|||||||
BuildRequires: firefox-devel
|
BuildRequires: firefox-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
# Temp hack for Patch2
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
||||||
@ -74,19 +67,8 @@ browsers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Temp hack for patch2
|
|
||||||
libtoolize --copy --force
|
|
||||||
aclocal -I gnulib/m4
|
|
||||||
autoheader
|
|
||||||
automake --add-missing --copy
|
|
||||||
autoconf
|
|
||||||
%if %{with_plugin}
|
%if %{with_plugin}
|
||||||
%configure --enable-plugin=yes
|
%configure --enable-plugin=yes
|
||||||
%else
|
%else
|
||||||
@ -138,6 +120,9 @@ rm -fr %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.3.8-10
|
||||||
- Use bzipped upstream tarball.
|
- Use bzipped upstream tarball.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user