12
0

- Add compat symlink wrt bsc#1035087 to avoid some failures

* Full fix needs to go to libreoffice package.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice-share-linker?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2017-04-21 11:21:08 +00:00
committed by Git OBS Bridge
parent 548fe015de
commit 2fa3e84792
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 21 11:19:42 UTC 2017 - tchvatal@suse.com
- Add compat symlink wrt bsc#1035087 to avoid some failures
* Full fix needs to go to libreoffice package.
-------------------------------------------------------------------
Tue Nov 3 12:24:14 UTC 2015 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libreoffice-share-linker
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -39,9 +39,16 @@ home as libreoffice layout is not set up for noarch packages otherwise.
%install
install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
# compat for migration from older releases openSUSE-13.1 and older
mkdir -p %{buildroot}%{_datadir}/libreoffice
pushd %{buildroot}%{_datadir}/libreoffice > /dev/null
ln -s %{_bindir}/%{name} link-to-ooo-home
popd > /dev/null
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%dir %{_datadir}/libreoffice/
%{_datadir}/libreoffice/link-to-ooo-home
%changelog