update to version 5.15.10-1
(cherry picked from commit 3e98f5a7962a768a6a254aca3966fd4e552beb5e)
This commit is contained in:
parent
0ed40ad444
commit
073e3e072a
@ -1,50 +1,61 @@
|
|||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global qt_module qtquickcontrols
|
||||||
|
|
||||||
Name: qt5-qtquickcontrols
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.15.2
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Release: 2
|
Version: 5.15.10
|
||||||
Summary: Qt5 Quick controls module
|
Release: 1
|
||||||
License: Apache-2.0 AND LGPL-3.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GFDL-1.3-only
|
|
||||||
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtquickcontrols-everywhere-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||||
|
|
||||||
|
# filter qml provides
|
||||||
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-static >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
|
BuildRequires: qt5-qtbase-static >= %{version}
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This qt module provides a set of quick controls using for building complete interfaces in Qt Quick.
|
The Qt Quick Controls module provides a set of controls that can be used to
|
||||||
|
build complete interfaces in Qt Quick.
|
||||||
|
|
||||||
%package devel
|
%package examples
|
||||||
Summary: %{name} programming demos
|
Summary: Programming examples for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Provides: %{name}-examples = %{version}-%{release}
|
%description examples
|
||||||
Obsoletes: %{name}-examples < %{version}-%{release}
|
%{summary}.
|
||||||
|
|
||||||
%description devel
|
|
||||||
Qt Quick controls module's programming demos.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n qtquickcontrols-everywhere-src-%{version} -p1
|
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL_ROOT=%{buildroot}
|
make install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.*
|
%license LICENSE.*
|
||||||
%{_qt5_archdatadir}/qml/QtQuick/
|
%{_qt5_archdatadir}/qml/QtQuick/
|
||||||
|
|
||||||
%files devel
|
|
||||||
%if 0%{?_qt5_examplesdir:1}
|
%if 0%{?_qt5_examplesdir:1}
|
||||||
|
%files examples
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.10-1
|
||||||
|
- update to version 5.15.10-1
|
||||||
|
|
||||||
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 5.15.2-2
|
* Tue May 10 2022 Ge Wang <wangge20@h-partner.com> - 5.15.2-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user