From c5b9a48648e4e257667370b9b9333589b682b280 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Tue, 28 Jul 2020 15:57:27 -0400 Subject: [PATCH] Revert "WIP" This reverts commit ad52829b191172fbc4c2a2b9f66ad1758ee2c5c3. --- qpid-proton.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index beae9f0..9e35edf 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -255,8 +255,8 @@ python_includes=$(ls -d /usr/include/python3*) "-DCMAKE_C_FLAGS=$CMAKE_C_FLAGS $CFLAGS -Wno-error=format-security" \ "-DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS $CXXFLAGS -Wno-error=format-security" \ .. -#make docs %{?_smp_mflags} -make docs -j1 +#make all docs %{?_smp_mflags} +make all docs -j1 (cd python/dist; %py3_build)