rpms/banshee/F-10 banshee.spec,1.66,1.67

Michel Alexandre Salim salimma at fedoraproject.org
Thu Feb 12 15:27:04 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/banshee/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3354/F-10

Modified Files:
	banshee.spec 
Log Message:
* Wed Feb 11 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.2-3
- Enable video mode support
- Enable unit tests if nunit-2.4 is available
- MusicBrainz subpackage no longer depends on main package



Index: banshee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/F-10/banshee.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- banshee.spec	12 Feb 2009 04:14:27 -0000	1.66
+++ banshee.spec	12 Feb 2009 15:26:33 -0000	1.67
@@ -2,7 +2,7 @@
 
 Name:    banshee
 Version: 1.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 Group:   Applications/Multimedia
 License: MIT
@@ -27,7 +27,8 @@
 BuildRequires: libmtp-devel >= 0.2.0
 
 # Sharp
-BuildRequires: ipod-sharp-devel avahi-sharp gtk-sharp2-devel taglib-sharp-devel gnome-sharp-devel
+BuildRequires: avahi-sharp gtk-sharp2-devel taglib-sharp-devel
+BuildRequires: gnome-sharp-devel notify-sharp-devel ipod-sharp-devel 
 
 # Extra mono deps
 BuildRequires: mono-data mono-data-sqlite mono-addins-devel
@@ -35,6 +36,9 @@
 # Gnome/Glib
 BuildRequires: gnome-desktop-devel nautilus-cd-burner-devel ndesk-dbus-glib-devel
 
+# X
+BuildRequires: libXxf86vm-devel
+
 # Misc
 BuildRequires: gettext-devel intltool perl(XML::Parser)
 
@@ -43,11 +47,18 @@
 BuildRequires: boo-devel
 %endif
 
+# Rawhide
+%if 0%{?fedora} >= 11
+#BuildRequires: clutter-devel
+BuildRequires: mono-nunit-devel
+%endif
+
 BuildRequires: desktop-file-utils
 
 # bug 484996: until f-spot stops "providing" mono-addins, we have
 # to explicitly depend on it
 Requires:      mono-addins
+
 Requires:      podsleuth
 Requires:      libmtp
 Requires:      %{name}-musicbrainz = %{version}-%{release}
@@ -74,7 +85,6 @@
 %package        musicbrainz
 Summary:        MusicBrainz libraries for the Banshee Media Framework
 Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
 
 %description    musicbrainz
 Banshee allows you to import CDs, sync your music collection to an iPod,
@@ -115,6 +125,11 @@
             --disable-gstreamer-plugins-check
 make
 
+%check
+%if 0%{?fedora} >= 11
+make check
+%endif
+
 %install
 %{__rm} -rf %{buildroot}
 export MONO_SHARED_DIR=%mono_shared
@@ -182,6 +197,11 @@
 
 
 %changelog
+* Wed Feb 11 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.2-3
+- Enable video mode support
+- Enable unit tests if nunit-2.4 is available
+- MusicBrainz subpackage no longer depends on main package
+
 * Tue Feb 10 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.2-2
 - Patch to correct timezone handling for podcasts (bz #484766)
 




More information about the fedora-extras-commits mailing list