|
@@ -6,8 +6,8 @@
|
|
Summary: Music Management Application
|
|
Summary: Music Management Application
|
|
Summary(ja): 音楽管理アプリケーション
|
|
Summary(ja): 音楽管理アプリケーション
|
|
Name: rhythmbox
|
|
Name: rhythmbox
|
|
-Version: 0.12.6
|
|
+Version: 0.12.7
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL2+ with exceptions and GFDL
|
|
License: GPL2+ with exceptions and GFDL
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
URL: http://projects.gnome.org/rhythmbox/
|
|
URL: http://projects.gnome.org/rhythmbox/
|
|
@@ -67,8 +67,8 @@ Requires: gstreamer-python
|
|
%if %{enable_DLNA_UPnP}
|
|
%if %{enable_DLNA_UPnP}
|
|
Requires: python-Coherence
|
|
Requires: python-Coherence
|
|
%endif
|
|
%endif
|
|
-PreReq: desktop-file-utils >= %{desktop_file_utils_version}
|
|
+Requires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
-PreReq: scrollkeeper GConf2
|
|
+Requires: scrollkeeper GConf2
|
|
|
|
|
|
# # gstreamer-plugins-ffmpeg and gstreamer-plugins-ugly package provided by
|
|
# # gstreamer-plugins-ffmpeg and gstreamer-plugins-ugly package provided by
|
|
# # self-build-gstreamer-plugins-ffmpeg and self-build-gstreamer-plugins-ugly,
|
|
# # self-build-gstreamer-plugins-ffmpeg and self-build-gstreamer-plugins-ugly,
|
|
@@ -96,9 +96,9 @@ GStreamer により数多くの音声フォーマットをサポート、
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .http-head
|
|
%patch0 -p1 -b .http-head
|
|
-%patch1 -p1 -b .webkit
|
|
+## %patch1 -p1 -b .webkit
|
|
-%patch2 -p1 -b .mb-crasher
|
|
+## %patch2 -p1 -b .mb-crasher
|
|
-%patch3 -p1 -b .track-change-hang
|
|
+## %patch3 -p1 -b .track-change-hang
|
|
# autoreconf -i
|
|
# autoreconf -i
|
|
|
|
|
|
# Use the installed louie, not the one in Coherence
|
|
# Use the installed louie, not the one in Coherence
|
|
@@ -210,8 +210,7 @@ fi
|
|
%doc AUTHORS COPYING ChangeLog README NEWS
|
|
%doc AUTHORS COPYING ChangeLog README NEWS
|
|
%{_sysconfdir}/gconf/schemas/rhythmbox.schemas
|
|
%{_sysconfdir}/gconf/schemas/rhythmbox.schemas
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
-%{_libdir}/lib*.so.*
|
|
+%{_libdir}/lib*.so*
|
|
-%{_libdir}/librhythmbox-core.so*
|
|
|
|
%{_libdir}/rhythmbox/plugins
|
|
%{_libdir}/rhythmbox/plugins
|
|
%{_datadir}/applications/rhythmbox.desktop
|
|
%{_datadir}/applications/rhythmbox.desktop
|
|
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
|
|
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
|
|
@@ -219,10 +218,15 @@ fi
|
|
%{_datadir}/icons/*
|
|
%{_datadir}/icons/*
|
|
%{_datadir}/omf/rhythmbox
|
|
%{_datadir}/omf/rhythmbox
|
|
%{_datadir}/rhythmbox
|
|
%{_datadir}/rhythmbox
|
|
|
|
+%{_mandir}/man1/*
|
|
%{_libexecdir}/rhythmbox-metadata
|
|
%{_libexecdir}/rhythmbox-metadata
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop Patch1, Patch2, Patch3
|
|
|
|
+
|
|
* Mon Feb 15 2010 Shu KONNO <owa@bg.wakwak.com> 0.12.6-2
|
|
* Mon Feb 15 2010 Shu KONNO <owa@bg.wakwak.com> 0.12.6-2
|
|
- rebuilt with new environment
|
|
- rebuilt with new environment
|
|
|
|
|