rpms/totem/devel totem.spec,1.219,1.220

Bastien Nocera hadess at fedoraproject.org
Tue Feb 3 23:07:22 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17033

Modified Files:
	totem.spec 
Log Message:
Add separate UPNP plugin package



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- totem.spec	3 Feb 2009 18:08:44 -0000	1.219
+++ totem.spec	3 Feb 2009 23:06:51 -0000	1.220
@@ -160,6 +160,16 @@
 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 @@
 %{_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 @@
 %{_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 @@
 %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 @@
 %changelog
 * Tue Feb 03 2009 - Bastien Nocera <bnocera at redhat.com> - 2.25.90-1
 - Update to 2.25.90
+- Add separate UPNP plugin package
 
 * Wed Jan 28 2009 - Bastien Nocera <bnocera at redhat.com> - 2.25.3-9
 - Remove gnome-desktop requires, it's not needed




More information about the fedora-extras-commits mailing list