Update to 5.8.0
- New upstream version
This commit is contained in:
parent
7a089ed6b0
commit
d92e0a3a98
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/qtquickcontrols2-opensource-src-5.7.1.tar.xz
|
/qtquickcontrols2-opensource-src-5.7.1.tar.xz
|
||||||
|
/qtquickcontrols2-opensource-src-5.8.0.tar.xz
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
|
|
||||||
%global qt_module qtquickcontrols2
|
%global qt_module qtquickcontrols2
|
||||||
|
|
||||||
%define docs 1
|
# To build without qttools doctools package, just undefine docs
|
||||||
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
|
%global docs 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||||
Version: 5.7.1
|
Version: 5.8.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ or LGPLv3 and GFDL
|
License: GPLv2+ or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
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
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -33,8 +35,8 @@ and so are preferred for hardware with limited resources.
|
|||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
License: GFDL
|
License: GFDL
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: qt5-qdoc
|
BuildRequires: qt5-doctools
|
||||||
BuildRequires: qt5-qhelpgenerator
|
BuildRequires: qt5-qtbase-doc
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
%endif
|
%endif
|
||||||
@ -101,7 +103,8 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
%license LICENSE.LGPLv3 LICENSE.GPLv3
|
%license LICENSE.LGPLv3 LICENSE.GPLv3
|
||||||
%{_qt5_libdir}/libQt5QuickTemplates2.so.5*
|
%{_qt5_libdir}/libQt5QuickTemplates2.so.5*
|
||||||
%{_qt5_libdir}/libQt5QuickControls2.so.5*
|
%{_qt5_libdir}/libQt5QuickControls2.so.5*
|
||||||
%{_qt5_archdatadir}/qml/Qt/labs/calendar/
|
%{_qt5_qmldir}/Qt/labs/calendar
|
||||||
|
%{_qt5_qmldir}/Qt/labs/platform
|
||||||
%dir %{_qt5_archdatadir}/qml/QtQuick/Controls.2
|
%dir %{_qt5_archdatadir}/qml/QtQuick/Controls.2
|
||||||
%{_qt5_archdatadir}/qml/QtQuick/Controls.2/*
|
%{_qt5_archdatadir}/qml/QtQuick/Controls.2/*
|
||||||
%dir %{_qt5_archdatadir}/qml/QtQuick/Templates.2
|
%dir %{_qt5_archdatadir}/qml/QtQuick/Templates.2
|
||||||
@ -110,9 +113,18 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
%if 0%{?docs}
|
%if 0%{?docs}
|
||||||
%files doc
|
%files doc
|
||||||
%license LICENSE.FDL
|
%license LICENSE.FDL
|
||||||
%dir %{_qt5_docdir}/qtquickcontrols2/
|
%dir %{_qt5_docdir}/qtquickcontrols2
|
||||||
%{_qt5_docdir}/qtquickcontrols2/*
|
%{_qt5_docdir}/qtquickcontrols2/*
|
||||||
%{_qt5_docdir}/qtquickcontrols2.qch
|
%{_qt5_docdir}/qtquickcontrols2.qch
|
||||||
|
%dir %{_qt5_docdir}/qtlabscalendar
|
||||||
|
%{_qt5_docdir}/qtlabscalendar/*
|
||||||
|
%{_qt5_docdir}/qtlabscalendar.qch
|
||||||
|
%dir %{_qt5_docdir}/qtlabsplatform
|
||||||
|
%{_qt5_docdir}/qtlabsplatform/*
|
||||||
|
%{_qt5_docdir}/qtlabsplatform.qch
|
||||||
|
|
||||||
|
%files examples
|
||||||
|
%{_qt5_examplesdir}/quickcontrols2/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -126,13 +138,9 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
%dir %{_libdir}/cmake/Qt5QuickControls2
|
%dir %{_libdir}/cmake/Qt5QuickControls2
|
||||||
%{_libdir}/cmake/Qt5QuickControls2/*
|
%{_libdir}/cmake/Qt5QuickControls2/*
|
||||||
|
|
||||||
%files examples
|
|
||||||
%{_qt5_examplesdir}/quickcontrols2/
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- New upstream version
|
||||||
|
|
||||||
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
|
||||||
- filter qml provides
|
- filter qml provides
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtquickcontrols2-opensource-src-5.7.1.tar.xz) = 24b142f60f3dbc52084906249e261ea8b788135a3dc2e45bb3fc885fe14f9281178025433b28e227891070adff3fe4b64c8a1f83ac4c9bde7f4a6048ea44370e
|
SHA512 (qtquickcontrols2-opensource-src-5.8.0.tar.xz) = e6ab84c046350ed58dfac49dd4460d8dc9efc28959ad24b4278ec83172713c4230dd72602a12fbd5c2f391d8140a766d79232285ead78057e43ec4d41b1b4e1b
|
||||||
|
Loading…
Reference in New Issue
Block a user