diff --git a/epiphany-libtool.patch b/epiphany-libtool.patch new file mode 100644 index 0000000..cf572ae --- /dev/null +++ b/epiphany-libtool.patch @@ -0,0 +1,10 @@ +--- configure.ac ++++ configure.ac +@@ -455,6 +455,7 @@ if test "$have_python" != "no"; then + AM_CHECK_PYTHON_HEADERS([],[have_python=no]) + fi + ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + if test "$have_python" != "no"; then + PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'` + PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'` diff --git a/epiphany.changes b/epiphany.changes index 31c1e6a..09603db 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 7 17:23:42 CEST 2008 - schwab@suse.de + +- Create libtool before use. + ------------------------------------------------------------------- Fri May 2 15:07:50 CEST 2008 - sbrabec@suse.cz diff --git a/epiphany.spec b/epiphany.spec index 0f9f383..1cd9041 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -30,7 +30,7 @@ Requires: mozilla = %{mozilla_ver} %endif %endif Version: 2.22.1.1 -Release: 8 +Release: 10 Requires: %{name}-lang = %{version} License: GPL v2 or later Group: Productivity/Networking/Web/Browsers @@ -44,6 +44,8 @@ Patch2: default-bookmarks.patch ### #PATCH-FIX-UPSTREAM epiphany-avahi-bookmarks.patch bgo516008 -- avahi bookmarks processing #PATCH-FIX-UPSTREAM SVN po update Patch3: epiphany-po-update.patch +# Create libtool before use +Patch4: epiphany-libtool.patch Url: http://www.gnome.org/projects/epiphany/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: python-gtk python-gnome iso-codes gnome-icon-theme @@ -116,6 +118,7 @@ Authors: %patch1 %patch2 -p1 %patch3 -p1 +%patch4 %build #cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js @@ -189,6 +192,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/epiphany %changelog +* Wed May 07 2008 schwab@suse.de +- Create libtool before use. * Fri May 02 2008 sbrabec@suse.cz - Translation fix from SVN. * Thu Apr 10 2008 maw@suse.de