<quote who="Charles A Edwards">
> [Contrib-RPM]
>
> --=-=-=
> Name : sylpheed Relocations: (not
> relocateable) Version : 0.9.3 Vendor:
> MandrakeSoft Release : 1mdk Build Date: Fri
> Jul 4 15:54:24 2003 Install date: (not installed) Build
> Host: klama.mandrake.org Group : Networking/Mail
> Source RPM: (none)
> Size : 2099406 License: GPL
> Packager : Charles A Edwards <[EMAIL PROTECTED]>
> URL : http://sylpheed.good-day.net/
> Summary : A GTK+ based, lightweight, and fast e-mail client
>
> * Fri Jul 04 2003 Charles A Edwards <[EMAIL PROTECTED]> 0.9.3-1mdk
>
> - 0.9.3
> - drop Sources 1-3 and use included icon
> - add marco iconname
> - use marco makeinstall_std
>
[..]
> +mkdir -p
> %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}
> +convert sylpheed.png -geometry 48x48
> %{buildroot}%{_liconsdir}/%{iconname} +convert sylpheed.png -geometry
> 32x32 %{buildroot}%{_iconsdir}/%{iconname} +convert sylpheed.png
> -geometry 16x16 %{buildroot}%{_miconsdir}/%{iconname}
>
In which case (IMHO converting is a better idea than making a tarball of
icons which could becomed outdated) you will probably want to add a
BuildRequires for ImageMagick.
BTW, I consider this one a canidate for the skel.spec ... especially since
icon names for KDE apps normally all have similar form.
Regards,
Buchan