- Move the animation library to core package bsc#1162152

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=854
This commit is contained in:
Tomáš Chvátal 2020-01-30 10:33:21 +00:00 committed by Git OBS Bridge
parent 1f40139902
commit 1473dee814
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 30 10:24:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Move the animation library to core package bsc#1162152
-------------------------------------------------------------------
Thu Jan 23 10:21:31 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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`