rpms/epiphany/F-10 epiphany-2.24.2-libtool.patch, 1.2, 1.3 epiphany.spec, 1.212, 1.213

Martin Stransky stransky at fedoraproject.org
Thu Dec 18 13:01:18 UTC 2008


Author: stransky

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

Modified Files:
	epiphany-2.24.2-libtool.patch epiphany.spec 
Log Message:
Added libtool

epiphany-2.24.2-libtool.patch:

Index: epiphany-2.24.2-libtool.patch
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany/F-10/epiphany-2.24.2-libtool.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- epiphany-2.24.2-libtool.patch	18 Dec 2008 12:42:28 -0000	1.2
+++ epiphany-2.24.2-libtool.patch	18 Dec 2008 13:01:18 -0000	1.3
@@ -7,8 +7,8 @@
  
 -	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 && \
-+		libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS && \
++	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.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- epiphany.spec	18 Dec 2008 11:52:34 -0000	1.212
+++ epiphany.spec	18 Dec 2008 13:01:18 -0000	1.213
@@ -45,6 +45,7 @@
 BuildRequires: NetworkManager-devel
 %endif
 BuildRequires: pygtk2-devel, gnome-python2-devel
+BuildRequires: libtool
 
 # Patches
 Patch0: epiphany-1.0.1-home-page.patch




More information about the fedora-extras-commits mailing list