Name: banshee Version: 0.10.6 Release: 1 Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: GPL URL: http://banshee-project.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ipod-sharp BuildRequires: avahi-sharp BuildRequires: libmusicbrainz-devel >= 2.1.1 BuildRequires: gtk-sharp2 BuildRequires: mono-devel >= 1.1.10 BuildRequires: mono-data BuildRequires: mono-data-sqlite BuildRequires: hal-devel BuildRequires: dbus-devel BuildRequires: dbus-sharp >= 0.36.2 BuildRequires: sqlite-devel >= 3.3 BuildRequires: gstreamer-devel >= 0.10 BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gtk2-devel >= 2.6 BuildRequires: glib2-devel >= 2.4 BuildRequires: libgnomeui-devel BuildRequires: GConf2-devel BuildRequires: gnome-vfs2-devel BuildRequires: gnome-desktop-devel BuildRequires: nautilus-cd-burner-devel %description Banshee allows you to import CDs, sync your music collection to an iPod, play music directly from an iPod, create playlists with songs from your library, and create audio and MP3 CDs from subsets of your library. %prep %setup -q %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} %configure --disable-docs --with-gstreamer-0-10 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} %makeinstall desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Red-Hat-Base \ --add-only-show-in=GNOME \ $RPM_BUILD_ROOT%{_datadir}/applications/banshee.desktop %find_lang %name %post update-desktop-database %{_datadir}/applications %postun update-desktop-database %{_datadir}/applications %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/banshee %{_libdir}/banshee %{_libdir}/pkgconfig/banshee.pc %{_datadir}/applications/*.desktop %{_datadir}/icons %{_datadir}/dbus-1/services/org.gnome.Banshee.service %{_sysconfdir}/gconf/schemas %exclude %{_libdir}/banshee/*.a %exclude %{_libdir}/banshee/*.a %changelog * Tue Feb 21 2006 Christopher Aillon 0.10.6-1 - Initial RPM