Jürgen Spitzmüller wrote:
Our RPM spec file currently doesn't build, because we have specified
Icon: %{name}.png
whereas only XPM (preferred) and GIF formats are supported, see
http://www.rpm.org/max-rpm/s1-rpm-inside-tags.html
Note that this icon is only used for displaying inside some package managers,
it's _not_ the application icon.
Two solutions:
* change back to xpm and reinclude our old xpm icon.
* remove the Icon tag completely.
I'd go with the former. Of course, we could include both xpm and png in
the build.
rh