From 55f6ad814b313692c14da8858c91d6562cd09ef0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 26 2009 21:37:18 +0000 Subject: exclude sparc64 --- diff --git a/banshee.spec b/banshee.spec index e69b8c3..41f4fb5 100644 --- a/banshee.spec +++ b/banshee.spec @@ -3,7 +3,7 @@ Name: banshee Version: %{mainver}%{?patchver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -13,15 +13,13 @@ Source0: http://download.banshee-project.org/banshee/stable/%{mainver}/banshee-1 Source1: README.Fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# We only have mono on these arches: -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64 +# We dont have mono on these arches: +ExcludeArch: sparc64 # Versioned dependencies BuildRequires: libmusicbrainz-devel >= 2.1.1 BuildRequires: mono-devel -# see bz #526132 -- this is our first package that disables mDNSresponder -# which does not work due to glibc dlsym bug -BuildRequires: mono-zeroconf-devel >= 0.9.0-2 +BuildRequires: mono-zeroconf-devel >= 0.7.2 BuildRequires: hal-devel >= 0.5.6 BuildRequires: sqlite-devel >= 3.3 BuildRequires: gstreamer-devel >= 0.10 @@ -204,8 +202,8 @@ fi %changelog -* Thu Oct 22 2009 Michel Salim - 1.5.1%{?patchver}-2 -- Rebuild against new mono-zeroconf (bz #526132) +* Mon Oct 26 2009 Dennis Gilmore - 1.5.1-2 +- ExcludeArch sparc64 * Mon Oct 19 2009 Michel Salim - 1.5.1-1 - Update to final 1.5.1 release