From 45b823cad2a686cb4ac2fbde624f77960b352c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 2 Feb 2017 09:20:20 +0000 Subject: [PATCH] Resolves: rhbz#1409401 add depend on gtksink gstreamer1 element --- libreoffice.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 9a6ffd2..a1954d0 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -58,7 +58,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.3 -Release: 1%{?libo_prerelease}%{?dist} +Release: 2%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -259,6 +259,10 @@ Patch503: 0001-impl.-missing-function.patch %global __requires_exclude %{libo_bundled_libs_filter} %endif +%if 0%{?__isa_bits} == 64 +%global mark64 ()(64bit) +%endif + %description LibreOffice is an Open Source, community-developed, office productivity suite. It includes the key desktop applications, such as a word processor, @@ -554,9 +558,6 @@ creation and management of PostgreSQL databases through a GUI. %package ure Summary: UNO Runtime Environment #rhbz#1164551 we want to ensure that a libjvm.so of this arch is available -%if 0%{?__isa_bits} == 64 -%global mark64 ()(64bit) -%endif Requires: %{name}-ure-common = %{epoch}:%{version}-%{release} Requires: unzip%{?_isa}, libjvm.so%{?mark64} Obsoletes: openoffice.org-ure < 1:3.3.1 @@ -664,6 +665,7 @@ A plug-in for LibreOffice that enables integration into the KDE desktop environm %package gtk3 Summary: LibreOffice GTK+ 3 integration plug-in Requires: %{name}-core%{?_isa} = %{epoch}:%{version}-%{release} +Requires: gstreamer1(element-gtksink)%{?mark64} Supplements: (%{name}-core%{?_isa} and gtk3%{?_isa}) %description gtk3 @@ -2301,6 +2303,9 @@ done %endif %changelog +* Thu Feb 02 2017 Caolán McNamara - 1:5.3.0.3-2 +- Resolves: rhbz#1409401 add depend on gtksink gstreamer1 element + * Fri Jan 27 2017 David Tardon - 1:5.3.0.3-1 - update to 5.3.0 rc3