To install on Fedora FC3/x86_64 (on probably other x86_64)
Need to install into /usr/lib64, not /usr/lib.
1. In spec file, replace /usr/lib/ with %{_libdir}.
2. Need to modify Makefiles or use configure to pass this variable to make.
I would offer a patch, but not sure what you want to do about #2