rpms/gnome-spell/devel gnome-spell-enchant.patch, 1.1, 1.2 gnome-spell.spec, 1.31, 1.32

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Sun Feb 17 17:19:25 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-spell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1026

Modified Files:
	gnome-spell-enchant.patch gnome-spell.spec 
Log Message:

* Sat Feb 09 2008 Matthew Barnes <mbarnes at redhat.com> - 1.0.8-4.fc9
- Rebuild with GCC 4.3


gnome-spell-enchant.patch:

Index: gnome-spell-enchant.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-spell/devel/gnome-spell-enchant.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-spell-enchant.patch	20 Dec 2007 13:08:09 -0000	1.1
+++ gnome-spell-enchant.patch	17 Feb 2008 17:19:05 -0000	1.2
@@ -1,97 +1,6 @@
-Index: configure.in
-===================================================================
-RCS file: /cvs/gnome/gnome-spell/configure.in,v
-retrieving revision 1.86
-diff -u -p -u -p -r1.86 configure.in
---- configure.in.enchant	10 Feb 2006 12:08:11 -0000	1.86
-+++ configure.in	2 Apr 2006 14:31:45 -0000
-@@ -68,33 +68,6 @@
- AC_SUBST(API_VERSION)
- 
- dnl
--dnl aspell
--dnl
--
--AC_ARG_WITH(aspell-prefix, [  --with-aspell-prefix=DIR
--                          specify under which prefix aspell is installed.], with_aspell_prefix="$withval", )
--
--if test "x$with_aspell_prefix" != "x"; then
--   saved_LDFLAGS=$LDFLAGS
--   LDFLAGS="-L$with_aspell_prefix/${_lib:-lib} "$LDFLAGS
--   ASPELL_INC="-I$with_aspell_prefix/include"
--   ASPELL_LIBS="-L$with_aspell_prefix/${_lib:-lib} -laspell"
--else
--   LDFLAGS="-L`aspell config prefix`/${_lib:-lib} "$LDFLAGS
--   ASPELL_INC="-I`aspell config prefix`/include"
--   ASPELL_LIBS="-L`aspell config prefix`/${_lib:-lib} -laspell"
--fi
--ASPELL_DICT="`aspell config dict-dir`"
--AC_CHECK_LIB(aspell,new_aspell_config,,AC_MSG_ERROR([gnome-spell cannot be built without aspell library]),)
--if test "x$with_aspell_prefix" != "x"; then
--   LDFLAGS=$saved_LDFLAGS
--fi
--
--AC_SUBST(ASPELL_DICT)
--AC_SUBST(ASPELL_INC)
--AC_SUBST(ASPELL_LIBS)
--
--dnl
- dnl flags
- dnl
- 
-@@ -103,7 +76,7 @@
- AC_SUBST(CPPFLAGS)
- AC_SUBST(LDFLAGS)
- 
--GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9"
-+GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9 enchant >= 1.2.5"
- PKG_CHECK_MODULES(GNOME_SPELL, $GNOME_SPELL_MODULES)
- AC_SUBST(GNOME_SPELL_CFLAGS)
- AC_SUBST(GNOME_SPELL_LIBS)
-Index: gnome-spell/Makefile.am
-===================================================================
-RCS file: /cvs/gnome/gnome-spell/gnome-spell/Makefile.am,v
-retrieving revision 1.34
-diff -u -p -u -p -r1.34 Makefile.am
---- gnome-spell/Makefile.am.enchant	19 Jan 2006 23:37:50 -0000	1.34
-+++ gnome-spell/Makefile.am	2 Apr 2006 14:31:46 -0000
-@@ -7,13 +7,11 @@ END =
- 
- INCLUDES =                                              \
-         -I$(srcdir)                                     \
--	$(ASPELL_INC)					\
- 	-DPREFIX=\""$(prefix)"\"			\
-         -DGNOMEDATADIR=\""$(datadir)"\"         	\
-         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
- 	-DGLADE_DATADIR=\"$(gladedir)\"			\
- 	-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\"		\
--	-DASPELL_DICT=\""$(ASPELL_DICT)"\"		\
- 	$(GNOME_SPELL_CFLAGS)				\
- 	$(END)
- 
-@@ -55,7 +53,6 @@ libgnome_spell_idl_la_SOURCES =	\
- libgnome_spell_component_la_LDFLAGS = -release $(API_VERSION) $(NO_UNDEFINED)
- libgnome_spell_component_la_LIBADD = 		\
- 	libgnome-spell-idl.la		\
--	$(ASPELL_LIBS)		\
- 	$(GNOME_SPELL_LIBS)			\
- 	$(END)
- 
-@@ -69,7 +66,6 @@ libgnome_spell_component_la_SOURCES =		\
- 
- test_gnome_spell_component_LDADD =		\
- 	libgnome-spell-idl.la		\
--	$(ASPELL_LIBS)				\
- 	$(GNOME_SPELL_LIBS)			\
- 	$(END)
- 
-Index: gnome-spell/dictionary.c
-===================================================================
-RCS file: /cvs/gnome/gnome-spell/gnome-spell/dictionary.c,v
-retrieving revision 1.39
-diff -u -p -u -p -r1.39 dictionary.c
---- gnome-spell/dictionary.c.enchant	5 Feb 2006 21:31:09 -0000	1.39
-+++ gnome-spell/dictionary.c	2 Apr 2006 14:31:46 -0000
+diff -up gnome-spell-1.0.8/gnome-spell/dictionary.c.enchant gnome-spell-1.0.8/gnome-spell/dictionary.c
+--- gnome-spell-1.0.8/gnome-spell/dictionary.c.enchant	2007-01-01 17:18:09.000000000 -0500
++++ gnome-spell-1.0.8/gnome-spell/dictionary.c	2008-02-17 12:07:33.000000000 -0500
 @@ -30,16 +30,21 @@
  #include <glib.h>
  #include <libgnome/gnome-i18n.h>
@@ -480,13 +389,63 @@
  	}
  	CORBA_sequence_set_release (seq, CORBA_TRUE);
  	g_slist_free (suggestion_list);
-Index: gnome-spell/dictionary.h
-===================================================================
-RCS file: /cvs/gnome/gnome-spell/gnome-spell/dictionary.h,v
-retrieving revision 1.8
-diff -u -p -u -p -r1.8 dictionary.h
---- gnome-spell/dictionary.h.enchant	5 Feb 2006 21:31:09 -0000	1.8
-+++ gnome-spell/dictionary.h	2 Apr 2006 14:31:46 -0000
+diff -up gnome-spell-1.0.8/gnome-spell/Makefile.in.enchant gnome-spell-1.0.8/gnome-spell/Makefile.in
+--- gnome-spell-1.0.8/gnome-spell/Makefile.in.enchant	2008-02-17 12:11:25.000000000 -0500
++++ gnome-spell-1.0.8/gnome-spell/Makefile.in	2008-02-17 12:11:39.000000000 -0500
+@@ -110,9 +110,6 @@ API_VERSION = @API_VERSION@
+ API_VERSION_IN_SHLIB_NAME = @API_VERSION_IN_SHLIB_NAME@
+ AR = @AR@
+ AS = @AS@
+-ASPELL_DICT = @ASPELL_DICT@
+-ASPELL_INC = @ASPELL_INC@
+-ASPELL_LIBS = @ASPELL_LIBS@
+ AUTOCONF = @AUTOCONF@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@
+@@ -275,13 +272,11 @@ glade_DATA = spell-checker.glade
+ END = 
+ INCLUDES = \
+         -I$(srcdir)                                     \
+-	$(ASPELL_INC)					\
+ 	-DPREFIX=\""$(prefix)"\"			\
+         -DGNOMEDATADIR=\""$(datadir)"\"         	\
+         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
+ 	-DGLADE_DATADIR=\"$(gladedir)\"			\
+ 	-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\"		\
+-	-DASPELL_DICT=\""$(ASPELL_DICT)"\"		\
+ 	$(GNOME_SPELL_CFLAGS)				\
+ 	$(END)
+ 
+@@ -309,7 +304,6 @@ libgnome_spell_idl_la_SOURCES = \
+ libgnome_spell_component_la_LDFLAGS = -release $(API_VERSION) $(NO_UNDEFINED)
+ libgnome_spell_component_la_LIBADD = \
+ 	libgnome-spell-idl.la		\
+-	$(ASPELL_LIBS)		\
+ 	$(GNOME_SPELL_LIBS)			\
+ 	$(END)
+ 
+@@ -323,7 +317,6 @@ libgnome_spell_component_la_SOURCES = \
+ 
+ test_gnome_spell_component_LDADD = \
+ 	libgnome-spell-idl.la		\
+-	$(ASPELL_LIBS)				\
+ 	$(GNOME_SPELL_LIBS)			\
+ 	$(END)
+ 
+diff -up gnome-spell-1.0.8/gnome-spell/test-spell.c.enchant gnome-spell-1.0.8/gnome-spell/test-spell.c
+--- gnome-spell-1.0.8/gnome-spell/test-spell.c.enchant	2007-01-01 17:18:09.000000000 -0500
++++ gnome-spell-1.0.8/gnome-spell/test-spell.c	2008-02-17 12:07:33.000000000 -0500
+@@ -52,7 +52,6 @@ main (int argc, char *argv [])
+ 	 * test dictionary
+ 	 */
+ 
+-	GNOME_Spell_Dictionary_getLanguages (en, &ev);
+ 	GNOME_Spell_Dictionary_setLanguage (en, "en", &ev);
+ 
+ 	printf ("check: %s --> %d\n",
+diff -up gnome-spell-1.0.8/gnome-spell/dictionary.h.enchant gnome-spell-1.0.8/gnome-spell/dictionary.h
+--- gnome-spell-1.0.8/gnome-spell/dictionary.h.enchant	2007-01-01 17:18:09.000000000 -0500
++++ gnome-spell-1.0.8/gnome-spell/dictionary.h	2008-02-17 12:07:33.000000000 -0500
 @@ -26,7 +26,6 @@
  G_BEGIN_DECLS
  
@@ -516,18 +475,235 @@
  	GSList *engines;
  	GHashTable *languages;
  	GHashTable *engines_ht;
-Index: gnome-spell/test-spell.c
-===================================================================
-RCS file: /cvs/gnome/gnome-spell/gnome-spell/test-spell.c,v
-retrieving revision 1.12
-diff -u -p -u -p -r1.12 test-spell.c
---- gnome-spell/test-spell.c.enchant	6 Mar 2003 16:37:36 -0000	1.12
-+++ gnome-spell/test-spell.c	2 Apr 2006 14:31:46 -0000
-@@ -52,7 +52,6 @@ main (int argc, char *argv [])
- 	 * test dictionary
- 	 */
+diff -up gnome-spell-1.0.8/gnome-spell/Makefile.am.enchant gnome-spell-1.0.8/gnome-spell/Makefile.am
+--- gnome-spell-1.0.8/gnome-spell/Makefile.am.enchant	2007-01-01 17:18:09.000000000 -0500
++++ gnome-spell-1.0.8/gnome-spell/Makefile.am	2008-02-17 12:07:33.000000000 -0500
+@@ -7,13 +7,11 @@ END =
  
--	GNOME_Spell_Dictionary_getLanguages (en, &ev);
- 	GNOME_Spell_Dictionary_setLanguage (en, "en", &ev);
+ INCLUDES =                                              \
+         -I$(srcdir)                                     \
+-	$(ASPELL_INC)					\
+ 	-DPREFIX=\""$(prefix)"\"			\
+         -DGNOMEDATADIR=\""$(datadir)"\"         	\
+         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
+ 	-DGLADE_DATADIR=\"$(gladedir)\"			\
+ 	-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\"		\
+-	-DASPELL_DICT=\""$(ASPELL_DICT)"\"		\
+ 	$(GNOME_SPELL_CFLAGS)				\
+ 	$(END)
  
- 	printf ("check: %s --> %d\n",
+@@ -55,7 +53,6 @@ libgnome_spell_idl_la_SOURCES =	\
+ libgnome_spell_component_la_LDFLAGS = -release $(API_VERSION) $(NO_UNDEFINED)
+ libgnome_spell_component_la_LIBADD = 		\
+ 	libgnome-spell-idl.la		\
+-	$(ASPELL_LIBS)		\
+ 	$(GNOME_SPELL_LIBS)			\
+ 	$(END)
+ 
+@@ -69,7 +66,6 @@ libgnome_spell_component_la_SOURCES =		\
+ 
+ test_gnome_spell_component_LDADD =		\
+ 	libgnome-spell-idl.la		\
+-	$(ASPELL_LIBS)				\
+ 	$(GNOME_SPELL_LIBS)			\
+ 	$(END)
+ 
+diff -up gnome-spell-1.0.8/Makefile.in.enchant gnome-spell-1.0.8/Makefile.in
+--- gnome-spell-1.0.8/Makefile.in.enchant	2008-02-17 12:10:26.000000000 -0500
++++ gnome-spell-1.0.8/Makefile.in	2008-02-17 12:10:37.000000000 -0500
+@@ -79,9 +79,6 @@ API_VERSION = @API_VERSION@
+ API_VERSION_IN_SHLIB_NAME = @API_VERSION_IN_SHLIB_NAME@
+ AR = @AR@
+ AS = @AS@
+-ASPELL_DICT = @ASPELL_DICT@
+-ASPELL_INC = @ASPELL_INC@
+-ASPELL_LIBS = @ASPELL_LIBS@
+ AUTOCONF = @AUTOCONF@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@
+diff -up gnome-spell-1.0.8/configure.enchant gnome-spell-1.0.8/configure
+--- gnome-spell-1.0.8/configure.enchant	2008-02-17 12:07:58.000000000 -0500
++++ gnome-spell-1.0.8/configure	2008-02-17 12:13:12.000000000 -0500
+@@ -1551,8 +1551,6 @@ Optional Packages:
+   --with-pic              try to use only PIC/non-PIC objects [default=use
+                           both]
+   --with-tags[=TAGS]      include additional configurations [automatic]
+-  --with-aspell-prefix=DIR
+-                          specify under which prefix aspell is installed.
+ 
+ Some influential environment variables:
+   CC          C compiler command
+@@ -22578,113 +22576,7 @@ _ACEOF
+ 
+ 
+ 
+-# Check whether --with-aspell-prefix was given.
+-if test "${with_aspell_prefix+set}" = set; then
+-  withval=$with_aspell_prefix; with_aspell_prefix="$withval"
+-fi
+-
+-
+-if test "x$with_aspell_prefix" != "x"; then
+-   saved_LDFLAGS=$LDFLAGS
+-   LDFLAGS="-L$with_aspell_prefix/${_lib:-lib} "$LDFLAGS
+-   ASPELL_INC="-I$with_aspell_prefix/include"
+-   ASPELL_LIBS="-L$with_aspell_prefix/${_lib:-lib} -laspell"
+-else
+-   LDFLAGS="-L`aspell config prefix`/${_lib:-lib} "$LDFLAGS
+-   ASPELL_INC="-I`aspell config prefix`/include"
+-   ASPELL_LIBS="-L`aspell config prefix`/${_lib:-lib} -laspell"
+-fi
+-ASPELL_DICT="`aspell config dict-dir`"
+-
+-{ echo "$as_me:$LINENO: checking for new_aspell_config in -laspell" >&5
+-echo $ECHO_N "checking for new_aspell_config in -laspell... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_aspell_new_aspell_config+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  ac_check_lib_save_LIBS=$LIBS
+-LIBS="-laspell  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-/* Override any GCC internal prototype to avoid an error.
+-   Use char because int might match the return type of a GCC
+-   builtin and then its argument prototype would still apply.  */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-char new_aspell_config ();
+-int
+-main ()
+-{
+-return new_aspell_config ();
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_lib_aspell_new_aspell_config=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_aspell_new_aspell_config=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5
+-echo "${ECHO_T}$ac_cv_lib_aspell_new_aspell_config" >&6; }
+-if test $ac_cv_lib_aspell_new_aspell_config = yes; then
+-  cat >>confdefs.h <<_ACEOF
+-#define HAVE_LIBASPELL 1
+-_ACEOF
+-
+-  LIBS="-laspell $LIBS"
+-
+-else
+-  { { echo "$as_me:$LINENO: error: gnome-spell cannot be built without aspell library" >&5
+-echo "$as_me: error: gnome-spell cannot be built without aspell library" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-if test "x$with_aspell_prefix" != "x"; then
+-   LDFLAGS=$saved_LDFLAGS
+-fi
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9"
++GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9 enchant >= 1.2.5"
+ 
+ 
+ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+diff -up gnome-spell-1.0.8/configure.in.enchant gnome-spell-1.0.8/configure.in
+--- gnome-spell-1.0.8/configure.in.enchant	2008-02-17 12:07:33.000000000 -0500
++++ gnome-spell-1.0.8/configure.in	2008-02-17 12:07:33.000000000 -0500
+@@ -68,33 +68,6 @@ AC_DEFINE_UNQUOTED(API_VERSION, "${API_V
+ AC_SUBST(API_VERSION)
+ 
+ dnl
+-dnl aspell
+-dnl
+-
+-AC_ARG_WITH(aspell-prefix, [  --with-aspell-prefix=DIR
+-                          specify under which prefix aspell is installed.], with_aspell_prefix="$withval", )
+-
+-if test "x$with_aspell_prefix" != "x"; then
+-   saved_LDFLAGS=$LDFLAGS
+-   LDFLAGS="-L$with_aspell_prefix/${_lib:-lib} "$LDFLAGS
+-   ASPELL_INC="-I$with_aspell_prefix/include"
+-   ASPELL_LIBS="-L$with_aspell_prefix/${_lib:-lib} -laspell"
+-else
+-   LDFLAGS="-L`aspell config prefix`/${_lib:-lib} "$LDFLAGS
+-   ASPELL_INC="-I`aspell config prefix`/include"
+-   ASPELL_LIBS="-L`aspell config prefix`/${_lib:-lib} -laspell"
+-fi
+-ASPELL_DICT="`aspell config dict-dir`"
+-AC_CHECK_LIB(aspell,new_aspell_config,,AC_MSG_ERROR([gnome-spell cannot be built without aspell library]),)
+-if test "x$with_aspell_prefix" != "x"; then
+-   LDFLAGS=$saved_LDFLAGS
+-fi
+-
+-AC_SUBST(ASPELL_DICT)
+-AC_SUBST(ASPELL_INC)
+-AC_SUBST(ASPELL_LIBS)
+-
+-dnl
+ dnl flags
+ dnl
+ 
+@@ -103,7 +76,7 @@ AC_SUBST(CFLAGS)
+ AC_SUBST(CPPFLAGS)
+ AC_SUBST(LDFLAGS)
+ 
+-GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9"
++GNOME_SPELL_MODULES="libgnomeui-2.0 >= 1.112.1 libbonoboui-2.0 >= 1.112.1 libglade-2.0 >= 1.99.9 enchant >= 1.2.5"
+ PKG_CHECK_MODULES(GNOME_SPELL, $GNOME_SPELL_MODULES)
+ AC_SUBST(GNOME_SPELL_CFLAGS)
+ AC_SUBST(GNOME_SPELL_LIBS)
+diff -up gnome-spell-1.0.8/art/Makefile.in.enchant gnome-spell-1.0.8/art/Makefile.in
+--- gnome-spell-1.0.8/art/Makefile.in.enchant	2008-02-17 12:11:11.000000000 -0500
++++ gnome-spell-1.0.8/art/Makefile.in	2008-02-17 12:11:15.000000000 -0500
+@@ -60,9 +60,6 @@ API_VERSION = @API_VERSION@
+ API_VERSION_IN_SHLIB_NAME = @API_VERSION_IN_SHLIB_NAME@
+ AR = @AR@
+ AS = @AS@
+-ASPELL_DICT = @ASPELL_DICT@
+-ASPELL_INC = @ASPELL_INC@
+-ASPELL_LIBS = @ASPELL_LIBS@
+ AUTOCONF = @AUTOCONF@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@


Index: gnome-spell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-spell/devel/gnome-spell.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnome-spell.spec	10 Feb 2008 03:24:56 -0000	1.31
+++ gnome-spell.spec	17 Feb 2008 17:19:05 -0000	1.32
@@ -22,8 +22,6 @@
 
 ### Build Dependencies ###
 
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: enchant-devel
 BuildRequires: gettext
 BuildRequires: intltool
@@ -40,12 +38,10 @@
 %prep
 %setup -q -n gnome-spell-%{version}
 %patch1 -p1 -b .multilib
-%patch2 -p0 -b .enchant
+%patch2 -p1 -b .enchant
 
 %build
 export _lib=%{_lib}
-autoconf
-automake
 %configure
 make %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list