From 49f62e6838dc4c8aba4e528d8a8f6d1267ac13a7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 25 Jan 2013 06:12:43 +0100 Subject: [PATCH] use negation --- libreoffice.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index cbb7fd5..83f8c87 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1018,9 +1018,7 @@ export CXXFLAGS=$ARCH_FLAGS %define distrooptions --without-system-hsqldb --enable-kde4 --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes %endif -%if 0%{libo_python3} -%{nil} -%else +%if ! 0%{libo_python3} export PYTHON=%{_bindir}/python export PYTHON_CFLAGS=`pkg-config --cflags python` export PYTHON_LIBS=`pkg-config --libs python`