From e2e3ab920e26954c82dc9fde57e63ff853222316 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Oct 18 2010 12:35:59 +0000 Subject: - Fix BRs and configure options on s390(x) - Be verbose during build --- diff --git a/banshee.spec b/banshee.spec index 29cffbe..350dd96 100644 --- a/banshee.spec +++ b/banshee.spec @@ -7,7 +7,7 @@ Name: banshee Version: %{mainver}%{?patchver} #Release: 0.1.%{gitdate}git%{?dist} -Release: 6%{?dist} +Release: 7%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -53,7 +53,9 @@ BuildRequires: gio-sharp-devel gtk-sharp-beans-devel BuildRequires: gkeyfile-sharp-devel gudev-sharp-devel BuildRequires: gtk-sharp2-devel taglib-sharp-devel BuildRequires: gnome-sharp-devel notify-sharp-devel +%ifnarch s390 s390x BuildRequires: libgpod-sharp-devel >= 0.7.95 +%endif BuildRequires: gdata-sharp-devel # Extra mono deps @@ -162,12 +164,15 @@ export MONO_SHARED_DIR=%mono_shared %ifarch ppc ppc64 --disable-boo \ %endif +%ifarch s390 s390x + --disable-appledevice \ +%endif --with-vendor-build-id=Fedora%{?fedora}-%{version}-%{release} -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %check -make check +make check V=1 %install %{__rm} -rf %{buildroot} @@ -238,6 +243,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Oct 18 2010 Dan Horák - 1.8.0-7 +- Fix BRs and configure options on s390(x) +- Be verbose during build + * Mon Oct 11 2010 Nathaniel McCallum - 1.8.0-6 - Fix download URL