- Re-add missing nautilus files section
- Fix obsoletes and provides to upgrade from the broken 2.21.96 packages
This commit is contained in:
parent
775064d0a6
commit
822cfdba13
20
totem.spec
20
totem.spec
@ -10,7 +10,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.23.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 with exception
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.gnome.org/projects/totem/
|
||||
@ -76,6 +76,8 @@ a pretty complete keyboard navigation.
|
||||
Summary: Gstreamer backend for Totem
|
||||
Group: Applications/Multimedia
|
||||
Provides: %{name}-backend
|
||||
Provides: %{name}-gstreamer
|
||||
Obsoletes: %{name}-gstreamer < 2.23.0
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gstreamer >= %gstreamer_version
|
||||
Requires: gstreamer-plugins-base >= %gstreamer_plugins_base_version
|
||||
@ -92,6 +94,8 @@ This package provides the gstreamer backend for the Totem media player.
|
||||
Summary: Gstreamer backend for Totem
|
||||
Group: Applications/Multimedia
|
||||
Provides: %{name}-backend
|
||||
Provides: %{name}-xine
|
||||
Obsoletes: %{name}-xine < 2.23.0
|
||||
Requires: %{name} = %{version}
|
||||
Requires: xine-lib >= %{xine_version}
|
||||
BuildRequires: xine-lib-devel >= %{xine_version}
|
||||
@ -171,6 +175,10 @@ in that playlist) with other Totems on the same local network.
|
||||
Summary: Video and Audio Properties tab for Nautilus
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: totem-nautilus-xine
|
||||
Provides: totem-nautilus-gstreamer
|
||||
Obsoletes: totem-nautilus-xine < 2.23.0
|
||||
Obsoletes: totem-nautilus-gstreamer < 2.23.0
|
||||
|
||||
%description nautilus
|
||||
A Nautilus extension that shows the properties of audio and video files in•
|
||||
@ -357,7 +365,6 @@ fi
|
||||
%{_bindir}/%{name}-audio-preview
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_libdir}/nautilus/extensions-2.0/*.so*
|
||||
%dir %{_libexecdir}/totem
|
||||
%{_libexecdir}/totem/totem-bugreport.py*
|
||||
%{_libdir}/libbaconvideowidget.so*
|
||||
@ -376,6 +383,10 @@ fi
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_mandir}/man1/totem-video-thumbnailer.1.gz
|
||||
|
||||
%files nautilus
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/nautilus/extensions-2.0/*.so*
|
||||
|
||||
%files galago
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/galago
|
||||
@ -416,6 +427,11 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-2
|
||||
- Re-add missing nautilus files section
|
||||
- Fix obsoletes and provides to upgrade from the broken 2.21.96
|
||||
packages
|
||||
|
||||
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-1
|
||||
- Update to 2.23.0, rework the -gstreamer/-xine backend split to
|
||||
switch libraries instead of having replacements for all the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user