How can I create rpm packages using InstallBuilder?

Author: BitRock Support       Date: July 31, 2008 09:39       Tags: Installbuilder
Features
Native Packaging
Build
builder

InstallBuilder allows you to directly generate RPM packages to install your application. You just need to pass the "rpm" command line option to the Builder application on the command line:

./path/to/bin/builder build project.xml rpm

You can also build RPM packages from the Graphical Interface, going to "Packaging" -> "Build Platform", and selecting "RPM" as the target platform


You can only build though RPM packages on a machine that has RPM installed, as InstallBuilder uses internally the RPM tools in order to generate the package.


Additionally, prior to creating the .rpm package, you may want to add the "vendor", "summary", "release" and "description" properties to the XML project file, under the <project> element:


<project>
  ....
  <vendor>VendorName</vendor>
  <summary>Description of your Application</summary>
  <release>0</release>
  <description>A one-line description of your Application</description>
  ...
</project>

 

Back You should login to comment

 

You are
currently not
logged in.

 Log in 

or

Sign up