[banshee] Drop MeeGo sub-package since the required mutter-meego package

Christian Krause chkr at fedoraproject.org
Sun Feb 26 18:40:05 UTC 2012


commit b41f3854973875163ca2ecb86bfd3523fe9b226f
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Feb 26 13:40:01 2012 -0500

    Drop MeeGo sub-package since the required mutter-meego package
    
      is not available anymore

 banshee.spec |   32 ++++++++------------------------
 1 files changed, 8 insertions(+), 24 deletions(-)
---
diff --git a/banshee.spec b/banshee.spec
index 118fee2..92bafe5 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -6,7 +6,7 @@
 Name:    banshee
 Version: 2.2.1
 #Release: 0%{gitdate}git%{?dist}
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -95,6 +95,8 @@ Requires:      gio-sharp gtk-sharp-beans
 Requires:      %{name}-musicbrainz = %{version}-%{release}
 Requires:      media-player-info
 
+Obsoletes: banshee-meego < 2.2.1-4
+
 %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
@@ -140,17 +142,6 @@ library, and create audio and MP3 CDs from subsets of your library.
 The %{name}-musicbrainz-devel package contains header files for
 developing applications that use %{name}-musicbrainz.
 
-%package        meego
-Summary:        Meego Support for the Banshee Media Framework
-Group:          Applications/Multimedia
-Requires:       %{name} = %{version}-%{release}
-Requires:       mutter-meego dbus
-
-%description    meego
-The MeeGo integration extension provides a panel that integrates into the
-MeeGo toolbar. From the Banshee panel, you have quick access to your music
-and play queue sources.
-
 %prep
 %setup -q
 #%setup -q -n %{name}-%{gitdate}
@@ -169,12 +160,11 @@ export MONO_SHARED_DIR=%mono_shared
 # libgpod-sharp is now used for ipod support
 %configure  --disable-docs --enable-mtp --enable-podcast \
             --disable-hal --disable-ipod \
-            --disable-boo --enable-meego \
 %ifarch s390 s390x
             --disable-appledevice \
 %endif
             --with-vendor-build-id=Fedora%{?fedora}-%{version}-%{release} \
-	    --disable-boo --enable-meego --disable-clutter
+            --disable-boo --disable-clutter --disable-meego
 
 make %{?_smp_mflags} V=1
 
@@ -224,8 +214,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/muinshee
 %{_bindir}/bamz
 %exclude %{_libdir}/banshee/MusicBrainz.dll*
-%exclude %{_libdir}/banshee/MeeGo.exe*
-%exclude %{_libdir}/banshee/Extensions/Banshee.MeeGo.dll*
 %{_libdir}/banshee
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service
@@ -248,15 +236,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/banshee-musicbrainz.pc
 
-%files meego
-%defattr(-,root,root,-)
-%{_datadir}/mutter-meego/panels/*
-%{_libexecdir}/meego*
-%{_libdir}/banshee/MeeGo.exe*
-%{_libdir}/banshee/Extensions/Banshee.MeeGo.dll*
-%{_datadir}/dbus-1/services/com.meego.*
-
 %changelog
+* Sun Feb 26 2012 Christian Krause <chkr at fedoraproject.org> - 2.2.1-4
+- Drop MeeGo sub-package since the required mutter-meego package
+  is not available anymore
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list