Copy F12 updates over

This commit is contained in:
Matthias Clasen 2009-11-02 04:31:00 +00:00
parent f569b73210
commit e8e2f8efb0
2 changed files with 13 additions and 3 deletions

View File

@ -6,15 +6,17 @@
Summary: A GTK widget for VNC clients
Name: gtk-vnc
Version: 0.3.9
Version: 0.3.10
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
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 cyrus-sasl-devel
BuildRequires: intltool
%if %{with_plugin}
%if 0%{?fedora} > 8
BuildRequires: xulrunner-devel
@ -88,6 +90,8 @@ rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.a
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la
%endif
%find_lang gtk-vnc
%clean
rm -fr %{buildroot}
@ -95,7 +99,7 @@ rm -fr %{buildroot}
%postun -p /sbin/ldconfig
%files
%files -f gtk-vnc.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
%{_libdir}/lib*.so.*
@ -120,6 +124,12 @@ rm -fr %{buildroot}
%endif
%changelog
* Tue Oct 20 2009 Matthias Clasen <mclaesn@redhat.com> - 0.3.10-1
- Update to 0.3.10
* Thu Oct 8 2009 Matthias Clasen <mclaesn@redhat.com> - 0.3.9-2
- Request a full screen refresh when receives a desktop-resize encoding
* Tue Aug 11 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.9-1
- Update to 0.3.9 release

View File

@ -1 +1 @@
18cbf50b393fea57b691987e5ea62259 gtk-vnc-0.3.9.tar.bz2
9aa9d830b219255c8d6753ef55802932 gtk-vnc-0.3.10.tar.bz2