rpms/cowbell/devel cowbell-0.2.7.1-libdir.patch, NONE, 1.1 cowbell.spec, 1.8, 1.9

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Mon Mar 17 13:26:56 UTC 2008


Author: sindrepb

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

Modified Files:
	cowbell.spec 
Added Files:
	cowbell-0.2.7.1-libdir.patch 
Log Message:
x86_64 fixes

cowbell-0.2.7.1-libdir.patch:

--- NEW FILE cowbell-0.2.7.1-libdir.patch ---
diff -up cowbell-0.2.7.1/Makefile.in.orig cowbell-0.2.7.1/Makefile.in
--- cowbell-0.2.7.1/Makefile.in.orig	2008-03-17 14:08:25.000000000 +0100
+++ cowbell-0.2.7.1/Makefile.in	2008-03-17 14:09:17.000000000 +0100
@@ -306,7 +306,7 @@ wsdl_sources = $(addprefix $(srcdir)/, $
 wsdl_generated_sources = $(addprefix $(srcdir)/, $(wsdl_generated))
 build_resources = $(foreach res,$(RESOURCES), $(addprefix -resource:$(srcdir)/,$(res)),$(notdir $(res)))
 bin_SCRIPTS = $(WRAPPER)
-cowbelldir = $(prefix)/lib/cowbell
+cowbelldir = $(libdir)/cowbell
 cowbell_DATA = $(WRAPPER).exe $(WRAPPER).exe.config
 CLEANFILES = $(WRAPPER).exe $(WRAPPER).exe.mdb $(wsdl_generated) $(WRAPPER)
 EXTRA_DIST = \


Index: cowbell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/devel/cowbell.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cowbell.spec	20 Feb 2008 00:10:17 -0000	1.8
+++ cowbell.spec	17 Mar 2008 13:26:18 -0000	1.9
@@ -1,14 +1,19 @@
 Name:           cowbell
 Version:        0.2.7.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Music organazier
 
 Group:         	Applications/Multimedia 
 License:       	GPL 
 URL:           	http://more-cowbell.org/ 
 Source0:       	http://more-cowbell.org/releases/%{name}-%{version}.tar.gz
+#fixes libdir for x86_64
+Patch0:         cowbell-0.2.7.1-libdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# We only have mono on these arches:
+ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
+
 BuildRequires: 	mono-devel, gtk-sharp2-devel, gtk-sharp2-gapi
 BuildRequires: 	taglib-devel 
 BuildRequires:  scrollkeeper, desktop-file-utils, gettext
@@ -26,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -80,6 +86,10 @@
 
 
 %changelog
+* Mon Mar 17 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.2.7.1-9
+- Add ExclusiveArch to prevent build errors on unsupported archs
+- Add patch for fixing libdir path on x86_64
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.7.1-8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list