diff --git a/totem.spec b/totem.spec index 5af5176..128eedd 100644 --- a/totem.spec +++ b/totem.spec @@ -1,7 +1,7 @@ Summary: Movie player for GNOME Name: totem Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ with exceptions Group: Applications/Multimedia @@ -93,6 +93,16 @@ Group: Applications/Internet Totem is simple movie player for the GNOME desktop. The mozilla plugin for Totem allows it to be embedded into a web browser. +%package mozplugin-vegas +Summary: Mozilla flash plugin for Totem +Group: Applications/Internet +Requires: %{name}-mozplugin = %{epoch}:%{version}-%{release} + +%description mozplugin-vegas +Totem is simple movie player for the GNOME desktop. +The mozilla vegas plugin for Totem allows it playback flash videos +on some popular video websites. + %package lirc Summary: LIRC (Infrared remote) plugin for Totem Group: Applications/Multimedia @@ -251,8 +261,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libexecdir}/totem-plugin-viewer %{_datadir}/totem/mozilla-viewer.ui %{_datadir}/totem/mozilla-viewer.css +%exclude %{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so + +%files mozplugin-vegas +%{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so %changelog +* Sun May 06 2012 Adel Gadllah 3.4.1-3 +- Split off vegas plugin (RH #804435) + * Wed Apr 25 2012 Bastien Nocera 3.4.1-2 - Remove dependencies for removed plugin (#816245)