~ubuntu-branches/ubuntu/wily/gtk-vnc/wily

« back to all changes in this revision

Viewing changes to gtk-vnc.spec

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-16 11:39:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20131216113933-rowrryjn82up3yr5
Tags: 0.5.3-0ubuntu1
* New upstream release:
  - Support QEMU LED state extension
  - Time out connection attempt after 10 seconds
  - Abort if out of memory when mmap'ing coroutine stack
  - Stop leaking coroutine stack memory
  - Improve perfornmance of ZRLE encoding by avoiding memmove
  - Only trigger keyboard grab sequence upon key release to
    allow modifiers to go to the remote server
  - Avoid busy loop upon I/O error which follows blocking I/O,
    commonly seen when a server drops the connection
  - Fix handling of --no-undefined flag
  - Don't break implicit pointer grab from mouse clicks
  - Don't drop mouse events that are out of bounds, clamp their
    coordinates instead
  - Show how to block all accelerators in gvncviewer demo program
* debian/control:
  - Use standards-version 3.9.4
* debian/libgvnc-1.0-0.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
Summary: A GTK2 widget for VNC clients
21
21
Name: gtk-vnc
22
 
Version: 0.5.2
 
22
Version: 0.5.3
23
23
Release: 1%{?dist}%{?extra_release}
24
24
License: LGPLv2+
25
25
Group: Development/Libraries
29
29
Requires: gvnc = %{version}-%{release}
30
30
BuildRequires: gtk2-devel >= 2.14
31
31
BuildRequires: pygtk2-devel python-devel zlib-devel
32
 
BuildRequires: gnutls-devel cyrus-sasl-devel intltool
 
32
BuildRequires: gnutls-devel libgcrypt-devel cyrus-sasl-devel intltool
33
33
%if %{with_gir}
34
34
BuildRequires: gobject-introspection-devel
35
35
%if 0%{?fedora} && 0%{?fedora} < 14
168
168
cd gtk-vnc-%{version}
169
169
%configure --with-gtk=2.0 %{gir_arg}
170
170
%__make %{?_smp_mflags} V=1
 
171
chmod -x examples/*.pl examples/*.js examples/*.py
171
172
cd ..
172
173
 
173
174
%if %{with_gtk3}
174
175
cd gtk-vnc2-%{version}
175
176
%configure --with-gtk=3.0 %{gir_arg}
176
177
%__make %{?_smp_mflags} V=1
 
178
chmod -x examples/*.pl examples/*.js examples/*.py
177
179
cd ..
178
180
%endif
179
181
 
225
227
%files devel
226
228
%defattr(-, root, root)
227
229
%doc gtk-vnc-%{version}/examples/gvncviewer.c
228
 
%if %{with_gir}
229
 
%doc gtk-vnc-%{version}/examples/gvncviewer.js
230
 
%doc gtk-vnc-%{version}/examples/gvncviewer.pl
231
 
%doc gtk-vnc-%{version}/examples/gvncviewer-introspection.py
232
 
%endif
233
230
%{_libdir}/libgtk-vnc-1.0.so
234
231
%dir %{_includedir}/%{name}-1.0/
235
232
%{_includedir}/%{name}-1.0/*.h
313
310
%doc gtk-vnc2-%{version}/examples/gvncviewer.c
314
311
%if %{with_gir}
315
312
%doc gtk-vnc2-%{version}/examples/gvncviewer.js
 
313
%doc gtk-vnc2-%{version}/examples/gvncviewer.pl
 
314
%doc gtk-vnc2-%{version}/examples/gvncviewer-introspection.py
316
315
%endif
317
316
%{_libdir}/libgtk-vnc-2.0.so
318
317
%dir %{_includedir}/%{name}-2.0/