From 9a3512163b1e08004ee147f0996ee5c1bf7353b7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 1 Oct 2017 00:05:37 +0200 Subject: [PATCH] fix libreoffice wrapper commit f01486efd11ac322554afd7f830632fa5b999ae3 renamed sources but didn't account for accessing Source7... --- libreoffice.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index d4a6433..1eb109b 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -57,7 +57,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.2 -Release: 1%{?libo_prerelease}%{?dist} +Release: 2%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -1285,10 +1285,10 @@ for app in base calc draw impress math writer; do chmod a+x oo$app done -sed -e s/LAUNCHER/unopkg/g -e s/BRAND/libreoffice/g %{SOURCE7} > unopkg +sed -e s/LAUNCHER/unopkg/g -e s/BRAND/libreoffice/g %{SOURCE8} > unopkg chmod a+x unopkg -sed -e s/LAUNCHER/soffice/g -e s/BRAND/libreoffice/g %{SOURCE7} > libreoffice +sed -e s/LAUNCHER/soffice/g -e s/BRAND/libreoffice/g %{SOURCE8} > libreoffice chmod a+x libreoffice # rhbz#499474 provide a /usr/bin/soffice for .recently-used.xbel @@ -2212,6 +2212,9 @@ done %{_includedir}/LibreOfficeKit %changelog +* Sun Oct 01 2017 Thierry Vignaud - 1:5.4.2.2-2 +- fix libreoffice wrapper + * Wed Sep 27 2017 David Tardon - 1:5.4.2.2-1 - update to 5.4.2 rc2