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
|
Summary: A GTK widget for VNC clients
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 0.3.9
|
Version: 0.3.10
|
||||||
Release: 1%{?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
|
||||||
|
|
||||||
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 cyrus-sasl-devel
|
BuildRequires: gnutls-devel cyrus-sasl-devel
|
||||||
|
BuildRequires: intltool
|
||||||
%if %{with_plugin}
|
%if %{with_plugin}
|
||||||
%if 0%{?fedora} > 8
|
%if 0%{?fedora} > 8
|
||||||
BuildRequires: xulrunner-devel
|
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
|
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%find_lang gtk-vnc
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
@ -95,7 +99,7 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files -f gtk-vnc.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -120,6 +124,12 @@ rm -fr %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 11 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.9-1
|
||||||
- Update to 0.3.9 release
|
- Update to 0.3.9 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user