rpms/yelp/devel libs.patch,NONE,1.1 yelp.spec,1.179,1.180

Matthias Clasen mclasen at fedoraproject.org
Thu Mar 11 04:59:03 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/yelp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11875

Modified Files:
	yelp.spec 
Added Files:
	libs.patch 
Log Message:
link more


libs.patch:
 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE libs.patch ---
diff -up yelp-2.29.5/src/Makefile.am.libs yelp-2.29.5/src/Makefile.am
--- yelp-2.29.5/src/Makefile.am.libs	2010-03-10 23:50:02.021505526 -0500
+++ yelp-2.29.5/src/Makefile.am	2010-03-10 23:50:16.258506223 -0500
@@ -93,7 +93,8 @@ yelp_LDADD =				\
 	$(X_LIBS)			\
 	$(MOZILLA_COMPONENT_LIBS)	\
 	$(MOZILLA_EXTRA_LIBS)		\
-	$(MOZILLA_GLUE_LIBS)
+	$(MOZILLA_GLUE_LIBS)		\
+	-ldl
 
 yelp_LDFLAGS = $(AM_LDFLAGS)
 


Index: yelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -p -r1.179 -r1.180
--- yelp.spec	22 Feb 2010 17:15:27 -0000	1.179
+++ yelp.spec	11 Mar 2010 04:59:02 -0000	1.180
@@ -20,6 +20,7 @@ Summary: Help browser for the GNOME desk
 Name: yelp
 Version: 2.29.5
 Release: 1%{?dist}
+#VCS: git:git://git.gnome.org/yelp
 Source: http://download.gnome.org/sources/yelp/2.29/%{name}-%{version}.tar.bz2
 URL: http://live.gnome.org/Yelp
 Patch1: yelp-2.15.5-fedora-docs.patch
@@ -37,6 +38,8 @@ Patch3: yelp-use-pango.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=592762
 Patch13: ellipsis.patch
 
+Patch14: libs.patch
+
 License: GPLv2+
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -88,6 +91,7 @@ documentation written in DocBook.
 #%patch6 -p1 -b .hp
 #%patch12 -p1 -b .libxul
 %patch13 -p1 -b .ellipsis
+%patch14 -p1 -b .libs
 
 # force regeneration
 rm data/yelp.schemas



More information about the scm-commits mailing list