SHA256
1
0
forked from pool/libreoffice

Accepting request 768552 from LibreOffice:Factory

- Move the animation library to core package bsc#1162152

OBS-URL: https://build.opensuse.org/request/show/768552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=194
This commit is contained in:
Dominique Leuenberger 2020-02-03 10:26:22 +00:00 committed by Git OBS Bridge
commit aeb54a1ca9
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> 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 mv tmplist file-lists/common_list.txt
%endif %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 # update desktop files
builddir=`pwd` builddir=`pwd`