From c8599017d0d632ca8996c3f0093408df33b2ad0398a0bf6b63b51d2b7542a9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 25 Jun 2014 11:05:05 +0000 Subject: [PATCH] - Install missing libsaxlo. Hacked for now, upstream notified. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=167 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++++ 2 files changed, 9 insertions(+) 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`