rpms/banshee/devel banshee-0.10.12-mono-libdir.patch, NONE, 1.1 banshee.spec, 1.15, 1.16

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Aug 24 08:21:09 UTC 2006


Author: caillon

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

Modified Files:
	banshee.spec 
Added Files:
	banshee-0.10.12-mono-libdir.patch 
Log Message:
need to adjust for the new mono libdir on 64bit platforms

banshee-0.10.12-mono-libdir.patch:

--- NEW FILE banshee-0.10.12-mono-libdir.patch ---
--- banshee-0.10.12/configure.mono-libdir	2006-08-23 17:14:34.000000000 -0400
+++ banshee-0.10.12/configure	2006-08-24 03:42:17.000000000 -0400
@@ -21737,7 +21737,7 @@
 for asm in $required_assemblies; do
 	echo "$as_me:$LINENO: checking for $asm.dll" >&5
 echo $ECHO_N "checking for $asm.dll... $ECHO_C" >&6
-	if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll; then
+	if test ! \(-e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/1.0/$asm.dll \); then
 		{ { echo "$as_me:$LINENO: error: missing required Mono DLL: $asm.dll" >&5
 echo "$as_me: error: missing required Mono DLL: $asm.dll" >&2;}
    { (exit 1); exit 1; }; }


Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- banshee.spec	24 Aug 2006 03:41:10 -0000	1.15
+++ banshee.spec	24 Aug 2006 08:21:09 -0000	1.16
@@ -8,6 +8,7 @@
 URL:     http://banshee-project.org/
 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
 
 BuildRequires: ipod-sharp
 BuildRequires: avahi-sharp
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .mono-libdir
 
 %build
 # try to work around a problem where gst-inspect does




More information about the fedora-extras-commits mailing list