rpms/epiphany/F-10 epiphany-2.24.2-libtool.patch, NONE, 1.1 epiphany.spec, 1.211, 1.212

Martin Stransky stransky at fedoraproject.org
Thu Dec 18 11:53:05 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/epiphany/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5335

Modified Files:
	epiphany.spec 
Added Files:
	epiphany-2.24.2-libtool.patch 
Log Message:
* Thu Dec 18 2008 Martin Stransky <stransky at redhat.com> - 2.24.2-5
- build fix to configure



epiphany-2.24.2-libtool.patch:

--- NEW FILE epiphany-2.24.2-libtool.patch ---
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


Index: epiphany.spec
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany/F-10/epiphany.spec,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- epiphany.spec	18 Dec 2008 01:29:59 -0000	1.211
+++ epiphany.spec	18 Dec 2008 11:52:34 -0000	1.212
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.24.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and GFDL
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -53,6 +53,7 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=334751
 Patch3: epiphany-2.20.1-wrapped-plugins.patch
 Patch4: python-paths.patch
+Patch5: epiphany-2.24.2-libtool.patch
 
 %description
 Epiphany is a simple GNOME web browser based on the Mozilla rendering
@@ -96,6 +97,7 @@
 %patch2 -p1 -b .default-bookmarks
 %patch3 -p1 -b .wrapped-plugins
 %patch4 -p1 -b .python-paths
+%patch5 -p1 -b .libtool
 # Fedora Epiphany version
 cat >> data/default-prefs-common.js << EOF
 pref("general.useragent.vendor", "Fedora");
@@ -244,6 +246,9 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Thu Dec 18 2008 Martin Stransky <stransky at redhat.com> - 2.24.2-5
+- build fix to configure
+
 * Wed Dec 17 2008 Christopher Aillon <caillon at redhat.com> - 2.24.2-4
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list