5.6.0-0.5
- (re)fix bootstrap macro - include qt5-qdoc/qt5-qhelpgenerator build dep deps in -doc subpkg only - fix whitespace
This commit is contained in:
parent
45afcb92a7
commit
c3266df8cb
@ -6,14 +6,21 @@
|
|||||||
%global system_clucene 1
|
%global system_clucene 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# define to build docs, need to undef this for bootstrapping
|
||||||
|
# where qt5-qttools builds are not yet available
|
||||||
|
# only primary archs (for now), allow secondary to bootstrap
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
%define docs 1
|
%define docs 1
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%define prerelease beta
|
%define prerelease beta
|
||||||
|
|
||||||
Summary: Qt5 - QtTool components
|
Summary: Qt5 - QtTool components
|
||||||
Name: qt5-qttools
|
Name: qt5-qttools
|
||||||
Version: 5.6.0
|
Version: 5.6.0
|
||||||
Release: 0.4%{?dist}
|
Release: 0.5%{?dist}
|
||||||
|
|
||||||
License: LGPLv3 or LGPLv2
|
License: LGPLv3 or LGPLv2
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -40,8 +47,6 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-static >= %{version}
|
BuildRequires: qt5-qtbase-static >= %{version}
|
||||||
BuildRequires: qt5-qtdeclarative-static >= %{version}
|
BuildRequires: qt5-qtdeclarative-static >= %{version}
|
||||||
BuildRequires: qt5-qdoc
|
|
||||||
BuildRequires: qt5-qhelpgenerator
|
|
||||||
## optional (and deprecated), include in bootstrapping only for now
|
## optional (and deprecated), include in bootstrapping only for now
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
BuildRequires: pkgconfig(Qt5WebKit)
|
BuildRequires: pkgconfig(Qt5WebKit)
|
||||||
@ -482,6 +487,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.5
|
||||||
|
- (re)fix bootstrap macro
|
||||||
|
- include qt5-qdoc/qt5-qhelpgenerator build dep deps in -doc subpkg only
|
||||||
|
- fix whitespace
|
||||||
|
|
||||||
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.4
|
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.4
|
||||||
- Official beta release
|
- Official beta release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user