From 04b7fda7072ee946d757ca9801f1accfbd81e040 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Tue, 10 Jul 2018 15:56:49 -0400 Subject: [PATCH] 0.24.0-1 --- qpid-proton.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index 5f05ac4..ac9a63a 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -291,7 +291,7 @@ export ADDCXXFLAGS=" -Wno-error=format-security -Wno-error=catch-value=" make all docs %{?_smp_mflags} %if 0%{?fedora} || 0%{?rhel} > 7 -(cd proton-c/bindings/python/dist; %py3_build) +(cd python/dist; %py3_build) %endif %install @@ -299,7 +299,7 @@ rm -rf %{buildroot} %make_install %if 0%{?fedora} || 0%{?rhel} > 7 -(cd proton-c/bindings/python/dist; %py3_install) +(cd python/dist; %py3_install) %endif CPROTON_BUILD=$PWD . ./config.sh