|
|
@ -299,7 +299,7 @@ export ADDCXXFLAGS=" -Wno-error=return-type"
|
|
|
|
|
|
|
|
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
make all docs %{?_smp_mflags}
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
(cd proton-c/bindings/python/dist; %py3_build)
|
|
|
|
(cd python/dist; %py3_build)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -307,7 +307,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
(cd proton-c/bindings/python/dist; %py3_install)
|
|
|
|
(cd python/dist; %py3_install)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
CPROTON_BUILD=$PWD . ./config.sh
|
|
|
|
CPROTON_BUILD=$PWD . ./config.sh
|
|
|
|