fix docs...
and move to end of %build again
This commit is contained in:
parent
7baada3d93
commit
2126bdc711
@ -76,10 +76,6 @@ popd
|
|||||||
|
|
||||||
make %{?_smp_mflags} -C %{_target_platform}
|
make %{?_smp_mflags} -C %{_target_platform}
|
||||||
|
|
||||||
%if 0%{?docs}
|
|
||||||
make %{?_smp_mflags} docs %{_target_platform}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
# build libQt5Qml with no_sse2
|
# build libQt5Qml with no_sse2
|
||||||
mkdir -p %{_target_platform}-no_sse2
|
mkdir -p %{_target_platform}-no_sse2
|
||||||
@ -90,6 +86,10 @@ make %{?_smp_mflags} -C src/qml
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?docs}
|
||||||
|
make %{?_smp_mflags} docs -C %{_target_platform}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||||
|
Loading…
Reference in New Issue
Block a user