base-specs/gtk-vnc.spec
changeset 16244 d5c21f9e92cf
parent 15369 9c18cfbb07a8
child 16430 1630b44703c8
--- a/base-specs/gtk-vnc.spec	Wed Aug 12 02:15:55 2009 +0000
+++ b/base-specs/gtk-vnc.spec	Wed Aug 12 07:12:40 2009 +0000
@@ -12,19 +12,19 @@
 Name:           gtk-vnc
 License:        LGPL v2.1, MIT, MPL 1.1
 Group:          Development/Libraries
-Version:        0.3.8
+Version:        0.3.9
 Release:        1
 Distribution:   Java Desktop System
 Vendor:         Sun Microsystems, Inc.
 URL:            http://gtk-vnc.sf.net/
 Summary:        A GTK widget for VNC clients
 Source:         http://download.gnome.org/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
-# date:2008-11-28 owner:fujiwara type:feature bugster:6777514 bugzilla:2354859
-Patch1:         gtk-vnc-01-textdomain.diff
-# date:2008-11-28 owner:fujiwara type:feature bugster:6777514 bugzilla:2354851
-Patch2:         gtk-vnc-02-cp-utf8.diff
+# date:2008-11-28 owner:fujiwara type:feature bugster:6777514 bugzilla:591523
+Patch1:         gtk-vnc-01-cp-utf8.diff
 # date:2008-12-16 owner:halton type:bug bugzilla:564718
-Patch3:         gtk-vnc-03-ff3.1.diff
+Patch2:         gtk-vnc-02-ff3.1.diff
+# date:2009-08-12 owner:halton type:bug bugzilla:591521
+Patch3:         gtk-vnc-03-sasl.diff
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: gtk2-devel pygtk2-devel python-devel
@@ -65,6 +65,13 @@
 %patch2 -p1
 %patch3 -p1
 
+#FIXME: When #591524 fixed in next release, remove following lines 
+rm -f gnulib/m4/lt~obsolete.m4
+rm -f gnulib/m4/ltoptions.m4
+rm -f gnulib/m4/libtool.m4
+rm -f gnulib/m4/ltsugar.m4
+rm -f gnulib/m4/ltversion.m4
+
 %build
 %ifos linux
 if [ -x /usr/bin/getconf ]; then
@@ -80,7 +87,8 @@
 export PYTHON=/usr/bin/python%{pythonver}
 
 libtoolize --force --force
-intltoolize --automake -c -f
+# FIXME: community is doing i18n thing, disable it for now.
+#intltoolize --automake -c -f
 aclocal -I gnulib/m4
 autoheader
 automake --add-missing --copy
@@ -152,6 +160,10 @@
 %{_libdir}/python*/site-packages/gtkvnc.so
 
 %changelog
+* Wed Aug 12 2009 - [email protected]
+- Bump to 0.3.9
+- Remove obsoleted patch textdomain.diff and reorder
+- Add patch sasl.diff to fix bugzilla #592521
 * Tue Dec 16 2008 - [email protected]
 - Add ff3.1.diff to fix the build issue when FF bumped to 3.1
 * Thu Dec 11 2008 - [email protected]