Create RPMs

Packages to install before we can create RPM packages:

# yum install rpm-build redhat-rpm-config  

(The package redhat-rpm-config is for rpmbuild build macros and helper scripts needed to build SRPMs targeted on CentOS)

Other packages needed for compiling :

# yum install make gcc

References: