Anyone use PerlMagick (part of ImageMagick)?  I use webgallery to set up
image galleries, and it uses PerlMagick.

The RPM build is broken at least in SL3.  To get it to work, you'll need to
install the ImageMagick-devel RPM and the ImageMagick _S_RPM, cd into
%_topdir/BUILD/ImageMagick-*, "make PerlMagick/Makefile", cd into PerlMagick,
"make test".  I got 3 errors, but they were related to ttf, so I ignored
them.  Then "make install" to get fixed versions of the perl module.

I haven't had a chance and probably won't, to figure out how to fix the .spec
file.

Regards,
Dan W.