- 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:
parent
1f40139902
commit
1473dee814
@ -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>
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user