!3 [sync] PR-2: update to version 5.15.10-1
From: @openeuler-sync-bot Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
ae25857018
@ -2,19 +2,20 @@
|
||||
|
||||
Summary: Qt5 - ScXml component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.15.2
|
||||
Version: 5.15.10
|
||||
Release: 1
|
||||
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
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-src-%{version}.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||
|
||||
%description
|
||||
The Qt SCXML module provides functionality to create state machines from SCXML files.
|
||||
@ -22,18 +23,18 @@ This includes both dynamically creating state machines loading the SCXML file an
|
||||
and generating a C++ file that has a class implementing the state machine.
|
||||
It also contains functionality to support data models and executable content.
|
||||
|
||||
%package devel
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel%{?_isa}
|
||||
Requires: qt5-qtdeclarative-devel%{?_isa}
|
||||
%description devel
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package examples
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description examples
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
|
||||
@ -77,6 +78,9 @@ make install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.10-1
|
||||
- update to version 5.15.10-1
|
||||
|
||||
* Tue Jun 28 2022 tanyulong <tanyulong@kyinos.cn> - 5.15.2-1
|
||||
- init package for openEuler
|
||||
|
||||
|
||||
BIN
qtscxml-everywhere-opensource-src-5.15.10.tar.xz
Normal file
BIN
qtscxml-everywhere-opensource-src-5.15.10.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user