From f5e42fb7d32db5f3f6d3901c0a16d66aaf5f0961 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Dec 18 2008 13:35:00 +0000 Subject: added autoreconf --- diff --git a/epiphany-2.24.2-libtool.patch b/epiphany-2.24.2-libtool.patch deleted file mode 100644 index a1cd85c..0000000 --- a/epiphany-2.24.2-libtool.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up epiphany-2.24.2/configure.old epiphany-2.24.2/configure ---- epiphany-2.24.2/configure.old 2008-12-18 12:36:02.000000000 +0100 -+++ epiphany-2.24.2/configure 2008-12-18 12:37:55.000000000 +0100 -@@ -23509,8 +23509,8 @@ Py_Exit (0); - } - EOF - -- if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \ -- /bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \ -+ if libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \ -+ libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \ - grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then - result=yes - else diff --git a/epiphany.spec b/epiphany.spec index 959dc16..a568351 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -45,6 +45,7 @@ BuildRequires: python-devel BuildRequires: NetworkManager-devel %endif BuildRequires: pygtk2-devel, gnome-python2-devel +BuildRequires: autoconf # Patches Patch0: epiphany-1.0.1-home-page.patch