[libreoffice] must explicitly specify python=system for python2

David Tardon dtardon at fedoraproject.org
Fri Jan 25 05:13:08 UTC 2013


commit 1ecb9320fe907d0827a782e62f35d457fe59b06a
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jan 25 06:12:21 2013 +0100

    must explicitly specify python=system for python2

 libreoffice.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index fb4b15b..cbb7fd5 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1012,7 +1012,7 @@ export CXXFLAGS=$ARCH_FLAGS
 %if 0%{?rhel} < 7
 %define distrooptions --disable-graphite --without-system-mythes --without-system-mdds --without-junit --without-system-redland --disable-ext-mysql-connector --without-system-libexttextcat --without-system-libcdr --without-system-libwps --without-system-libwpd --without-system-libwpg --without-system-libcmis --without-system-clucene --without-system-libvisio --without-system-lcms2 --enable-gstreamer-0-10 --disable-gstreamer --disable-postgresql-sdbc
 %else
-%define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes
+%define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --enable-python=system
 %endif
 %else
 %define distrooptions --without-system-hsqldb --enable-kde4 --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes


More information about the scm-commits mailing list