I was using the new HttpServer component from Qt6 (>= 6.5.0) and was wondering if there is a package for it in Fedora repositories. I couldn’t find one unfortunately so far (I tried via dnf provides Qt6HttpServerConfig.cmake, dnf search qt6 | grep http, and via checking the list of dnf search qt6 manually; I’ve checked both on 37 and 38, both have Qt 6.5.1 at the moment, which theoretically provides it).
Is it maybe there, but I missed it?
Is there maybe a place where I can look if such a package is being planned or in the process to be added?
Any pointers on where I should start if I want to propose adding the package?
The latest build seems to be based on 6.5.0 and failed, I guess I have to check this COPR site a bit more on how I could maybe build on this and create a recent build.
Thanks very much for the pointer!
Do you maybe know if the build scripts or similar are available somewhere? On a quick glance I didn’t find those there - the package git repo Package qt6-qthttpserver in solopasha/qt6-qthttpserver only contains a standard .gitignore as far as I can tell (please excuse my ignorance, rather new to this).