Update to 3.31.91
- Remove and obsolete totem-nautilus subpackage
This commit is contained in:
parent
63216f8ece
commit
ee8d346b1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ totem-2.90.5.tar.bz2
|
||||
/totem-3.26.2.tar.xz
|
||||
/totem-3.30.0.tar.xz
|
||||
/totem-3.31.90.tar.xz
|
||||
/totem-3.31.91.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (totem-3.31.90.tar.xz) = e7d3fe40fbf098adb5583b4278f5aa7d8b6a761f7e2cd6681c93a9e67c2260a25c9038fb70e08ead3bfac206fca396871d32951791690819189c31ed2c57f0cc
|
||||
SHA512 (totem-3.31.91.tar.xz) = 0f9b1b8327cd39bcf83f667fe679315c5d44480b1b3609edc50d4b800e2320b693e334e8d9d45cf18ac136027fc4ddbb0bb5a7d39f546303404b62c5aa983063
|
||||
|
||||
25
totem.spec
25
totem.spec
@ -10,7 +10,7 @@
|
||||
|
||||
Name: totem
|
||||
Epoch: 1
|
||||
Version: 3.31.90
|
||||
Version: 3.31.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Movie player for GNOME
|
||||
|
||||
@ -47,9 +47,6 @@ BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: vala
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
|
||||
# For the nautilus extension
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
|
||||
# Work-around for fontconfig bug https://bugzilla.redhat.com/show_bug.cgi?id=480928
|
||||
BuildRequires: liberation-sans-fonts
|
||||
|
||||
@ -105,6 +102,8 @@ Obsoletes: totem-mozplugin-vegas < 1:3.13.90-1
|
||||
# (obsoleted by the grilo plugin)
|
||||
Obsoletes: totem-youtube < 1:3.22.1-1
|
||||
Provides: totem-youtube = %{epoch}:%{version}-%{release}
|
||||
# Removed in F30
|
||||
Obsoletes: totem-nautilus < 1:3.31.91
|
||||
|
||||
%description
|
||||
Totem is simple movie player for the GNOME desktop. It features a
|
||||
@ -130,14 +129,6 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
The %{name}-devel package contains API documentation for
|
||||
developing developing plugins for %{name}.
|
||||
|
||||
%package nautilus
|
||||
Summary: Video and Audio Properties tab for Nautilus
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description nautilus
|
||||
This package provides a Nautilus extension that shows the properties of
|
||||
audio and video files in the properties dialog.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -157,7 +148,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/totem
|
||||
%{_bindir}/totem-video-thumbnailer
|
||||
@ -170,7 +161,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/totem/controls.ui
|
||||
%{_datadir}/totem/playlist.ui
|
||||
%{_datadir}/totem/preferences.ui
|
||||
%{_datadir}/totem/properties.ui
|
||||
%{_datadir}/totem/shortcuts.ui
|
||||
%{_datadir}/totem/totem.ui
|
||||
%{_datadir}/totem/uri.ui
|
||||
@ -205,9 +195,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||
|
||||
%files nautilus
|
||||
%{_libdir}/nautilus/extensions-3.0/*.so*
|
||||
|
||||
%if 0%{?fedora}
|
||||
%files lirc
|
||||
%{_libdir}/totem/plugins/lirc
|
||||
@ -221,6 +208,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 1:3.31.91-1
|
||||
- Update to 3.31.91
|
||||
- Remove and obsolete totem-nautilus subpackage
|
||||
|
||||
* Fri Feb 08 2019 Kalev Lember <klember@redhat.com> - 1:3.31.90-1
|
||||
- Update to 3.31.90
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user