diff --git a/totem.spec b/totem.spec index 7cabdfd..e2fce75 100644 --- a/totem.spec +++ b/totem.spec @@ -7,7 +7,7 @@ Summary: Movie player for GNOME Name: totem Version: 2.21.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 with exception Group: Applications/Multimedia URL: http://www.gnome.org/projects/totem/ @@ -52,6 +52,7 @@ BuildRequires: libgalago-devel BuildRequires: gmyth-devel BuildRequires: python-devel gnome-python2-devel pygtk2-devel BuildRequires: tracker-devel +BuildRequires: libepc-devel BuildRequires: totem-pl-parser-devel Obsoletes: nautilus-media @@ -119,6 +120,15 @@ Requires: %{name} = %{version}-%{release} A plugin to allow searching local videos, based on their tags, metadata, or filenames, as indexing by the Tracker indexer. +%package publish +Summary: Share your playlist with other Totems on the local network +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} + +%description publish +A plugin to allow you to share your current playlist (and the files included +in that playlist) with other Totems on the same local network. + %prep %setup -q @@ -270,7 +280,14 @@ fi %{_libdir}/mozilla/plugins/* %{_libexecdir}/totem-plugin-viewer +%files publish +%defattr(-, root, root) +%{_libdir}/totem/plugins/publish + %changelog +* Mon Dec 10 2007 - Bastien Nocera - 2.21.5-4 +- Add the (non-working yet, missing files in the tarball) publish plugin + * Mon Dec 10 2007 - Bastien Nocera - 2.21.5-3 - Add the mythtv schemas to the mythtv subpackage (#410451)