|
|
|
@ -1,19 +1,21 @@
|
|
|
|
|
|
|
|
|
|
%global qt_module qtcharts
|
|
|
|
|
|
|
|
|
|
%define docs 1
|
|
|
|
|
# To build without qttools doctools package, just undefine docs
|
|
|
|
|
%ifarch %{arm} %{ix86} x86_64
|
|
|
|
|
%global docs 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Summary: Qt5 - Charts component
|
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
|
Version: 5.7.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 5.8.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
|
Url: http://www.qt.io
|
|
|
|
|
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View Framework, therefore charts can be easily
|
|
|
|
@ -31,8 +33,11 @@ Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
|
License: GFDL
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildRequires: qt5-qdoc
|
|
|
|
|
BuildRequires: qt5-qhelpgenerator
|
|
|
|
|
BuildRequires: qt5-doctools
|
|
|
|
|
BuildRequires: qt5-qtbase-doc
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-doc
|
|
|
|
|
Requires: qt5-qtbase-doc
|
|
|
|
|
Requires: qt5-qtdeclarative-doc
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%description doc
|
|
|
|
|
%{summary}.
|
|
|
|
@ -96,18 +101,15 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%files doc
|
|
|
|
|
%{_qt5_docdir}/qtcharts.qch
|
|
|
|
|
%{_qt5_docdir}/qtcharts/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# no examples, yet
|
|
|
|
|
%if 0%{?_qt5_examplesdir:1}
|
|
|
|
|
%files examples
|
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
* Wed Feb 01 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
|
|
|
|
- New upstream version
|
|
|
|
|