Update build requirements

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-httpserver?expand=0&rev=13
This commit is contained in:
Christophe Marin 2023-06-30 15:15:48 +00:00 committed by Git OBS Bridge
parent aabd879654
commit 934adaeaed
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -61,7 +61,6 @@ QHttpServer is a simplified API for QAbstractHttpServer and QHttpServerRouter.
%package -n qt6-httpserver-devel
Summary: Qt 6 HttpServer library - Development files
Requires: libQt6HttpServer6 = %{version}
Requires: cmake(Qt6Concurrent) = %{real_version}
Requires: cmake(Qt6Network) = %{real_version}
Requires: cmake(Qt6WebSockets) = %{real_version}
@ -71,6 +70,9 @@ Development files for the Qt 6 HttpServer library.
%package -n qt6-httpserver-private-devel
Summary: Non-ABI stable API for the Qt 6 HttpServer Library
Requires: cmake(Qt6HttpServer) = %{real_version}
%requires_eq qt6-core-private-devel
%requires_eq qt6-network-private-devel
%requires_eq qt6-websockets-private-devel
%description -n qt6-httpserver-private-devel
This package provides private headers of libQt6HttpServer that do not have any