Right now, there's a split between the collection of files (https://pagure.io/fedora-logos/) and logic of which files actually go where (in https://src.fedoraproject.org/rpms/fedora-logos/). As we're working on the Fedora logo refresh, it seems like it'd be easier if that logic were in one place or another.
Since it's useful to also track individual image file changes separate from package releases, it seems like the best thing would be to move the logic from the %install section of the specfile to the Makefile here, and do %makeinstall in the spec file.
%install
Makefile
%makeinstall
In the future, this could be further unified with Source Git (https://docs.fedoraproject.org/en-US/ci/source-git/)
(I've also filed this at https://bugzilla.redhat.com/show_bug.cgi?id=1929403, as I'm not sure which is best for you.)
Log in to comment on this ticket.