Spec URL: https://github.com/luigifab/awf-extended/blob/nightly/scripts/fedora/awf-qt5.spec SRPM URL: https://kojipkgs.fedoraproject.org//work/tasks/6993/140946993/awf-qt5-4.0.0-1.fc44.src.rpm KOJI BUILD: https://koji.fedoraproject.org/koji/taskinfo?taskID=140946961 Spec URL: https://github.com/luigifab/awf-extended/blob/nightly/scripts/fedora/awf-qt6.spec SRPM URL: https://kojipkgs.fedoraproject.org//work/tasks/6978/140946978/awf-qt6-4.0.0-1.fc44.src.rpm KOJI BUILD: https://koji.fedoraproject.org/koji/taskinfo?taskID=140946969 Description: A widget factory is a theme preview application for GTK and Qt. It displays the various widget types in a single window allowing to see the visual effect of the applied theme. Fedora Account System Username: luigifab Hello, I requesting a review tor this package. I'm the upstream developer and the packager. I have ported AWF from GTK to Qt. SPECS for Qt are almost the same of SPECS for GTK (https://src.fedoraproject.org/rpms/awf-gtk3/blob/rawhide/f/awf-gtk3.spec). --- There is one strange thing, in my configure.ac/Makefile.am, only with Fedora with Qt6, I had to add: AM_CXXFLAGS = -fPIC -std=c++17 (the std=17) I suppose it's not a problem. Reproducible: Always
If you need both qt6 and qt5 builds, they can be done in the same spec file. For an example see: https://src.fedoraproject.org/rpms/futuresql/blob/rawhide/f/futuresql.spec Please link to the raw spec file, not to a rendered webpage Spec URL: https://raw.githubusercontent.com/luigifab/awf-extended/refs/heads/nightly/scripts/fedora/awf-qt6.spec SRPM URL: https://kojipkgs.fedoraproject.org//work/tasks/6978/140946978/awf-qt6-4.0.0-1.fc44.src.rpm KOJI BUILD: https://koji.fedoraproject.org/koji/taskinfo?taskID=140946969
Cannot find any valid SRPM URL for this ticket. Common causes are: - You didn't specify `SRPM URL: ...` in the ticket description or any of your comments - The URL schema isn't HTTP or HTTPS - The SRPM package linked in your URL doesn't match the package name specified in the ticket summary --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
Oh yes I already saw that I can create one SPEC for two packages, but for GTK I made one SPEC per GTK version it's easier for me. The main questions are: - from C/GTK to C++/Qt, I think this it's ok: BuildRequires: gcc-c++ - in my configure.ac/Makefile.am with Qt6, I had to add: `AM_CXXFLAGS = -fPIC -std=c++17` (the std=17), I'm not sure to understand why, but it works If there is no problem, can I request the repos later? Thanks