https://bugzilla.redhat.com/show_bug.cgi?id=1766157 Cole Robinson <crobinso@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(stefanha@redhat.c | |om) --- Comment #8 from Cole Robinson <crobinso@xxxxxxxxxx> --- Since %configure can't be used, I think you'll want to do %set_build_flags ./configure ... That's what the %configure macro does essentially. See rpm --eval "%configure" or the macro definition in /usr/lib/rpm/macros Things flagged by fedora-review: * Use '%license COPYING' instead of %doc * The package ships .a static libraries. Are these required? If not they should be removed. I think typically ./configure scripts will have a way to opt in to building these, but just rm'ing them before %make_install is probably sufficient, or using %exclude. https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries * Source: should be the full URL format that URL: has. URL: should point to the webpage for the project, or git repo if it doesn't have one. * The devel package dep needs to be tweaked to: Requires: %{name}%{?_isa} = %{version}-%{release} I think that's it -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx