diff --git a/libreoffice.changes b/libreoffice.changes index 424ffa2..6754ab0 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 25 11:04:41 UTC 2014 - tchvatal@suse.com + +- Install missing libsaxlo. Hacked for now, upstream notified. + ------------------------------------------------------------------- Tue Jun 24 10:47:32 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 74e8e8b..fa04277 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1000,6 +1000,10 @@ make slowcheck %install make DESTDIR=%{buildroot} distro-pack-install +# FIXME: Hack add missing file +install -m755 instdir/program/libsaxlo.so %{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so +echo "%{_libdir}/%{name}/program/libsaxlo.so" >>file-lists/common_list.txt + ################ # update desktop files builddir=`pwd`