From: Tomas V.V.Cox Date: Sun, 15 Jun 2003 16:52:08 +0000 (+0000) Subject: Added TODO and IDEAS to makerpm X-Git-Tag: RELEASE_1_0_2~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02ef8131646ea368ab71e9c42bd3a2432b6e88e4;p=php Added TODO and IDEAS to makerpm --- diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 94d8ee7ac5..986c6c7dab 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -561,6 +561,16 @@ Wrote: /usr/src/redhat/RPMS/i386/PEAR::Net_Socket-1.0-1.i386.rpm // }}} // {{{ doMakeRPM() + /* + (cox) + TODO: + - Fill the rpm dependencies in the template file. + IDEAS: + - Instead of mapping the role to rpm vars, perhaps it's better + to use directly the pear cmd to install the files by itself + in %postrun so: + pear -d php_dir=%{_libdir}/php/pear -d test_dir=.. + */ function doMakeRPM($command, $options, $params) {