rpms/rhythmbox/devel rb-automake-warning.patch, NONE, 1.1 rhythmbox.spec, 1.166, 1.167

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Feb 5 02:12:17 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22674

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-automake-warning.patch 
Log Message:
Another build fix


rb-automake-warning.patch:

--- NEW FILE rb-automake-warning.patch ---
Index: podcast/Makefile.am
===================================================================
--- podcast/Makefile.am	(revision 5561)
+++ podcast/Makefile.am	(working copy)
@@ -55,8 +55,7 @@
 librhythmbox_itms_detection_plugin_la_LDFLAGS = \
 	-avoid-version	\
 	-export-symbols $(srcdir)/plugin.symbols \
-	-module		\
-	$(AM_LDFLAGS)
+	-module
 
 endif
 


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- rhythmbox.spec	5 Feb 2008 02:00:17 -0000	1.166
+++ rhythmbox.spec	5 Feb 2008 02:11:42 -0000	1.167
@@ -62,6 +62,8 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=510406
 Patch4: gsd-media-player-api.patch
 
+Patch5: rb-automake-warning.patch
+
 %description
 Rhythmbox is an integrated music management application based on the powerful
 GStreamer media framework. It has a number of features, including an easy to
@@ -94,6 +96,7 @@
 %patch2 -p1 -b .x-content
 %patch3 -p1 -b .soup24
 %patch4 -p0 -b .gsd
+%patch5 -p0 -b .automake
 
 %build
 autoconf




More information about the fedora-extras-commits mailing list