|
|
@ -307,7 +307,7 @@ CXX11FLAG=""
|
|
|
|
|
|
|
|
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
(cd proton-c/bindings/python; %py3_build)
|
|
|
|
(cd bindings/python; %py3_build)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -315,7 +315,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
(cd proton-c/bindings/python; %py3_install)
|
|
|
|
(cd bindings/python; %py3_install)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
CPROTON_BUILD=$PWD . ./config.sh
|
|
|
|
CPROTON_BUILD=$PWD . ./config.sh
|
|
|
|