more requires

This commit is contained in:
Matthias Clasen 2009-09-26 00:54:53 +00:00
parent c4834f91f9
commit a41ccad11b

View File

@ -6,12 +6,12 @@
Summary: Movie player for GNOME
Name: totem
Version: 2.28.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Multimedia
URL: http://projects.gnome.org/totem/
Source0: http://download.gnome.org/sources/totem/2.28/totem-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14
@ -29,6 +29,7 @@ Requires: pyxdg
Requires: pygtk2
# For the iplayer plugin
Requires: python-httplib2
Requires: python-BeautifulSoup
Requires: gstreamer >= %gstreamer_version
Requires: gstreamer-plugins-base >= %gstreamer_plugins_base_version
@ -88,8 +89,8 @@ Summary: Mozilla plugin for Totem
Group: Applications/Internet
%description mozplugin
Totem is simple movie player for the GNOME desktop.
The mozilla plugin for Totem allows it to be embedded into a web browser.
Totem is simple movie player for the GNOME desktop.
The mozilla plugin for Totem allows it to be embedded into a web browser.
%package lirc
Summary: LIRC (Infrared remote) plugin for Totem
@ -105,7 +106,7 @@ Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description mythtv
This package provides a plugin to give Totem access to recordings on
This package provides a plugin to give Totem access to recordings on
a remote MythTV server.
%package youtube
@ -114,7 +115,7 @@ Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description youtube
This package provides a plugin to allow browsing YouTube videos in Totem,
This package provides a plugin to allow browsing YouTube videos in Totem,
and watching them.
To play back the videos however, you will need codecs that are not
@ -146,7 +147,7 @@ and watching videos from those.
#Requires: %{name} = %{version}-%{release}
#%description tracker
#This package provides a Totem plugin to allow searching local videos, based
#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
@ -155,8 +156,8 @@ Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description publish
This package provides a plugin to allow you to share your current playlist
(and the files included in that playlist) with other Totems on the same
This package provides 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.
%package devel
@ -178,7 +179,7 @@ Obsoletes: totem-nautilus-xine < 2.23.0
Obsoletes: totem-nautilus-gstreamer < 2.23.0
%description nautilus
This package provides a Nautilus extension that shows the properties of
This package provides a Nautilus extension that shows the properties of
audio and video files in the properties dialog.
%prep
@ -186,7 +187,7 @@ audio and video files in the properties dialog.
%build
# try to work around a problem where gst-inspect does
# try to work around a problem where gst-inspect does
# not find playbin the first time around
DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
@ -379,6 +380,9 @@ fi
%{_libdir}/totem/plugins/publish
%changelog
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
- More requires
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
- Add requires for iplayer plugin (#522068)