Jean-Francois Pirus
The is a very basic rebuild of Ghostscript rpm's using ghostscript-8.64.tar.bz2 source and spec file from Fedora 10 ghostscript-8.63-4.fc10.src.rpm.
(The Centos spec file is to hard to fix, being based on 8.15).
The only thing I can say is that the ghostscript-8.64-9.3.el5.XXX.rpm's works for me. I haven't used the others.
If you want to rebuild the binary rpm's yourself use:
rpmbuild --define "dist .el5" -ba ghostscript.spec
The only things I changed are the spec file and the some patch files.
You can do a diff of ghostscript.spec and ghostscript.spec.8.63-4.fc10-org to see the differences. The patch file changes were due to files moving directories in the ghostscript source tree between version.
This will not upgrade over 8.15 and you usually cannot remove 8.15 first due to dependencies, so you need to "force" the install.
So Install using:
rpm --force -U ghostscript-8.64-9.3.el5.x86_64.rpm
or
rpm --force -i ghostscript-8.64-9.3.el5.i386.rpm
i386
ghostscript-8.64-9.3.el5.i386.rpm
ghostscript-devel-8.64-9.3.el5.i386.rpm
ghostscript-doc-8.64-9.3.el5.i386.rpm
ghostscript-gtk-8.64-9.3.el5.i386.rpm
x86_64
ghostscript-8.64-9.3.el5.x86_64.rpm
ghostscript-devel-8.64-9.3.el5.x86_64.rpm
ghostscript-doc-8.64-9.3.el5.x86_64.rpm
ghostscript-gtk-8.64-9.3.el5.x86_64.rpm
src
ghostscript-8.64-9.3.el5.src.rpm
ghostscript.spec
ghostscript.spec.8.63-4.fc10-org



