It seems directory /usr/share/a2ps/ogonkify in a2ps was moved to /usr/share/ogonkify since version 4.10.4. Therefore /usr/share/ogonkify is missing in a2ps-4.12-2.*.rpm, so ogonkify doesn't work properly. Isn't it better just to use /usr/share/* in %files section of the spec file? Users of a2ps in Emacs will not be happy when /usr/share/emacs/* is missing too.
Thanks for the report. I have fixed this lfor the next release. Also, instead of doing /usr/share/* I feel a bit more comfortable with being explicit when identifying files in a dir shared by other apps, so it will be /usr/share/emacs/foo/foo/bar for each that are there. Tim