[PATCH] makerpm

php.internals

Gyepi SAM

21 years ago
Hi -- The attached patch contains modifications to the makerpm script for php-4.3.9 for portability, security, and bug fixes. Without the patches, the generated spec file would not build on a Fedora Core 2 system. Here's a summary of the changes: - Invoke rpmbuild instead of rpm for building package. - Replace hard-coded rpm directories with rpm macros. - Drop buildconf invocation. - Replace hard-coded /usr with %{_prefix}. - Add README* to %docs, remove missing Changelog entry -Gyepi