rpms/banshee/F-9 banshee.spec,1.45,1.46

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Mon May 12 23:50:42 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/banshee/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29022

Modified Files:
	banshee.spec 
Log Message:
Okay, I missed enabling iPod support, so here it is.



Index: banshee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/F-9/banshee.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- banshee.spec	10 May 2008 07:29:12 -0000	1.45
+++ banshee.spec	12 May 2008 23:50:02 -0000	1.46
@@ -2,7 +2,7 @@
 
 Name:    banshee
 Version: 0.99.1
-Release: 1.1%{?dist}
+Release: 2%{?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 avahi-sharp gtk-sharp2-devel taglib-sharp-devel gnome-sharp-devel
+BuildRequires: ipod-sharp-devel avahi-sharp gtk-sharp2-devel
+BuildRequires: taglib-sharp-devel gnome-sharp-devel
 
 # Extra mono deps
 BuildRequires: mono-data mono-data-sqlite mono-addins-devel
@@ -46,7 +47,7 @@
 
 BuildRequires: desktop-file-utils
 
-Requires:       libipoddevice
+Requires:      podsleuth
 
 %description
 Banshee allows you to import CDs, sync your music collection to an iPod,
@@ -70,7 +71,7 @@
 export MONO_SHARED_DIR=%mono_shared
 %configure  --disable-docs --with-gstreamer-0-10 --disable-helix \
             --enable-external-ndesk-dbus \
-            --enable-mtp --disable-podcast \
+            --enable-ipod --enable-mtp --disable-podcast \
             --disable-gstreamer-plugins-check
 make
 
@@ -126,6 +127,9 @@
 %{_libdir}/pkgconfig/banshee-1-*.pc
 
 %changelog
+* Tue May 13 2008 Nigel Jones <dev at nigelj.com> - 0.99.1-2
+- Enable iPod support & Req: podsleuth!
+
 * Sat May 5 2008 Nigel Jones <dev at nigelj.com> - 0.99.1-1.1
 - Fix brainfart...  Comment out the cp for Source1 which I moved out of the way
 




More information about the fedora-extras-commits mailing list