- Enable bootstrap
This commit is contained in:
parent
e9165f58f4
commit
fbdeb193a3
@ -1,14 +1,18 @@
|
|||||||
|
|
||||||
%global qt_module qtxmlpatterns
|
%global qt_module qtxmlpatterns
|
||||||
|
|
||||||
|
%global bootstrap 1
|
||||||
|
|
||||||
|
%define prerelease rc
|
||||||
|
|
||||||
# define to build docs, need to undef this for bootstrapping
|
# define to build docs, need to undef this for bootstrapping
|
||||||
# where qt5-qttools builds are not yet available
|
# where qt5-qttools builds are not yet available
|
||||||
# only primary archs (for now), allow secondary to bootstrap
|
# only primary archs (for now), allow secondary to bootstrap
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
%ifarch %{arm} %{ix86} x86_64
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
%define docs 1
|
%define docs 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%define prerelease rc
|
|
||||||
|
|
||||||
Summary: Qt5 - QtXmlPatterns component
|
Summary: Qt5 - QtXmlPatterns component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
|
Loading…
Reference in New Issue
Block a user