From 1473dee814b8fc89d117b79d0342a21361b049ea783410a95b7912c70184b1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 Jan 2020 10:33:21 +0000 Subject: [PATCH] - Move the animation library to core package bsc#1162152 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=854 --- libreoffice.changes | 5 +++++ libreoffice.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index e8b9285..bf5e932 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 30 10:24:05 UTC 2020 - Tomáš Chvátal + +- Move the animation library to core package bsc#1162152 + ------------------------------------------------------------------- Thu Jan 23 10:21:31 UTC 2020 - Tomáš Chvátal diff --git a/libreoffice.spec b/libreoffice.spec index 83d47ad..4daed0b 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1143,6 +1143,11 @@ grep -v "%{_libdir}/libreoffice/program/libfirebird_sdbclo.so" file-lists/common mv tmplist file-lists/common_list.txt %endif +# Remove the libanimcore from impress and put it to base (needed by draw too) +grep -v "%{_libdir}/libreoffice/program/libanimcorelo.so" file-lists/impress_list.txt > tmplist +mv tmplist file-lists/impress_list.txt +echo "%{_libdir}/libreoffice/program/libanimcorelo.so" >> file-lists/common_list.txt + ################ # update desktop files builddir=`pwd`