Update build requirements

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-scxml?expand=0&rev=30
This commit is contained in:
Christophe Marin 2023-06-30 15:16:10 +00:00 committed by Git OBS Bridge
parent f3bf2f522c
commit 4a1bfef8d5
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 30 15:13:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update subpackages requirements
-------------------------------------------------------------------
Wed May 24 07:45:41 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -75,6 +75,7 @@ Summary: Qt 6 Scxml library - Development files
Requires: %{name} = %{version}
Requires: libQt6Scxml6 = %{version}
Requires: cmake(Qt6Core) = %{real_version}
Requires: cmake(Qt6Qml) = %{real_version}
%description devel
Development files for the Qt 6 Scxml library.
@ -82,7 +83,7 @@ Development files for the Qt 6 Scxml library.
%package private-devel
Summary: Non-ABI stable API for the Qt 6 Scxml library
Requires: cmake(Qt6Scxml) = %{real_version}
%requires_eq qt6-qml-private-devel
%requires_eq qt6-core-private-devel
%description private-devel
This package provides private headers of libQt6Scxml that do not have any
@ -153,8 +154,6 @@ Development files for the Qt 6 StateMachineQml library.
%package -n qt6-statemachineqml-private-devel
Summary: Non-ABI stable API for the Qt 6 StateMachineQml library
Requires: cmake(Qt6StateMachineQml) = %{real_version}
%requires_eq qt6-core-private-devel
%requires_eq qt6-gui-private-devel
%description -n qt6-statemachineqml-private-devel
This package provides private headers of libQt6StateMachineQml that do not have any