forked from pool/qt6-scxml
Compare commits
20 Commits
Author | SHA256 | Date | |
---|---|---|---|
9adad92ccb | |||
|
90e6e63821 | ||
7f7894921c | |||
|
9e3f6f5a51 | ||
5790325478 | |||
|
34c88e8f77 | ||
|
5131fcc444 | ||
ab7f0f06b0 | |||
|
9283fbb7d6 | ||
|
36322d139b | ||
|
1c3392708e | ||
|
a2e0817f4a | ||
acbc3c4af5 | |||
|
0b7867f37d | ||
a0abfca15c | |||
|
150b1587f5 | ||
9895e097ea | |||
|
96eb8861b0 | ||
f8f4c200ba | |||
|
fd47d7e3e9 |
@@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 07:15:37 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.2:
|
||||||
|
* https://www.qt.io/blog/qt-6.9.2-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 07:49:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.9.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 11:03:42 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.9-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 9 22:49:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Ignore private QML imports
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 10:22:59 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.2
|
||||||
|
https://www.qt.io/blog/qt-6.8.2-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 13:02:11 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.8.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 09:29:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.8-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 08:23:06 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.3
|
||||||
|
* https://www.qt.io/blog/qt-6.7.3-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 07:25:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-scxml
|
# spec file for package qt6-scxml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.7.2
|
%define real_version 6.9.2
|
||||||
%define short_version 6.7
|
%define short_version 6.9
|
||||||
%define short_name qtscxml
|
%define short_name qtscxml
|
||||||
%define tar_name qtscxml-everywhere-src
|
%define tar_name qtscxml-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
@@ -27,8 +27,11 @@
|
|||||||
%define pkg_suffix -docs
|
%define pkg_suffix -docs
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
# Private QML imports
|
||||||
|
%global __requires_exclude qt6qmlimport\\((Calculator|InvokeExample|Mediaplayer|TrafficLightApplication)\\)
|
||||||
|
#
|
||||||
Name: qt6-scxml%{?pkg_suffix}
|
Name: qt6-scxml%{?pkg_suffix}
|
||||||
Version: 6.7.2
|
Version: 6.9.2
|
||||||
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)
|
||||||
@@ -36,15 +39,15 @@ URL: https://www.qt.io
|
|||||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
Source0: 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: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
|
||||||
BuildRequires: qt6-gui-private-devel
|
|
||||||
BuildRequires: qt6-qml-private-devel
|
|
||||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6GuiPrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6QmlPrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
BuildRequires: qt6-tools
|
BuildRequires: qt6-tools
|
||||||
@@ -82,8 +85,8 @@ Development files for the Qt 6 Scxml library.
|
|||||||
|
|
||||||
%package private-devel
|
%package private-devel
|
||||||
Summary: Non-ABI stable API for the Qt 6 Scxml library
|
Summary: Non-ABI stable API for the Qt 6 Scxml library
|
||||||
|
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
Requires: cmake(Qt6Scxml) = %{real_version}
|
Requires: cmake(Qt6Scxml) = %{real_version}
|
||||||
%requires_eq qt6-core-private-devel
|
|
||||||
|
|
||||||
%description private-devel
|
%description private-devel
|
||||||
This package provides private headers of libQt6Scxml that do not have any
|
This package provides private headers of libQt6Scxml that do not have any
|
||||||
@@ -122,15 +125,17 @@ The Qt 6 StateMachine library.
|
|||||||
Summary: Qt 6 StateMachine library - Development files
|
Summary: Qt 6 StateMachine library - Development files
|
||||||
Requires: libQt6StateMachine6 = %{version}
|
Requires: libQt6StateMachine6 = %{version}
|
||||||
Requires: cmake(Qt6Gui) = %{real_version}
|
Requires: cmake(Qt6Gui) = %{real_version}
|
||||||
|
Requires: cmake(Qt6ScxmlGlobalPrivate) = %{real_version}
|
||||||
|
|
||||||
%description -n qt6-statemachine-devel
|
%description -n qt6-statemachine-devel
|
||||||
Development files for the Qt 6 StateMachine library.
|
Development files for the Qt 6 StateMachine library.
|
||||||
|
|
||||||
%package -n qt6-statemachine-private-devel
|
%package -n qt6-statemachine-private-devel
|
||||||
Summary: Non-ABI stable API for the Qt 6 StateMachine library
|
Summary: Non-ABI stable API for the Qt 6 StateMachine library
|
||||||
|
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
|
Requires: cmake(Qt6GuiPrivate) = %{real_version}
|
||||||
|
Requires: cmake(Qt6ScxmlGlobalPrivate) = %{real_version}
|
||||||
Requires: cmake(Qt6StateMachine) = %{real_version}
|
Requires: cmake(Qt6StateMachine) = %{real_version}
|
||||||
%requires_eq qt6-core-private-devel
|
|
||||||
%requires_eq qt6-gui-private-devel
|
|
||||||
|
|
||||||
%description -n qt6-statemachine-private-devel
|
%description -n qt6-statemachine-private-devel
|
||||||
This package provides private headers of libQt6StateMachine that do not have any
|
This package provides private headers of libQt6StateMachine that do not have any
|
||||||
@@ -167,7 +172,8 @@ ABI or API guarantees.
|
|||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%cmake_qt6 \
|
||||||
|
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
|
|
||||||
@@ -202,18 +208,24 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%files devel
|
%files devel
|
||||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
|
||||||
%{_qt6_cmakedir}/Qt6Scxml/
|
%{_qt6_cmakedir}/Qt6Scxml/
|
||||||
|
# Qt6Scxml depends on QtScxmlGlobal, even if it only has a private header, we'll leave it in the main -devel package
|
||||||
|
%{_qt6_cmakedir}/Qt6ScxmlGlobalPrivate/
|
||||||
%{_qt6_cmakedir}/Qt6ScxmlTools/
|
%{_qt6_cmakedir}/Qt6ScxmlTools/
|
||||||
%{_qt6_descriptionsdir}/Scxml.json
|
%{_qt6_descriptionsdir}/Scxml.json
|
||||||
|
%{_qt6_descriptionsdir}/ScxmlGlobalPrivate.json
|
||||||
%{_qt6_includedir}/QtScxml/
|
%{_qt6_includedir}/QtScxml/
|
||||||
|
%{_qt6_includedir}/QtScxmlGlobal/
|
||||||
%{_qt6_libdir}/libQt6Scxml.prl
|
%{_qt6_libdir}/libQt6Scxml.prl
|
||||||
%{_qt6_libdir}/libQt6Scxml.so
|
%{_qt6_libdir}/libQt6Scxml.so
|
||||||
%{_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_mkspecsdir}/modules/qt_lib_scxmlglobal_private.pri
|
||||||
%{_qt6_pkgconfigdir}/Qt6Scxml.pc
|
%{_qt6_pkgconfigdir}/Qt6Scxml.pc
|
||||||
%exclude %{_qt6_includedir}/QtScxml/%{real_version}
|
%exclude %{_qt6_includedir}/QtScxml/%{real_version}
|
||||||
|
|
||||||
%files private-devel
|
%files private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6ScxmlPrivate/
|
||||||
%{_qt6_includedir}/QtScxml/%{real_version}/
|
%{_qt6_includedir}/QtScxml/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxml_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_scxml_private.pri
|
||||||
|
|
||||||
@@ -232,6 +244,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%exclude %{_qt6_includedir}/QtScxmlQml/%{real_version}
|
%exclude %{_qt6_includedir}/QtScxmlQml/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-scxmlqml-private-devel
|
%files -n qt6-scxmlqml-private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6ScxmlQmlPrivate/
|
||||||
%{_qt6_includedir}/QtScxmlQml/%{real_version}/
|
%{_qt6_includedir}/QtScxmlQml/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlqml_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlqml_private.pri
|
||||||
|
|
||||||
@@ -250,6 +263,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%exclude %{_qt6_includedir}/QtStateMachine/%{real_version}
|
%exclude %{_qt6_includedir}/QtStateMachine/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-statemachine-private-devel
|
%files -n qt6-statemachine-private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6StateMachinePrivate/
|
||||||
%{_qt6_includedir}/QtStateMachine/%{real_version}/
|
%{_qt6_includedir}/QtStateMachine/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachine_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_statemachine_private.pri
|
||||||
|
|
||||||
@@ -268,6 +282,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
|||||||
%exclude %{_qt6_includedir}/QtStateMachineQml/%{real_version}
|
%exclude %{_qt6_includedir}/QtStateMachineQml/%{real_version}
|
||||||
|
|
||||||
%files -n qt6-statemachineqml-private-devel
|
%files -n qt6-statemachineqml-private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6StateMachineQmlPrivate/
|
||||||
%{_qt6_includedir}/QtStateMachineQml/%{real_version}/
|
%{_qt6_includedir}/QtStateMachineQml/%{real_version}/
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachineqml_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_statemachineqml_private.pri
|
||||||
|
|
||||||
|
BIN
qtscxml-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtscxml-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qtscxml-everywhere-src-6.9.2.tar.xz
Normal file
3
qtscxml-everywhere-src-6.9.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e06af183012996a64f07745064318303d3765959ebba29489f8af0f50f32ebb6
|
||||||
|
size 545560
|
Reference in New Issue
Block a user