This patch is to adding autoheader before run autoconf. It is a historic
mistake for build, it cause the ipv6 and gnome-keyring patch does not
work.

-Halton.


Index: vino.spec
===================================================================
--- vino.spec   (revision 9643)
+++ vino.spec   (working copy)
@@ -75,10 +75,13 @@
   CPUS=1
 fi

+aclocal $ACLOCAL_FLAGS
 libtoolize --force
-aclocal $ACLOCAL_FLAGS
-automake -a -c -f
-autoconf
+glib-gettextize --force --copy
+intltoolize --force --automake
+autoheader
+automake -a -f -c --gnu
+autoconf

 CFLAGS="$RPM_OPT_FLAGS"                                        \
 ./configure   --prefix=%{_prefix}                      \
@@ -122,6 +125,9 @@
 %config %{_sysconfdir}/gconf/schemas/*

 %changelog
+* Fri Nov 03 2006 - halton.huo at sun.com
+- Add autoheader before configure to fix ipv6 and gnome-keyring.
+
 * Fri Oct 27 2006 - halton.huo at sun.com
 - Change IPv6 patch according community new patch
 - Add configure option --enable-ipv6=yes



Reply via email to