|
@@ -6,17 +6,18 @@ Summary: A GTK widget for VNC clients
|
|
Summary(ja): VNCクライアント用 GTK ウィジェット
|
|
Summary(ja): VNCクライアント用 GTK ウィジェット
|
|
|
|
|
|
Name: gtk-vnc
|
|
Name: gtk-vnc
|
|
-Version: 0.4.3
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 0.4.4
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
+Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
|
Patch100: gtk-vnc-0.3.8-fast.patch
|
|
Patch100: gtk-vnc-0.3.8-fast.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
URL: http://gtk-vnc.sf.net/
|
|
URL: http://gtk-vnc.sf.net/
|
|
BuildRequires: gtk3-devel pygtk2-devel python-devel zlib-devel
|
|
BuildRequires: gtk3-devel pygtk2-devel python-devel zlib-devel
|
|
BuildRequires: gnutls-devel gtkglext-devel cyrus-sasl-devel
|
|
BuildRequires: gnutls-devel gtkglext-devel cyrus-sasl-devel
|
|
|
|
+BuildRequires: vala-tools
|
|
%if %{with_plugin}
|
|
%if %{with_plugin}
|
|
BuildRequires: xulrunner-devel
|
|
BuildRequires: xulrunner-devel
|
|
%endif
|
|
%endif
|
|
@@ -55,6 +56,15 @@ allowing it to be completely asynchronous while remaining single threaded.
|
|
|
|
|
|
A module allowing use of the GTK-VNC widget from python
|
|
A module allowing use of the GTK-VNC widget from python
|
|
|
|
|
|
|
|
+%package vala
|
|
|
|
+Summary: Vala bindings for gtk-vnc
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
+Requires: vala
|
|
|
|
+
|
|
|
|
+%description vala
|
|
|
|
+Vala bindings for gtk-vnc
|
|
|
|
+
|
|
%if %{with_plugin}
|
|
%if %{with_plugin}
|
|
%package plugin
|
|
%package plugin
|
|
Summary: Mozilla plugin for the gtk-vnc library
|
|
Summary: Mozilla plugin for the gtk-vnc library
|
|
@@ -128,6 +138,11 @@ rm -fr %{buildroot}
|
|
%doc examples/gvncviewer.py
|
|
%doc examples/gvncviewer.py
|
|
# %{_libdir}/python*/site-packages/gtkvnc.so
|
|
# %{_libdir}/python*/site-packages/gtkvnc.so
|
|
|
|
|
|
|
|
+%files vala
|
|
|
|
+%defattr(-, root, root)
|
|
|
|
+%{_datadir}/vala/vapi/gtk-vnc-2.0.*
|
|
|
|
+%{_datadir}/vala/vapi/gvnc-1.0.*
|
|
|
|
+
|
|
%if %{with_plugin}
|
|
%if %{with_plugin}
|
|
%files plugin
|
|
%files plugin
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
@@ -135,6 +150,11 @@ rm -fr %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: vala-tools
|
|
|
|
+- create %%{name}-vala sub package
|
|
|
|
+
|
|
* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-2
|
|
* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-2
|
|
- change BuildRequires: gtk3-devel instead of gtk2-devel
|
|
- change BuildRequires: gtk3-devel instead of gtk2-devel
|
|
- add configure option: --with-gtk=3.0
|
|
- add configure option: --with-gtk=3.0
|