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

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