fix bootstrapping logic
This commit is contained in:
parent
1d9f13a6e7
commit
12a21a7868
@ -19,7 +19,7 @@
|
|||||||
# 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
|
||||||
# skip docs on el6, qdoc crashes: https://bugreports.qt-project.org/browse/QTBUG-43057
|
# skip docs on el6, qdoc crashes: https://bugreports.qt-project.org/browse/QTBUG-43057
|
||||||
%if ! 0%{?bootstrap} && ! 0%{?rhel} == 6
|
%if ! 0%{?bootstrap} && 0%{?rhel} != 6
|
||||||
%ifarch %{arm} %{ix86} x86_64
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
%define docs 1
|
%define docs 1
|
||||||
%endif
|
%endif
|
||||||
@ -33,7 +33,7 @@
|
|||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Version: 5.4.0
|
Version: 5.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -803,6 +803,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-2
|
||||||
|
- fix bootstrapping logic
|
||||||
|
|
||||||
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
|
||||||
- 5.4.0 (final)
|
- 5.4.0 (final)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user