- Add the (non-working yet, missing files in the tarball) publish plugin

This commit is contained in:
Bastien Nocera 2007-12-10 22:30:58 +00:00
parent 11f46897ad
commit 72d7ffc8fe

View File

@ -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 <bnocera@redhat.com> - 2.21.5-4
- Add the (non-working yet, missing files in the tarball) publish plugin
* Mon Dec 10 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-3
- Add the mythtv schemas to the mythtv subpackage (#410451)