You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

rpm.html 1.7 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <html>
  2. <head>
  3. <title>Rpm Task</title>
  4. </head>
  5. <body>
  6. <h2><a name="rpm">Rpm</a></h2>
  7. <h3>Description</h3>
  8. <p>
  9. A basic task for invoking the rpm executable to build a Linux installation
  10. file. The task currently only works on Linux or other Unix platforms
  11. with rpm support.
  12. </p>
  13. <h3>Parameters</h3>
  14. <table border="1" cellpadding="2" cellspacing="0">
  15. <tr>
  16. <td valign="top"><b>Attribute</b></td>
  17. <td valign="top"><b>Description</b></td>
  18. <td align="center" valign="top"><b>Required</b></td>
  19. </tr>
  20. <tr>
  21. <td valign="top">specFile</td>
  22. <td valign="top">The name of the spec File to be used.</td>
  23. <td valign="top" align="center">Yes</td>
  24. </tr>
  25. <tr>
  26. <td valign="top">topDir</td>
  27. <td valign="top">
  28. this is the directory which will have the expected
  29. subdirectories, SPECS, SOURCES, BUILD, SRPMS. If this isn't specified,
  30. the baseDir value is used
  31. </td>
  32. <td valign="top" align="center">No</td>
  33. </tr>
  34. <tr>
  35. <td valign="top">cleanBuildDir</td>
  36. <td valign="top">his will remove the generated files in the BUILD
  37. directory.</td>
  38. <td align="center" valign="top">No</td>
  39. </tr>
  40. <tr>
  41. <td valign="top">removeSpec</td>
  42. <td valign="top">this will remove the spec file from SPECS</td>
  43. <td align="center" valign="top">No</td>
  44. </tr>
  45. <tr>
  46. <td valign="top">command</td>
  47. <td valign="top">very similar idea to the cvs task. the default is "-bb"</td>
  48. <td align="center" valign="top">No</td>
  49. </tr>
  50. <tr>
  51. <td valign="top">output/error</td>
  52. <td valign="top">where standard output and error go</td>
  53. <td align="center" valign="top">No</td>
  54. </tr>
  55. </table>
  56. <hr>
  57. <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
  58. Reserved.</p>
  59. </body>
  60. </html>