From 02ef8131646ea368ab71e9c42bd3a2432b6e88e4 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 15 Jun 2003 16:52:08 +0000 Subject: [PATCH] Added TODO and IDEAS to makerpm --- pear/PEAR/Command/Package.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) { -- 2.40.0