Accepting request 983748 from KDE:Qt6
Qt 6.3.1 (forwarded request 983727 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/983748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-scxml?expand=0&rev=10
This commit is contained in:
commit
bcc0a7dbc7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 15:15:30 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.3.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.3.1-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 8 11:56:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Apr 8 11:56:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.3.0
|
%define real_version 6.3.1
|
||||||
%define short_version 6.3
|
%define short_version 6.3
|
||||||
%define short_name qtscxml
|
%define short_name qtscxml
|
||||||
%define tar_name qtscxml-everywhere-src
|
%define tar_name qtscxml-everywhere-src
|
||||||
@ -28,13 +28,14 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-scxml%{?pkg_suffix}
|
Name: qt6-scxml%{?pkg_suffix}
|
||||||
Version: 6.3.0
|
Version: 6.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SCXML (state machine notation) compiler and related tools
|
Summary: SCXML (state machine notation) compiler and related tools
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
URL: https://www.qt.io
|
URL: https://www.qt.io
|
||||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||||
Source99: qt6-scxml-rpmlintrc
|
Source99: qt6-scxml-rpmlintrc
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
BuildRequires: qt6-gui-private-devel
|
BuildRequires: qt6-gui-private-devel
|
||||||
BuildRequires: qt6-qml-private-devel
|
BuildRequires: qt6-qml-private-devel
|
||||||
@ -70,9 +71,9 @@ The Qt 6 Scxml library.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Qt 6 Scxml library - Development files
|
Summary: Qt 6 Scxml library - Development files
|
||||||
Requires: libQt6Scxml6 = %{version}
|
|
||||||
# ScxmlTools requires the scxmlc executable
|
# ScxmlTools requires the scxmlc executable
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: libQt6Scxml6 = %{version}
|
||||||
Requires: cmake(Qt6Core)
|
Requires: cmake(Qt6Core)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -214,6 +215,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%{_qt6_metatypesdir}/qt6scxml_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6scxml_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/features/qscxmlc.prf
|
%{_qt6_mkspecsdir}/features/qscxmlc.prf
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxml.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_scxml.pri
|
||||||
|
%{_qt6_pkgconfigdir}/Qt6Scxml.pc
|
||||||
%exclude %{_qt6_includedir}/QtScxml/%{real_version}
|
%exclude %{_qt6_includedir}/QtScxml/%{real_version}
|
||||||
|
|
||||||
%files private-devel
|
%files private-devel
|
||||||
@ -231,6 +233,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%{_qt6_libdir}/libQt6ScxmlQml.so
|
%{_qt6_libdir}/libQt6ScxmlQml.so
|
||||||
%{_qt6_metatypesdir}/qt6scxmlqml_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6scxmlqml_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlqml.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlqml.pri
|
||||||
|
%{_qt6_pkgconfigdir}/Qt6ScxmlQml.pc
|
||||||
%exclude %{_qt6_includedir}/QtScxmlQml/%{real_version}
|
%exclude %{_qt6_includedir}/QtScxmlQml/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-scxmlqml-private-devel
|
%files -n qt6-scxmlqml-private-devel
|
||||||
@ -248,6 +251,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%{_qt6_libdir}/libQt6StateMachine.so
|
%{_qt6_libdir}/libQt6StateMachine.so
|
||||||
%{_qt6_metatypesdir}/qt6statemachine_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6statemachine_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachine.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_statemachine.pri
|
||||||
|
%{_qt6_pkgconfigdir}/Qt6StateMachine.pc
|
||||||
%exclude %{_qt6_includedir}/QtStateMachine/%{real_version}
|
%exclude %{_qt6_includedir}/QtStateMachine/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-statemachine-private-devel
|
%files -n qt6-statemachine-private-devel
|
||||||
@ -265,6 +269,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%{_qt6_libdir}/libQt6StateMachineQml.so
|
%{_qt6_libdir}/libQt6StateMachineQml.so
|
||||||
%{_qt6_metatypesdir}/qt6statemachineqml_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6statemachineqml_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachineqml.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_statemachineqml.pri
|
||||||
|
%{_qt6_pkgconfigdir}/Qt6StateMachineQml.pc
|
||||||
%exclude %{_qt6_includedir}/QtStateMachineQml/%{real_version}
|
%exclude %{_qt6_includedir}/QtStateMachineQml/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-statemachineqml-private-devel
|
%files -n qt6-statemachineqml-private-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09b0dbd6ac367920fb1ba96a39dcd4c9d33eb0820dcc79538992825d588a70f0
|
|
||||||
size 1786636
|
|
3
qtscxml-everywhere-src-6.3.1.tar.xz
Normal file
3
qtscxml-everywhere-src-6.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619
|
||||||
|
size 1786608
|
Loading…
Reference in New Issue
Block a user