Fix build with bootstrap
This commit is contained in:
parent
12097a463f
commit
08876ea371
@ -719,9 +719,11 @@ fi
|
|||||||
%doc dist/README dist/changes-5.*
|
%doc dist/README dist/changes-5.*
|
||||||
%{_qt5_docdir}/*.qch
|
%{_qt5_docdir}/*.qch
|
||||||
%if 0%{?examples}
|
%if 0%{?examples}
|
||||||
|
%if 0%{!?bootstrap}
|
||||||
# included in -examples instead, see bug #1212750
|
# included in -examples instead, see bug #1212750
|
||||||
%exclude %{_qt5_docdir}/*/examples-manifest.xml
|
%exclude %{_qt5_docdir}/*/examples-manifest.xml
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%{_qt5_docdir}/qmake/
|
%{_qt5_docdir}/qmake/
|
||||||
%{_qt5_docdir}/qtconcurrent/
|
%{_qt5_docdir}/qtconcurrent/
|
||||||
%{_qt5_docdir}/qtcore/
|
%{_qt5_docdir}/qtcore/
|
||||||
@ -847,7 +849,9 @@ fi
|
|||||||
|
|
||||||
%if 0%{?examples}
|
%if 0%{?examples}
|
||||||
%files examples
|
%files examples
|
||||||
|
%if 0%{!?bootstrap}
|
||||||
%{_qt5_docdir}/*/examples-manifest.xml
|
%{_qt5_docdir}/*/examples-manifest.xml
|
||||||
|
%endif
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user