Compare commits
10 Commits
6f7b6b81c6
...
a8ccd6bee2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8ccd6bee2 | ||
|
|
073e3e072a | ||
|
|
0ed40ad444 | ||
|
|
dc9ee7d7b0 | ||
|
|
1a482400e6 | ||
|
|
19e981e585 | ||
|
|
576da950e2 | ||
|
|
8690f2bb62 | ||
|
|
420272b021 | ||
|
|
7631260cdf |
@ -1,47 +1,69 @@
|
|||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global qt_module qtquickcontrols
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
||||||
|
|
||||||
Name: qt5-qtquickcontrols
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.11.1
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Release: 4
|
Version: 5.15.10
|
||||||
Summary: Qt5 Quick controls module
|
Release: 1
|
||||||
License: LGPLv2 or LGPLv3 and GFDL
|
|
||||||
|
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
|
||||||
Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtquickcontrols-everywhere-src-5.11.1.tar.xz
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
# filter qml provides
|
||||||
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
|
BuildRequires: qt5-qtbase-static >= %{version}
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
|
%{?_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
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
||||||
|
- update to upstream version 5.15.2
|
||||||
|
|
||||||
|
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5
|
||||||
|
- Fix Source0
|
||||||
|
|
||||||
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-4
|
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
qt5-qtquickcontrols.yaml
Normal file
4
qt5-qtquickcontrols.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://code.qt.io/qt/qtquickcontrols.git
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user