3.1.92
This commit is contained in:
parent
5db4cd9853
commit
f03f5ac764
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@ totem-2.90.5.tar.bz2
|
||||
/totem-3.0.1.tar.bz2
|
||||
/totem-3.1.0.tar.bz2
|
||||
/totem-3.1.4.tar.bz2
|
||||
/totem-3.1.91.tar.bz2
|
||||
/totem-3.1.92.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a04f9c12da4729d4774a73be832ac1e1 totem-3.1.4.tar.bz2
|
||||
75f6226cd09aa67cd75519d969d30dcc totem-3.1.92.tar.xz
|
||||
|
||||
16
totem.spec
16
totem.spec
@ -1,18 +1,18 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 3.1.4
|
||||
Version: 3.1.92
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/3.1/totem-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/totem/3.1/totem-%{version}.tar.xz
|
||||
|
||||
Requires: gnome-icon-theme
|
||||
# For the opensubtitles plugin
|
||||
Requires: pyxdg
|
||||
# For all the Python plugins
|
||||
Requires: pygobject2
|
||||
Requires: pygobject3
|
||||
# For the iplayer plugin
|
||||
Requires: python-httplib2
|
||||
Requires: python-BeautifulSoup
|
||||
@ -40,6 +40,7 @@ BuildRequires: libXi-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pygobject3-devel
|
||||
BuildRequires: totem-pl-parser-devel
|
||||
BuildRequires: clutter-gst-devel clutter-gtk-devel libmx-devel
|
||||
|
||||
@ -202,7 +203,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-video-thumbnailer
|
||||
@ -249,19 +249,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||
|
||||
%files nautilus
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/nautilus/extensions-3.0/*.so*
|
||||
|
||||
%files lirc
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/totem/plugins/lirc
|
||||
|
||||
%files youtube
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/totem/plugins/youtube
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%{_datadir}/gtk-doc/html/totem
|
||||
%{_includedir}/totem
|
||||
%{_libdir}/libtotem.so
|
||||
@ -269,13 +265,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%files mozplugin
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/mozilla/plugins/*
|
||||
%{_libexecdir}/totem-plugin-viewer
|
||||
%{_datadir}/totem/mozilla-viewer.ui
|
||||
%{_datadir}/totem/mozilla-viewer.css
|
||||
|
||||
%changelog
|
||||
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
|
||||
- Update to 3.1.92
|
||||
|
||||
* Wed Aug 03 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-1
|
||||
- Update to 3.1.4
|
||||
- Remove obsoleted plugins
|
||||
|
||||
Loading…
Reference in New Issue
Block a user