rpmbuilder


A shell script to simplify creating RPM packages

A script that I use to automate the rpm creation of all my projects as part of continuous integration and continuous delivery.

The script will help you generate SPEC file and create RPM for you; and also if you wish it can push the generated rpm file to your desired maven repository.

Prerequisites

Installation

Download the rpm and type: ```

rpm -i -p smart-rpmbuilder-1.x.xxx.rpm

After that you can access the script at:

/opt/tools/smart-rpmbuilder.sh

```

Project Information

The project was created on May 20, 2012.

Labels:
bash rpm rpmbuilder packaging buildtool