rpms/banshee/devel banshee-0.10.12-libdbus-glib-dllmap.patch, NONE, 1.1 banshee.spec, 1.20, 1.21

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Fri Sep 1 19:26:49 UTC 2006


Author: caillon

Update of /cvs/extras/rpms/banshee/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30050

Modified Files:
	banshee.spec 
Added Files:
	banshee-0.10.12-libdbus-glib-dllmap.patch 
Log Message:
* Fri Sep  1 2006 Christopher Aillon <caillon at redhat.com> - 0.10.12-4
- Register banshee-notificationareaicon.schemas in %post (bug 185605)
- Add dllmap for libdbus-glib so banshee works without dbus-glib-devel
  (bug 202990)


banshee-0.10.12-libdbus-glib-dllmap.patch:

--- NEW FILE banshee-0.10.12-libdbus-glib-dllmap.patch ---
Index: banshee/src/banshee.exe.config.in
===================================================================
RCS file: /cvs/gnome/banshee/src/banshee.exe.config.in,v
retrieving revision 1.15
diff -d -u -p -r1.15 banshee.exe.config.in
--- banshee/src/banshee.exe.config.in	3 Feb 2006 17:18:52 -0000	1.15
+++ banshee/src/banshee.exe.config.in	1 Sep 2006 19:18:12 -0000
@@ -5,5 +5,6 @@
 	<dllmap dll="libbonobo-2.so" target="libbonobo-2.so.0" />
 	<dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
 	<dllmap dll="libbanshee" target="@expanded_libdir@/@PACKAGE@/libbanshee.so" />
+	<dllmap dll="libdbus-glib-1" target="libdbus-glib-1.so.2" />
 	<dllmap dll="libX11" target="libX11.so.6" />
 </configuration>


Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- banshee.spec	28 Aug 2006 15:46:10 -0000	1.20
+++ banshee.spec	1 Sep 2006 19:26:48 -0000	1.21
@@ -1,6 +1,6 @@
 Name:    banshee
 Version: 0.10.12
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -9,6 +9,7 @@
 Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch1: banshee-0.10.12-mono-libdir.patch
+Patch2: banshee-0.10.12-libdbus-glib-dllmap.patch
 
 BuildRequires: ipod-sharp
 BuildRequires: avahi-sharp
@@ -42,6 +43,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .mono-libdir
+%patch2 -p1 -b .libdbus-glib-dllmap
 
 %build
 # try to work around a problem where gst-inspect does
@@ -73,7 +75,7 @@
 update-desktop-database %{_datadir}/applications
 
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-for schema in audioscrobbler.schemas banshee.schemas daap.schemas filesystemmonitor.schemas metadatasearch.schemas mmkeys.schemas; do
+for schema in audioscrobbler.schemas banshee.schemas banshee-notificationareaicon.schemas daap.schemas filesystemmonitor.schemas metadatasearch.schemas mmkeys.schemas; do
   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$schema > /dev/null || :
 done
 
@@ -106,6 +108,11 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Fri Sep  1 2006 Christopher Aillon <caillon at redhat.com> - 0.10.12-4
+- Register banshee-notificationareaicon.schemas in %%post (bug 185605)
+- Add dllmap for libdbus-glib so banshee works without dbus-glib-devel
+  (bug 202990)
+
 * Mon Aug 28 2006 Christopher Aillon <caillon at redhat.com> - 0.10.12-3
 - Rebuild
 




More information about the scm-commits mailing list