Author: megabajt Date: Fri Nov 12 21:33:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.4.2
---- Files affected: packages/gtk-vnc: gtk-vnc.spec (1.21 -> 1.22) , gtk-vnc-codegen.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/gtk-vnc/gtk-vnc.spec diff -u packages/gtk-vnc/gtk-vnc.spec:1.21 packages/gtk-vnc/gtk-vnc.spec:1.22 --- packages/gtk-vnc/gtk-vnc.spec:1.21 Fri Jul 9 13:17:05 2010 +++ packages/gtk-vnc/gtk-vnc.spec Fri Nov 12 22:33:34 2010 @@ -2,22 +2,25 @@ Summary: A GTK+ widget for VNC clients Summary(pl.UTF-8): Widget GTK+ dla klientów VNC Name: gtk-vnc -Version: 0.3.10 -Release: 6 +Version: 0.4.2 +Release: 1 License: LGPL v2 Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.3/%{name}-%{version}.tar.bz2 -# Source0-md5: 9aa9d830b219255c8d6753ef55802932 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.4/%{name}-%{version}.tar.bz2 +# Source0-md5: 68fdeb71844c49d5d5ab4f32cbc8bddb Patch0: %{name}-codegen.patch URL: http://live.gnome.org/gtk-vnc -BuildRequires: autoconf >= 2.50 -BuildRequires: automake +BuildRequires: autoconf >= 2.63 +BuildRequires: automake >= 1:1.10 BuildRequires: cyrus-sasl-devel BuildRequires: gettext-devel +BuildRequires: gnome-common BuildRequires: gnutls-devel >= 1.4.0 -BuildRequires: gtk+2-devel >= 2:2.10.0 -BuildRequires: intltool >= 0.35.0 +BuildRequires: gobject-introspection-devel >= 0.9.4 +BuildRequires: gtk+2-devel >= 2:2.18.0 +BuildRequires: intltool >= 0.40.0 BuildRequires: libtool +BuildRequires: perl-Text-CSV BuildRequires: pkgconfig BuildRequires: python-devel >= 1:2.4 BuildRequires: python-pygtk-devel >= 2:2.0.0 @@ -41,7 +44,7 @@ Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} Requires: gnutls-devel >= 1.4.0 -Requires: gtk+2-devel >= 2:2.10.0 +Requires: gtk+2-devel >= 2:2.18.0 %description devel Header files for gtk-vnc library. @@ -74,29 +77,43 @@ %description -n python-gtk-vnc -l pl.UTF-8 Moduł pozwalający na używanie widgetu GTK+ VNC z poziomu Pythona. +%package tools +Summary: Command line tools for VNC +Summary(pl.UTF-8): Narzędzia linii poleceń dla VNC +Group: Applications/Networking +Requires: %{name} = %{version}-%{release} + +%description tools +Command line utilities for interacting with VNC servers. + +%description tools -l pl.UTF-8 +Narzędzia linii poleceń do interakcji z serwerami VNC. + %prep %setup -q %patch0 -p1 %build %{__libtoolize} -%{__aclocal} -I gnulib/m4 +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --enable-static \ + --disable-silent-rules %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \ $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version} -install examples/gvncviewer.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install examples/gvncviewer.{c,js} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install examples/gvncviewer.py $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version} rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} @@ -114,30 +131,49 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libgtk-vnc-1.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgtk-vnc-1.0.so.0 +%attr(755,root,root) %{_libdir}/libgvnc-1.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgvnc-1.0.so.0 +%{_libdir}/girepository-1.0/GVnc-1.0.typelib +%{_libdir}/girepository-1.0/GtkVnc-1.0.typelib %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libgtk-vnc-1.0.so +%attr(755,root,root) %{_libdir}/libgvnc-1.0.so %{_libdir}/libgtk-vnc-1.0.la +%{_libdir}/libgvnc-1.0.la %{_includedir}/%{name}-1.0 +%{_includedir}/gvnc-1.0 +%{_datadir}/gir-1.0/GVnc-1.0.gir +%{_datadir}/gir-1.0/GtkVnc-1.0.gir %{_pkgconfigdir}/%{name}-1.0.pc +%{_pkgconfigdir}/gvnc-1.0.pc %{_examplesdir}/%{name}-%{version} %files static %defattr(644,root,root,755) %{_libdir}/libgtk-vnc-1.0.a +%{_libdir}/libgvnc-1.0.a %files -n python-gtk-vnc %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/gtkvnc.so %{_examplesdir}/python-%{name}-%{version} +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gvnccapture +%{_mandir}/man1/gvnccapture.1* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2010/11/12 21:33:34 megabajt +- updated to 0.4.2 + Revision 1.21 2010/07/09 11:17:05 arekm - release 6 ================================================================ Index: packages/gtk-vnc/gtk-vnc-codegen.patch diff -u packages/gtk-vnc/gtk-vnc-codegen.patch:1.2 packages/gtk-vnc/gtk-vnc-codegen.patch:1.3 --- packages/gtk-vnc/gtk-vnc-codegen.patch:1.2 Wed Oct 21 22:49:21 2009 +++ packages/gtk-vnc/gtk-vnc-codegen.patch Fri Nov 12 22:33:34 2010 @@ -1,12 +1,12 @@ -diff -urN gtk-vnc-0.3.10/src/Makefile.am gtk-vnc-0.3.10.new/src/Makefile.am ---- gtk-vnc-0.3.10/src/Makefile.am 2009-09-17 15:16:10.000000000 +0200 -+++ gtk-vnc-0.3.10.new/src/Makefile.am 2009-10-21 20:37:48.351232943 +0200 -@@ -90,7 +90,7 @@ +diff -urN gtk-vnc-0.4.1/src/Makefile.am gtk-vnc-0.4.1.new//src/Makefile.am +--- gtk-vnc-0.4.1/src/Makefile.am 2010-07-14 12:28:15.000000000 +0200 ++++ gtk-vnc-0.4.1.new//src/Makefile.am 2010-07-30 12:03:45.822729167 +0200 +@@ -208,7 +208,7 @@ DEFSDIR = $(shell pkg-config --variable=defsdir pygtk-2.0) - vnc.defs: vncdisplay.h enums.h -- $(PYTHON) $(CODEGENDIR)/h2def.py $< > $@ -+ $(PYTHON) $(CODEGENDIR)/h2def.pyc $< > $@ + vnc.defs: vncdisplay.h vncdisplayenums.h +- $(AM_V_GEN)$(PYTHON) $(CODEGENDIR)/h2def.py $< > $@ ++ $(AM_V_GEN)$(PYTHON) $(CODEGENDIR)/h2def.pyc $< > $@ vncmodule.defs.c: vnc.override vnc.defs - pygtk-codegen-2.0 --prefix gtkvnc \ + $(AM_V_GEN)pygtk-codegen-2.0 --prefix gtkvnc \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk-vnc/gtk-vnc.spec?r1=1.21&r2=1.22&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk-vnc/gtk-vnc-codegen.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
