|
@@ -6,23 +6,12 @@
|
|
|
Summary: Music Management Application
|
|
|
Summary(ja): 音楽管理アプリケーション
|
|
|
Name: rhythmbox
|
|
|
-Version: 0.12.8
|
|
|
+Version: 0.13.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL2+ with exceptions and GFDL
|
|
|
Group: Applications/Multimedia
|
|
|
URL: http://projects.gnome.org/rhythmbox/
|
|
|
-Source: http://download.gnome.org/sources/rhythmbox/0.12/%{name}-%{version}.tar.bz2
|
|
|
-
|
|
|
-# https://bugzilla.gnome.org/show_bug.cgi?id=596615
|
|
|
-Patch0: rb-no-HEAD-for-podcasts.patch
|
|
|
-# https://bugzilla.redhat.com/show_bug.cgi?id=540672
|
|
|
-# https://bugzilla.gnome.org/show_bug.cgi?id=602140
|
|
|
-Patch1: rb-webkit-crasher.patch
|
|
|
-# https://bugzilla.redhat.com/show_bug.cgi?id=546188
|
|
|
-Patch2: 0001-Fix-crasher-when-MusicBrainz-can-t-read-a-disc.patch
|
|
|
-# https://bugzilla.gnome.org/show_bug.cgi?id=601524
|
|
|
-# https://bugzilla.gnome.org/show_bug.cgi?id=602957
|
|
|
-Patch3: rb-playbin2-track-changes.patch
|
|
|
+Source: http://download.gnome.org/sources/rhythmbox/0.13/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: libgpod-devel
|
|
@@ -51,7 +40,7 @@ BuildRequires: popt-devel
|
|
|
BuildRequires: lirc
|
|
|
BuildRequires: libmtp-devel
|
|
|
BuildRequires: libgnome-keyring-devel >= 2.30.0
|
|
|
-BuildRequires: gnome-media
|
|
|
+BuildRequires: gnome-media-devel
|
|
|
BuildRequires: libSM-devel
|
|
|
Requires: libgpod
|
|
|
Requires: libnotify
|
|
@@ -93,12 +82,26 @@ GStreamer により数多くの音声フォーマットをサポート、
|
|
|
インターネットラジオをサポート、プレイリスト管理などの
|
|
|
数多くの特徴を持ちます。
|
|
|
|
|
|
+%package devel
|
|
|
+Summary: Development tools for rhythmbox applications.
|
|
|
+Summary(ja): rhythmbox アプリケーションの開発用ファイル
|
|
|
+Group: Development/Libraries
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+Requires: pkgconfig
|
|
|
+Requires: glib2-devel
|
|
|
+Requires: gtk2-devel
|
|
|
+Requires: libsoup-devel
|
|
|
+Requires: gnome-media-devel
|
|
|
+Requires: totem-pl-parser-devel
|
|
|
+Requires: gstreamer-devel
|
|
|
+
|
|
|
+%description devel
|
|
|
+Header files and libraries for building a extension library for the rhythmbox.
|
|
|
+
|
|
|
+%description devel -l ja
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1 -b .http-head
|
|
|
-## %patch1 -p1 -b .webkit
|
|
|
-## %patch2 -p1 -b .mb-crasher
|
|
|
-## %patch3 -p1 -b .track-change-hang
|
|
|
# autoreconf -i
|
|
|
|
|
|
# Use the installed louie, not the one in Coherence
|
|
@@ -211,7 +214,7 @@ fi
|
|
|
%doc AUTHORS COPYING ChangeLog README NEWS
|
|
|
%{_sysconfdir}/gconf/schemas/rhythmbox.schemas
|
|
|
%{_bindir}/*
|
|
|
-%{_libdir}/lib*.so*
|
|
|
+%{_libdir}/lib*.so.*
|
|
|
%{_libdir}/rhythmbox/plugins
|
|
|
%{_datadir}/applications/rhythmbox.desktop
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
|
|
@@ -222,9 +225,21 @@ fi
|
|
|
%{_mandir}/man1/*
|
|
|
%{_libexecdir}/rhythmbox-metadata
|
|
|
|
|
|
+%files devel
|
|
|
+%defattr(-, root, root)
|
|
|
+%{_includedir}/%{name}/*
|
|
|
+%{_libdir}/*.so
|
|
|
+%{_libdir}/pkgconfig/*.pc
|
|
|
+
|
|
|
|
|
|
%changelog
|
|
|
-* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1
|
|
|
+* Sun Aug 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
|
|
|
+- new upstream release
|
|
|
+- change BuildRequires: gnome-media-devel instead of gnome-media
|
|
|
+- add devel package
|
|
|
+- drop Patch0
|
|
|
+
|
|
|
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.8-1
|
|
|
- new upstream release
|
|
|
- drop Patch1, Patch2, Patch3
|
|
|
- change BuildRequires: nautilus-cd-burner -> brasero-devel
|