- Add totem-tv icons, and jamendo plugin
This commit is contained in:
parent
36a83141c4
commit
0161c8970b
23
totem.spec
23
totem.spec
@ -10,7 +10,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.25.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
@ -153,6 +153,16 @@ and watching them.
|
||||
To play back the videos however, you will need codecs that are not
|
||||
available in the Fedora repositories.
|
||||
|
||||
%package jamendo
|
||||
Summary: Jamendo plugin for Totem
|
||||
Group: Applications/Multimedia
|
||||
Requires: python-gdata
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description jamendo
|
||||
This package provides a plugin to allow browsing the Jamendo music store
|
||||
in Totem, and listening to them.
|
||||
|
||||
#%package tracker
|
||||
#Summary: Tracker-based video search plugin for Totem
|
||||
#Group: Applications/Multimedia
|
||||
@ -395,7 +405,9 @@ fi
|
||||
%{_libdir}/totem/plugins/pythonconsole
|
||||
#%{_libdir}/totem/plugins/bemused
|
||||
%{_datadir}/icons/hicolor/*/apps/totem.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/totem.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/totem-tv.png
|
||||
%{_datadir}/icons/hicolor/scalable/devices/totem.svg
|
||||
%{_datadir}/icons/hicolor/scalable/devices/totem-tv.svg
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_mandir}/man1/totem-video-thumbnailer.1.gz
|
||||
|
||||
@ -419,6 +431,10 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/youtube
|
||||
|
||||
%files jamendo
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/jamendo
|
||||
|
||||
#%files tracker
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/totem/plugins/tracker
|
||||
@ -441,6 +457,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-4
|
||||
- Add totem-tv icons, and jamendo plugin
|
||||
|
||||
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
|
||||
- Add missing, but temporary, startup-notification BR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user