From aa908bd3bbbe21cfca4c86629845a114fcd6b09922cd193a82c8f7b513e55545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Jan 2014 13:57:40 +0000 Subject: [PATCH] - Fix typo on the sed line. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=61 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index 3a3edc8..2797daf 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 2 13:57:30 UTC 2014 - tchvatal@suse.com + +- Fix typo on the sed line. + ------------------------------------------------------------------- Thu Jan 2 10:14:46 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 767ef7b..4b3f1d2 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -839,7 +839,7 @@ if test -n "$lo_jobs" ; then PARALLEL_BUILD="--with-parallelism=$lo_jobs" fi # using icecream -if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then +if test -e "/usr/lib/icecc/bin/gcc" -a -e "/usr/lib/icecc/bin/g++" ; then PARALLEL_BUILD="$PARALLEL_BUILD --enable-icecream" fi # make sure that JAVA_HOME is set correctly @@ -965,7 +965,7 @@ for desktop in * ; do app=`echo $desktop_new | sed "s/.desktop//"` %suse_update_desktop_file $app done -sed -i -e 's:Office;:Office;Spreadsheet;:g' %_datadir/applications/math.desktop +sed -i -e 's:Office;:Office;Spreadsheet;:g' %{buildroot}/%_datadir/applications/math.desktop cd - ################ # compat stuff for noarch packages