Compare commits
No commits in common. "a8ccd6bee246efb9a48e11cfd6ac153ae863e75c" and "6f7b6b81c6998d28d558519e667261259363e4f9" have entirely different histories.
a8ccd6bee2
...
6f7b6b81c6
@ -1,69 +1,47 @@
|
|||||||
%global qt_module qtquickcontrols
|
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
|
||||||
Summary: Qt5 - module with set of QtQuick controls
|
|
||||||
Version: 5.15.10
|
|
||||||
Release: 1
|
|
||||||
|
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
||||||
Url: http://www.qt.io
|
|
||||||
%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
|
|
||||||
|
|
||||||
# filter qml provides
|
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%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}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
|
||||||
|
Name: qt5-qtquickcontrols
|
||||||
|
Version: 5.11.1
|
||||||
|
Release: 4
|
||||||
|
Summary: Qt5 Quick controls module
|
||||||
|
License: LGPLv2 or LGPLv3 and GFDL
|
||||||
|
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
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Qt Quick Controls module provides a set of controls that can be used to
|
This qt module provides a set of quick controls using for building complete interfaces in Qt Quick.
|
||||||
build complete interfaces in Qt Quick.
|
|
||||||
|
|
||||||
%package examples
|
%package devel
|
||||||
Summary: Programming examples for %{name}
|
Summary: %{name} programming demos
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description examples
|
Provides: %{name}-examples = %{version}-%{release}
|
||||||
%{summary}.
|
Obsoletes:%{name}-examples < %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Qt Quick controls module's programming demos.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
%autosetup -n qtquickcontrols-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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
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