[libreoffice] drop obsolete configure options

David Tardon dtardon at fedoraproject.org
Thu Jun 6 11:04:53 UTC 2013


commit f0238d19da6e7752d27644a51fc6e407e9d6cea7
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Jun 6 08:38:21 2013 +0200

    drop obsolete configure options

 libreoffice.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index b1959b5..1e5f28b 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1057,21 +1057,21 @@ autoconf
 touch autogen.lastrun
 %configure \
  %vendoroption %{?_smp_flags:--with-parallelism=%{_smp_flags}} \
- --with-build-version="%{version}-%{release}" --with-unix-wrapper=%{name} \
- --enable-release-build --disable-epm --disable-mathmldtd \
+ --with-build-version="%{version}-%{release}" \
+ --enable-release-build --disable-epm \
  --disable-gnome-vfs --enable-gio --enable-symbols --enable-lockdown \
  --enable-evolution2 --enable-dbus --enable-opengl --enable-vba \
  --enable-ext-presenter-minimizer --enable-ext-nlpsolver \
- --enable-ext-wiki-publisher --enable-ext-report-builder \
+ --enable-ext-wiki-publisher \
  --enable-scripting-beanshell --enable-scripting-javascript \
- --with-system-jars --with-vba-package-format="builtin" \
+ --with-system-jars \
  --with-system-libs --with-system-headers \
  --without-system-npapi-headers --with-system-dicts \
  --with-external-dict-dir=/usr/share/myspell \
  --without-myspell-dicts --without-fonts --without-ppds --without-afms \
  --with-help \
- %{?with_lang} --with-poor-help-localizations="$POORHELPS" \
- --with-external-tar="$EXTSRCDIR" --with-java-target-version=1.5 \
+ %{?with_lang} \
+ --with-external-tar="$EXTSRCDIR" \
  %{distrooptions} \
  --disable-fetch-external --disable-ccache
 


More information about the scm-commits mailing list