2016-01-23 23:33:48 +00:00
|
|
|
%global qt_module qtquickcontrols2
|
|
|
|
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
Summary: Qt5 - module with set of QtQuick controls for embedded
|
2017-12-20 09:31:45 +00:00
|
|
|
Version: 5.10.0
|
2017-11-23 12:34:39 +00:00
|
|
|
Release: 1%{?dist}
|
2016-01-23 23:33:48 +00:00
|
|
|
License: GPLv2+ or LGPLv3 and GFDL
|
|
|
|
Url: http://www.qt.io
|
2017-12-20 09:31:45 +00:00
|
|
|
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
2016-01-23 23:33:48 +00:00
|
|
|
|
2017-01-02 14:30:22 +00:00
|
|
|
# filter qml provides
|
|
|
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
|
|
|
|
2016-12-10 13:20:37 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
2017-10-17 12:38:56 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
#libQt53DRender.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
#libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
#libQt5Gui.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
#libQt5Qml.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
#libQt5Quick.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
2016-12-10 13:20:37 +00:00
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
|
|
|
Requires: qt5-qtdeclarative%{?_isa} >= %{version}
|
|
|
|
Requires: qt5-qtgraphicaleffects%{_isa} >= %{version}
|
2016-01-23 23:33:48 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Qt Labs Controls module provides a set of controls that can be used to
|
|
|
|
build complete interfaces in Qt Quick.
|
|
|
|
|
|
|
|
Unlike Qt Quick Controls, these controls are optimized for embedded systems
|
|
|
|
and so are preferred for hardware with limited resources.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
Requires: qt5-qtdeclarative-devel%{?_isa}
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
2016-02-18 07:52:51 +00:00
|
|
|
%package examples
|
|
|
|
Summary: Examples for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
2016-01-23 23:33:48 +00:00
|
|
|
%prep
|
2017-12-20 09:31:45 +00:00
|
|
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
2016-01-23 23:33:48 +00:00
|
|
|
|
2017-06-16 12:30:59 +00:00
|
|
|
|
2016-01-23 23:33:48 +00:00
|
|
|
%build
|
2017-06-16 12:30:59 +00:00
|
|
|
%{qmake_qt5}
|
2016-01-23 23:33:48 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2017-06-16 12:30:59 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
2016-01-23 23:33:48 +00:00
|
|
|
|
2016-02-18 07:03:35 +00:00
|
|
|
## .prl/.la file love
|
|
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
|
|
|
pushd %{buildroot}%{_qt5_libdir}
|
|
|
|
for prl_file in libQt5*.prl ; do
|
|
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
|
|
|
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
|
|
|
rm -fv "$(basename ${prl_file} .prl).la"
|
|
|
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2016-02-18 07:57:52 +00:00
|
|
|
# Remove .la leftovers
|
|
|
|
rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|
|
|
|
2016-01-23 23:33:48 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2016-07-15 21:04:05 +00:00
|
|
|
%license LICENSE.LGPLv3 LICENSE.GPLv3
|
|
|
|
%{_qt5_libdir}/libQt5QuickTemplates2.so.5*
|
|
|
|
%{_qt5_libdir}/libQt5QuickControls2.so.5*
|
2017-03-26 17:12:51 +00:00
|
|
|
%{_qt5_qmldir}/Qt/labs/calendar
|
|
|
|
%{_qt5_qmldir}/Qt/labs/platform
|
2017-07-19 18:36:56 +00:00
|
|
|
%{_qt5_archdatadir}/qml/QtQuick/Controls.2/
|
|
|
|
%{_qt5_archdatadir}/qml/QtQuick/Templates.2/
|
2016-01-23 23:33:48 +00:00
|
|
|
|
2017-03-26 17:12:51 +00:00
|
|
|
%files examples
|
|
|
|
%{_qt5_examplesdir}/quickcontrols2/
|
2016-01-23 23:33:48 +00:00
|
|
|
|
|
|
|
%files devel
|
2016-07-15 21:04:05 +00:00
|
|
|
%{_qt5_headerdir}/
|
|
|
|
%{_qt5_libdir}/pkgconfig/*.pc
|
|
|
|
%{_qt5_libdir}/libQt5QuickTemplates2.so
|
|
|
|
%{_qt5_libdir}/libQt5QuickControls2.so
|
|
|
|
%{_qt5_libdir}/libQt5QuickTemplates2.prl
|
|
|
|
%{_qt5_libdir}/libQt5QuickControls2.prl
|
|
|
|
%{_qt5_libdir}/qt5/mkspecs/modules/*
|
2017-07-19 18:36:56 +00:00
|
|
|
%{_libdir}/cmake/Qt5QuickControls2/
|
2016-01-23 23:33:48 +00:00
|
|
|
|
2017-06-16 12:30:59 +00:00
|
|
|
|
2016-01-23 23:33:48 +00:00
|
|
|
%changelog
|
2017-12-20 09:31:45 +00:00
|
|
|
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
|
|
|
- 5.10.0
|
|
|
|
|
2017-11-23 12:34:39 +00:00
|
|
|
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
|
|
|
- 5.9.3
|
|
|
|
|
2017-10-17 12:38:56 +00:00
|
|
|
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
|
|
|
|
- BR: qt5-qtbase-private-devel
|
|
|
|
|
2017-10-09 15:12:08 +00:00
|
|
|
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
|
|
|
|
- 5.9.2
|
|
|
|
|
2017-08-03 07:20:31 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 12:44:47 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 18:36:56 +00:00
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
|
|
|
- 5.9.1
|
|
|
|
|
2017-06-16 12:30:59 +00:00
|
|
|
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
|
|
|
- drop shadow/out-of-tree builds (#1456211,QTBUG-37417)
|
|
|
|
|
2017-05-31 12:07:31 +00:00
|
|
|
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
|
|
|
- Upstream official release
|
|
|
|
|
2017-05-27 20:37:57 +00:00
|
|
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
|
|
|
- Upstream Release Candidate retagged
|
|
|
|
|
2017-05-09 15:08:56 +00:00
|
|
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
|
|
|
- Upstream beta 3
|
|
|
|
|
2017-03-26 17:12:51 +00:00
|
|
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
|
|
|
- New upstream version
|
2017-02-11 11:21:25 +00:00
|
|
|
|
2017-01-02 14:30:22 +00:00
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
|
|
|
|
- filter qml provides
|
|
|
|
|
2016-12-10 13:20:37 +00:00
|
|
|
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
|
|
|
- 5.7.1 dec5 snapshot
|
|
|
|
- tighten deps
|
|
|
|
|
2016-12-02 12:57:33 +00:00
|
|
|
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-07-15 21:04:05 +00:00
|
|
|
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
|
|
|
- Qt 5.7.0 release
|
|
|
|
|
|
|
|
* Mon Jun 13 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
|
|
|
|
- Prepare 5.7.0
|
|
|
|
|
2016-06-11 09:14:50 +00:00
|
|
|
* Sat Jun 11 2016 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.6.1-2
|
|
|
|
- Add qt5-qtgraphicaleffects dependency
|
|
|
|
|
2016-06-09 16:22:44 +00:00
|
|
|
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
|
|
|
- Update to 5.6.1
|
|
|
|
|
2016-04-17 16:19:23 +00:00
|
|
|
* Sun Apr 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-4
|
|
|
|
- BR: qt5-qtbase-private-devel qt5-qtdeclarative-private-devel
|
|
|
|
|
2016-03-20 21:15:31 +00:00
|
|
|
* Sun Mar 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-18 02:19:57 +00:00
|
|
|
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-2
|
|
|
|
- rebuild
|
|
|
|
|
2016-03-14 21:44:01 +00:00
|
|
|
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org>
|
|
|
|
- 5.6.0 final release
|
|
|
|
|
2016-03-14 21:42:05 +00:00
|
|
|
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
|
|
|
|
- 5.6.0 final release
|
|
|
|
|
2016-02-23 16:01:48 +00:00
|
|
|
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.4.rc
|
|
|
|
- Update to final RC
|
|
|
|
|
2016-02-18 07:03:35 +00:00
|
|
|
* Thu Feb 18 2016 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.6.0-0.3.rc
|
|
|
|
- Update to rc
|
|
|
|
|
2016-02-04 21:46:45 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.2.beta
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-23 23:33:48 +00:00
|
|
|
* Fri Jan 15 2016 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.6.0-0.1.beta
|
|
|
|
- Initial packaging
|