]> granicus.if.org Git - php/commitdiff
Added TODO and IDEAS to makerpm
authorTomas V.V.Cox <cox@php.net>
Sun, 15 Jun 2003 16:52:08 +0000 (16:52 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 15 Jun 2003 16:52:08 +0000 (16:52 +0000)
pear/PEAR/Command/Package.php

index 94d8ee7ac5219cd3dfa7fe68f3329d36f331679f..986c6c7dab0854a0f2ecb163b893fa706d75ce26 100644 (file)
@@ -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=.. <package>
+    */
 
     function doMakeRPM($command, $options, $params)
     {