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.6 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.
  10. </p>
  11. <h3>Parameters</h3>
  12. <table border="1" cellpadding="2" cellspacing="0">
  13. <tr>
  14. <td valign="top"><b>Attribute</b></td>
  15. <td valign="top"><b>Description</b></td>
  16. <td align="center" valign="top"><b>Required</b></td>
  17. </tr>
  18. <tr>
  19. <td valign="top">specFile</td>
  20. <td valign="top">The name of the spec File to be used.</td>
  21. <td valign="top" align="center">Yes</td>
  22. </tr>
  23. <tr>
  24. <td valign="top">topDir</td>
  25. <td valign="top">
  26. this is the directory which will have the expected
  27. subdirectories, SPECS, SOURCES, BUILD, SRPMS. If this isn't specified,
  28. the baseDir value is used
  29. </td>
  30. <td valign="top" align="center">No</td>
  31. </tr>
  32. <tr>
  33. <td valign="top">cleanBuildDir</td>
  34. <td valign="top">his will remove the generated files in the BUILD
  35. directory.</td>
  36. <td align="center" valign="top">No</td>
  37. </tr>
  38. <tr>
  39. <td valign="top">removeSpec</td>
  40. <td valign="top">this will remove the spec file from SPECS</td>
  41. <td align="center" valign="top">No</td>
  42. </tr>
  43. <tr>
  44. <td valign="top">command</td>
  45. <td valign="top">very similar idea to the cvs task. the default is "-bb"</td>
  46. <td align="center" valign="top">No</td>
  47. </tr>
  48. <tr>
  49. <td valign="top">output/error</td>
  50. <td valign="top">where standard output and error go</td>
  51. <td align="center" valign="top">No</td>
  52. </tr>
  53. </table>
  54. <hr>
  55. <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
  56. Reserved.</p>
  57. </body>
  58. </html>