[banshee] - Fix BRs and configure options on s390(x) and ppc(64)

Dan Horák sharkcz at fedoraproject.org
Fri Oct 1 10:35:22 UTC 2010


commit 050b9d49f03749bc1341c83f5f33800423724481
Author: Dan Horák <dan at danny.cz>
Date:   Fri Oct 1 12:35:19 2010 +0200

    - Fix BRs and configure options on s390(x) and ppc(64)

 banshee.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/banshee.spec b/banshee.spec
index a08e566..9a555d8 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -7,7 +7,7 @@
 Name:    banshee
 Version: %{mainver}%{?patchver}
 #Release: 0.1.%{gitdate}git%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -70,7 +70,8 @@ BuildRequires: libXxf86vm-devel
 BuildRequires: gettext-devel intltool perl(XML::Parser)
 
 # No boo-devel for ppc* but we owe it to the users to keep banshee up to date
-%ifarch  %ix86 x86_64 sparc
+# The arch list around --disable-boo must be the same
+%ifnarch  ppc ppc64
 BuildRequires: boo-devel
 %endif
 
@@ -156,10 +157,10 @@ export MONO_SHARED_DIR=%mono_shared
 # Snapshots only
 #./autogen.sh
 %configure  --disable-docs --enable-mtp --enable-podcast \
-%ifnarch s390 s390x
-            --enable-ipod \
+%ifarch s390 s390x
+            --disable-ipod \
 %endif
-%ifnarch %ix86 x86_64 sparc s390 s390x
+%ifarch ppc ppc64
             --disable-boo \
 %endif
             --with-vendor-build-id=Fedora%{?fedora}-%{version}-%{release}
@@ -238,6 +239,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Oct 01 2010 Dan Horák <dan[at]danny.cz> - 1.7.4-3
+- Fix BRs and configure options on s390(x) and ppc(64)
+
 * Wed Sep 08 2010 Christian Krause <chkr at fedoraproject.org> - 1.7.4-2
 - Add patch to properly comment out some make rules (BZ 631387)
 


More information about the scm-commits mailing list