Update to 3.33.0
- Remove and obsolete totem-lirc subpackage
This commit is contained in:
parent
ab06cad3ff
commit
903d6fe79d
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@ totem-2.90.5.tar.bz2
|
||||
/totem-3.31.92.tar.xz
|
||||
/totem-3.32.0.tar.xz
|
||||
/totem-3.32.1.tar.xz
|
||||
/totem-3.33.0.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (totem-3.32.1.tar.xz) = 31a3e3ac7628b992da3cf99570d013eb8b972e28465db30a9ec68291f8e19ab498d89df6275228367a7e3e43121bcebda2654f2b0461a9d1d561cf46e0029f67
|
||||
SHA512 (totem-3.33.0.tar.xz) = 2b9378a4fd2f7879adc453dd7c625b4b5aa8cfcedb9f748063189f9bcd2ad21a7fa42816b06a121b52588a2c36007df5d4abfe2a6efce95b6fd7b5ab2dd22707
|
||||
|
||||
29
totem.spec
29
totem.spec
@ -10,13 +10,13 @@
|
||||
|
||||
Name: totem
|
||||
Epoch: 1
|
||||
Version: 3.32.1
|
||||
Version: 3.33.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Movie player for GNOME
|
||||
|
||||
License: GPLv2+ with exceptions
|
||||
URL: https://wiki.gnome.org/Apps/Videos
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.33/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(clutter-1.0)
|
||||
@ -52,9 +52,6 @@ BuildRequires: /usr/bin/desktop-file-validate
|
||||
BuildRequires: liberation-sans-fonts
|
||||
|
||||
# For plugins
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: lirc-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig(grilo-0.3)
|
||||
BuildRequires: pkgconfig(grilo-pls-0.3)
|
||||
|
||||
@ -105,6 +102,8 @@ Obsoletes: totem-youtube < 1:3.22.1-1
|
||||
Provides: totem-youtube = %{epoch}:%{version}-%{release}
|
||||
# Removed in F30
|
||||
Obsoletes: totem-nautilus < 1:3.31.91
|
||||
# Removed in F31
|
||||
Obsoletes: totem-lirc < 1:3.33.0
|
||||
|
||||
%description
|
||||
Totem is simple movie player for the GNOME desktop. It features a
|
||||
@ -113,15 +112,6 @@ a pretty complete keyboard navigation.
|
||||
|
||||
Totem is extensible through a plugin system.
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package lirc
|
||||
Summary: LIRC (Infrared remote) plugin for Totem
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description lirc
|
||||
This package provides a plugin to add LIRC (Infrared remote) support to Totem.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Plugin writer's documentation for totem
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
@ -175,8 +165,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%endif
|
||||
%{_libdir}/totem/plugins/apple-trailers
|
||||
%{_libdir}/totem/plugins/autoload-subtitles
|
||||
%{_libdir}/totem/plugins/brasero-disc-recorder
|
||||
%{_libdir}/totem/plugins/im-status
|
||||
%{_libdir}/totem/plugins/open-directory
|
||||
%{_libdir}/totem/plugins/recent
|
||||
%{_libdir}/totem/plugins/rotation
|
||||
%{_libdir}/totem/plugins/screensaver
|
||||
@ -196,11 +186,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||
|
||||
%if 0%{?fedora}
|
||||
%files lirc
|
||||
%{_libdir}/totem/plugins/lirc
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%{_datadir}/gtk-doc/html/totem
|
||||
%{_includedir}/totem
|
||||
@ -209,6 +194,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 1:3.33.0-1
|
||||
- Update to 3.33.0
|
||||
- Remove and obsolete totem-lirc subpackage
|
||||
|
||||
* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 1:3.32.1-1
|
||||
- Update to 3.32.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user