Add separate UPNP plugin package
This commit is contained in:
parent
d36befb511
commit
f48cbc436e
17
totem.spec
17
totem.spec
@ -160,6 +160,16 @@ Requires: %{name} = %{version}-%{release}
|
||||
This package provides a plugin to allow browsing the Jamendo music store
|
||||
in Totem, and listening to them.
|
||||
|
||||
%package upnp
|
||||
Summary: UPNP/DLNA plugin for Totem
|
||||
Group: Applications/Multimedia
|
||||
Requires: python-Coherence
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description upnp
|
||||
This package provides a plugin to allow browsing UPNP/DLNA shares,
|
||||
and watching videos from those.
|
||||
|
||||
#%package tracker
|
||||
#Summary: Tracker-based video search plugin for Totem
|
||||
#Group: Applications/Multimedia
|
||||
@ -392,6 +402,7 @@ fi
|
||||
%{_libdir}/libbaconvideowidget.so*
|
||||
%dir %{_libdir}/totem
|
||||
%dir %{_libdir}/totem/plugins
|
||||
%{_libdir}/totem/plugins/brasero
|
||||
%{_libdir}/totem/plugins/gromit
|
||||
%{_libdir}/totem/plugins/ontop
|
||||
%{_libdir}/totem/plugins/screensaver
|
||||
@ -402,6 +413,7 @@ fi
|
||||
%{_libdir}/totem/plugins/thumbnail
|
||||
%{_libdir}/totem/plugins/opensubtitles
|
||||
%{_libdir}/totem/plugins/pythonconsole
|
||||
%{_libdir}/totem/plugins/screenshot
|
||||
#%{_libdir}/totem/plugins/bemused
|
||||
%{_datadir}/icons/hicolor/*/apps/totem.png
|
||||
%{_datadir}/icons/hicolor/*/devices/totem-tv.png
|
||||
@ -434,6 +446,10 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/jamendo
|
||||
|
||||
%files upnp
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/coherence_upnp
|
||||
|
||||
#%files tracker
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/totem/plugins/tracker
|
||||
@ -458,6 +474,7 @@ fi
|
||||
%changelog
|
||||
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.90-1
|
||||
- Update to 2.25.90
|
||||
- Add separate UPNP plugin package
|
||||
|
||||
* Wed Jan 28 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-9
|
||||
- Remove gnome-desktop requires, it's not needed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user