#summary How to set up a RPMFactory for your application #labels Featured,Phase-Support = Introduction = A rpm Factory is a folder containing a set of file and folder to package into a RPM. Based on a set of helper scripts, you will be able to build a rpm locally and remotely without any pain. = How to used it ? = Run te xmyrpm script And choice create a rpm factory at the end ! = What is the rpmFactory is providing ? = The first thing the rpmFactory is giving your is the possibility to build a rpm with a simple command : sh build.sh == build.sh == This script contains all parameters you need to compile RPM. Your can set the following parameter in this script : # Package Name # Package Version # Package release # ChangeLog # Requires # Excludes pattern Additionnally you can set all parameters to build remotly your package in a other server. == post.sh and pre.sh shell scripts == This scripts are containing shells instructions to execute before and after installing the package. = rpm Factory results = The produced rpm are stored in the root of the factory. so you can do what you what with it after compilation.