Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/totem.git#b673c6d26d2c27bffbafb871650b3f565cd3312c
This commit is contained in:
parent
e4c9b1d3fc
commit
5828a2bf47
20
totem.spec
20
totem.spec
@ -4,7 +4,7 @@
|
||||
Name: totem
|
||||
Epoch: 1
|
||||
Version: 3.38.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Movie player for GNOME
|
||||
|
||||
License: GPLv2+ with exceptions
|
||||
@ -48,6 +48,8 @@ BuildRequires: liberation-sans-fonts
|
||||
BuildRequires: pkgconfig(grilo-0.3)
|
||||
BuildRequires: pkgconfig(grilo-pls-0.3)
|
||||
|
||||
Requires: %{name}-video-thumbnailer%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
# For all the Python plugins
|
||||
Requires: libpeas-loader-python3%{?_isa}
|
||||
Requires: python3-gobject
|
||||
@ -79,6 +81,12 @@ a pretty complete keyboard navigation.
|
||||
|
||||
Totem is extensible through a plugin system.
|
||||
|
||||
%package video-thumbnailer
|
||||
Summary: Totem video thumbnailer
|
||||
|
||||
%description video-thumbnailer
|
||||
This package contains the Totem video thumbnailer.
|
||||
|
||||
%package devel
|
||||
Summary: Plugin writer's documentation for totem
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
@ -111,7 +119,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/totem
|
||||
%{_bindir}/totem-video-thumbnailer
|
||||
%{_libdir}/libtotem.so.*
|
||||
%{_libdir}/girepository-1.0/Totem-1.0.typelib
|
||||
%{_datadir}/applications/org.gnome.Totem.desktop
|
||||
@ -150,9 +157,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Totem.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Totem-symbolic.svg
|
||||
%{_mandir}/man1/totem.1*
|
||||
%{_mandir}/man1/totem-video-thumbnailer.1*
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
|
||||
%files video-thumbnailer
|
||||
%license COPYING
|
||||
%{_bindir}/totem-video-thumbnailer
|
||||
%{_mandir}/man1/totem-video-thumbnailer.1*
|
||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||
|
||||
%files devel
|
||||
@ -163,6 +174,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Kalev Lember <klember@redhat.com> - 1:3.38.0-4
|
||||
- Split totem-video-thumbnailer out to a separate subpackage
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.38.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user