rpms/banshee/F-13 banshee.spec,1.91,1.92

Karsten Hopp karsten at fedoraproject.org
Thu Feb 18 15:49:07 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/banshee/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26278

Modified Files:
	banshee.spec 
Log Message:
- enable boo support and disable ipod support on s390(x)


Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/F-13/banshee.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- banshee.spec	3 Feb 2010 23:18:06 -0000	1.91
+++ banshee.spec	18 Feb 2010 15:49:07 -0000	1.92
@@ -7,7 +7,7 @@
 Name:    banshee
 Version: %{mainver}%{?patchver}
 #Release: 0.1.%{gitdate}git%{?dist}
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -49,7 +49,9 @@ BuildRequires: libmtp-devel >= 0.2.0
 # Sharp
 BuildRequires: gtk-sharp2-devel taglib-sharp-devel
 BuildRequires: gnome-sharp-devel notify-sharp-devel
+%ifnarch s390 s390x
 BuildRequires: ipod-sharp-devel >= 0.8.5
+%endif
 
 # Extra mono deps
 BuildRequires: mono-data mono-data-sqlite mono-addins-devel
@@ -147,8 +149,11 @@ cp -p %{SOURCE1} .
 export MONO_SHARED_DIR=%mono_shared
 # Snapshots only
 #./autogen.sh
-%configure  --disable-docs --enable-mtp --enable-ipod --enable-podcast \
-%ifnarch %ix86 x86_64 sparc
+%configure  --disable-docs --enable-mtp --enable-podcast \
+%ifnarch s390 s390x
+            --enable-ipod \
+%endif
+%ifnarch %ix86 x86_64 sparc s390 s390x
             --disable-boo \
 %endif
             --with-vendor-build-id=Fedora%{?fedora}-%{version}-%{release}
@@ -226,6 +231,9 @@ fi
 
 
 %changelog
+* Thu Feb 18 2010 Karsten Hopp <karsten at redhat.com> -2.1
+- disable ipod support on s390(x), enable boo support
+
 * Thu Feb 04 2010 Christian Krause <chkr at fedoraproject.org> - 1.5.3-2
 - Update Spanish translation
 



More information about the scm-commits mailing list