From 13644791eedbe847060a8f72a2332097ae876395 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Aug 15 2013 08:01:02 +0000 Subject: RHEL-6 python is pre pkg-config --- diff --git a/libreoffice.spec b/libreoffice.spec index 95d9ffc..cdec5aa 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1070,8 +1070,13 @@ export CXXFLAGS=$ARCH_FLAGS %if ! 0%{libo_python3} export PYTHON=%{_bindir}/python +%if 0%{?fedora} || 0%{?rhel} >= 7 export PYTHON_CFLAGS=`pkg-config --cflags python` export PYTHON_LIBS=`pkg-config --libs python` +%else +export PYTHON_CFLAGS=`python-config --cflags python` +export PYTHON_LIBS=`python-config --libs python` +%endif %endif # TODO: do we still need this? Perhaps some old patch touches