diff --git a/.cvsignore b/.cvsignore index da3cd16..01d6a19 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -banshee-0.13.2.tar.bz2 +banshee-1-0.98.3.tar.bz2 diff --git a/banshee.spec b/banshee.spec index 8e6a15d..91817db 100644 --- a/banshee.spec +++ b/banshee.spec @@ -1,20 +1,16 @@ Name: banshee -Version: 0.13.2 -Release: 4%{?dist} -Summary: easily import, manage, and play selections from your music collection +Version: 0.98.3 +Release: 1%{?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/%{name}-%{version}.tar.bz2 +Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: banshee-0.10.12-mono-libdir.patch -Patch2: banshee-0.10.12-libdbus-glib-dllmap.patch -# -Patch3: x-content.patch # We only have mono on these arches: -ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha +ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc BuildRequires: ipod-sharp BuildRequires: avahi-sharp @@ -35,10 +31,10 @@ BuildRequires: nautilus-cd-burner-devel BuildRequires: gettext-devel BuildRequires: perl(XML::Parser) BuildRequires: ndesk-dbus-glib-devel -#BuildRequires: boo-devel +BuildRequires: taglib-sharp-devel +BuildRequires: libmtp-devel Requires: libipoddevice -Requires(post): GConf2 Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -48,32 +44,29 @@ 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 -#%patch1 -p1 -b .mono-libdir -#%patch2 -p1 -b .libdbus-glib-dllmap -%patch3 -p1 -b .x-content +%setup -q -n %{name}-1-%{version} %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} %configure --disable-docs --with-gstreamer-0-10 --disable-helix \ --enable-external-ndesk-dbus \ + --enable-mtp --enable-podcast \ --disable-gstreamer-plugins-check make %install %{__rm} -rf $RPM_BUILD_ROOT export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-only-show-in=GNOME \ - $RPM_BUILD_ROOT%{_datadir}/applications/banshee.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/banshee-1.desktop -%find_lang %name +%find_lang %name-1 %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -81,11 +74,6 @@ desktop-file-install --vendor gnome --delete-original \ %post update-desktop-database %{_datadir}/applications -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -for schema in %{_sysconfdir}/gconf/schemas/banshee*.schemas; do - gconftool-2 --makefile-install-rule $schema > /dev/null || : -done - touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : @@ -101,24 +89,28 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi -%files -f %{name}.lang +%files -f %{name}-1.lang %defattr(-,root,root,-) %doc COPYING -%{_bindir}/banshee -%{_libdir}/banshee -%{_libdir}/pkgconfig/banshee.pc +%{_bindir}/banshee-1 +%{_libdir}/banshee-1 +%{_libdir}/pkgconfig/banshee-1-*.pc %{_datadir}/applications/*.desktop -%{_datadir}/dbus-1/services/org.gnome.Banshee.service -%dir %{_datadir}/banshee -%{_datadir}/banshee/audio-profiles -%{_datadir}/icons/hicolor/*/apps/music-player-banshee.png +%{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service +%dir %{_datadir}/banshee-1 +%{_datadir}/banshee-1/audio-profiles +%{_datadir}/banshee-1/icons/ +%{_datadir}/icons/hicolor/*/apps/media-player-banshee.png #%{_datadir}/icons/hicolor/scalable/apps/music-player-banshee.svg -%{_sysconfdir}/gconf/schemas +#%{_sysconfdir}/gconf/schemas %exclude %{_datadir}/icons/hicolor/icon-theme.cache -%exclude %{_libdir}/banshee/*.a -%exclude %{_libdir}/banshee/*.la +%exclude %{_libdir}/banshee-1/*.a +%exclude %{_libdir}/banshee-1/*.la %changelog +* Sat Apr 12 2008 Tom "spot" Callaway - 0.98.3-1 +- update to 0.98.3 (which doesn't have any prebuilt binaries in it) + * Thu Feb 21 2008 David Nielsen - 0.13.3-4 - revert to using bundled boo as external has no ppc support currently diff --git a/sources b/sources index b728bc9..85bc7f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbb68d4b82613085eaaf9ee7cd55f689 banshee-0.13.2.tar.bz2 +c0426c66a97b1700c7353135f8940b16 banshee-1-0.98.3.tar.bz2