rpms/muine-scrobbler/devel muinescrobbler-fixcompile.patch, NONE, 1.1 muine-scrobbler.spec, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Wed Sep 17 18:21:31 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/muine-scrobbler/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30749

Modified Files:
	muine-scrobbler.spec 
Added Files:
	muinescrobbler-fixcompile.patch 
Log Message:
get this building again

muinescrobbler-fixcompile.patch:

--- NEW FILE muinescrobbler-fixcompile.patch ---
diff -up muinescrobbler/Makefile.BAD muinescrobbler/Makefile
--- muinescrobbler/Makefile.BAD	2008-09-17 14:08:20.000000000 -0400
+++ muinescrobbler/Makefile	2008-09-17 14:07:47.000000000 -0400
@@ -1,7 +1,7 @@
 CS_FILES = Global.cs Song.cs GAudioscrobbler.cs AudioscrobblerPlugin.cs
 
 AudioscrobblerPlugin.dll: $(CS_FILES) Audioscrobbler.glade
-	mcs -target:library -out:AudioscrobblerPlugin.dll -r:Mono.Security.dll -r:System.Web.dll -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:muine-plugin -resource:Audioscrobbler.glade $(CS_FILES)
+	mcs -target:library -out:AudioscrobblerPlugin.dll -r:Mono.Security.dll -r:System.Web.dll -pkg:gnome-sharp-2.0 -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:muine-plugin -resource:Audioscrobbler.glade $(CS_FILES)
 
 install: AudioscrobblerPlugin.dll
 	mkdir -p ~/.gnome2/muine/plugins


Index: muine-scrobbler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muine-scrobbler/devel/muine-scrobbler.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- muine-scrobbler.spec	4 Jun 2008 15:26:06 -0000	1.6
+++ muine-scrobbler.spec	17 Sep 2008 18:21:00 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           muine-scrobbler
 Version:        0.1.8
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Audioscrobbler plugin for Muine
 
 Group:          Applications/Multimedia
@@ -10,10 +10,10 @@
 URL:            http://home.gna.org/muinescrobbler/
 Source0:        http://download.gna.org/muinescrobbler/%{real_name}-%{version}.tar.gz
 Patch0:         %{real_name}-0.1.8-no-generics.diff
+Patch1:         %{real_name}-fixcompile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-#only builds on i386, upstream issue
-ExclusiveArch:  i386
+ExclusiveArch:  i386 x86_64
 
 BuildRequires:  mono-devel, muine-devel >= 0.8.8-8
 BuildRequires:  gtk-sharp2-devel, gnome-sharp-devel
@@ -28,6 +28,7 @@
 %prep
 %setup -qn %{real_name}
 %patch0 -p1 
+%patch1 -p1 -b .fixcompile
 
 %build
 make
@@ -51,6 +52,9 @@
 
 
 %changelog
+* Wed Sep 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.1.8-7
+- fix compile (not sure how well this works, but it builds now)
+
 * Wed Jun 04 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.1.8-6
 - rebuild for dependancies
 




More information about the fedora-extras-commits mailing list