[libreoffice] missing backslash, fix early line end

Caolán McNamara caolanm at fedoraproject.org
Tue Feb 7 14:51:36 UTC 2012


commit 78da8ae75b151a70a72bb6ab4e13ca14759d02d7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 7 14:51:31 2012 +0000

    missing backslash, fix early line end

 libreoffice.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 2614055..6a60104 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -869,8 +869,7 @@ autoconf
  --with-build-version="Ver: %{version}-%{release}" --with-unix-wrapper=%{name} \
  --disable-ldap --disable-epm --disable-mathmldtd \
  --disable-gnome-vfs --enable-gio --enable-symbols --enable-lockdown \
- --enable-evolution2 --enable-cairo --enable-dbus --enable-opengl --enable-vba \
- %{?with_binfilter:--enable-binfilter}
+ --enable-evolution2 --enable-dbus --enable-opengl --enable-vba \
  --enable-ext-presenter-minimizer --enable-ext-nlpsolver \
  --enable-ext-presenter-console --enable-ext-pdfimport \
  --enable-ext-wiki-publisher --enable-ext-report-builder \
@@ -884,7 +883,7 @@ autoconf
  %{with_lang} --with-poor-help-localizations="$POORHELPS" \
  --with-external-tar=`pwd`/ext_sources --with-java-target-version=1.5 \
  --without-system-sampleicc \
- %{distrooptions}
+ %{distrooptions} %{?with_binfilter:--enable-binfilter}
 
 mkdir -p ext_sources
 cp %{SOURCE4} ext_sources


More information about the scm-commits mailing list