- Disable tracker plugin until tracker is fixed
This commit is contained in:
parent
a563502a55
commit
38d9ebbe5a
28
totem.spec
28
totem.spec
@ -10,7 +10,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.25.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
@ -55,7 +55,7 @@ BuildRequires: dbus-devel
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: libgalago-devel
|
||||
BuildRequires: gmyth-devel
|
||||
BuildRequires: tracker-devel
|
||||
#BuildRequires: tracker-devel
|
||||
BuildRequires: libepc-devel
|
||||
|
||||
Obsoletes: nautilus-media
|
||||
@ -150,14 +150,14 @@ and watching them.
|
||||
To play back the videos however, you will need codecs that are not
|
||||
available in the Fedora repositories.
|
||||
|
||||
%package tracker
|
||||
Summary: Tracker-based video search plugin for Totem
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
#%package tracker
|
||||
#Summary: Tracker-based video search plugin for Totem
|
||||
#Group: Applications/Multimedia
|
||||
#Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description tracker
|
||||
This package provides a Totem plugin to allow searching local videos, based
|
||||
on their tags, metadata, or filenames, as indexing by the Tracker indexer.
|
||||
#%description tracker
|
||||
#This package provides a Totem 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
|
||||
@ -388,6 +388,7 @@ fi
|
||||
%{_libdir}/totem/plugins/media-player-keys
|
||||
%{_libdir}/totem/plugins/totem
|
||||
%{_libdir}/totem/plugins/thumbnail
|
||||
%{_libdir}/totem/plugins/opensubtitles
|
||||
%{_libdir}/totem/plugins/pythonconsole
|
||||
#%{_libdir}/totem/plugins/bemused
|
||||
%{_datadir}/icons/hicolor/*/apps/totem.png
|
||||
@ -415,9 +416,9 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/youtube
|
||||
|
||||
%files tracker
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/tracker
|
||||
#%files tracker
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/totem/plugins/tracker
|
||||
|
||||
%files mozplugin
|
||||
%defattr(-, root, root)
|
||||
@ -437,6 +438,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-2
|
||||
- Disable tracker plugin until tracker is fixed
|
||||
|
||||
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-1
|
||||
- Update to 2.25.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user