Copy F12 updates over
This commit is contained in:
parent
f569b73210
commit
e8e2f8efb0
14
gtk-vnc.spec
14
gtk-vnc.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user