Package for Qt6 HttpServer?

Hi community,

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?

https://copr.fedorainfracloud.org/coprs/solopasha/qt6-qthttpserver/

probably this one. but it’s kinda unofficial a bit User Documentation — COPR documentation

1 Like

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).

I never used qt http server so oops)

the files is here
https://copr.fedorainfracloud.org/coprs/solopasha/qt6-qthttpserver/builds/

https://copr.fedorainfracloud.org/coprs/solopasha/qt6-qthttpserver/build/5892441/

https://download.copr.fedorainfracloud.org/results/solopasha/qt6-qthttpserver/fedora-38-x86_64/05892441-qt6-qthttpserver/

spec file, src.rpm etc

The latest build seems to be based on 6.5.0 and failed

its failed for f37 but for f38 its ok
https://copr.fedorainfracloud.org/coprs/solopasha/qt6-qthttpserver/build/5892441/

and there is previous build
https://copr.fedorainfracloud.org/coprs/solopasha/qt6-qthttpserver/build/5848593/

Ah yes, I didn’t dive deep enough, thanks for the link!