rpms/banshee/devel banshee.spec,1.68,1.69

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


Author: salimma

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

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/devel/banshee.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- banshee.spec	8 Feb 2009 04:01:27 -0000	1.68
+++ banshee.spec	12 Feb 2009 15:26:34 -0000	1.69
@@ -2,14 +2,14 @@
 
 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
 URL:     http://banshee-project.org/
 Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2
 Source1: README.Fedora
-# Patch0:  banshee-1-1.4.1-riptags.patch
+Patch0:  banshee-1-1.4.2-podcast.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
@@ -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,9 +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}
@@ -72,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,
@@ -99,7 +111,7 @@
 
 %prep
 %setup -q -n %{name}-1-%{version}
-#patch0 -p0 -b .riptags
+%patch0 -p0 -b .podcast
 cp -p %{SOURCE1} .
 
 %build
@@ -113,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
@@ -180,8 +197,13 @@
 
 
 %changelog
-* Sat Feb  7 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.2-2
-- Rebuild against new Mono stack
+* 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)
 
 * Fri Jan 23 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.2-1
 - Update to 1.4.2




More information about the fedora-extras-commits mailing list