Sometimes we need a rpm and can't find it elsewhere. Here is our collection of spec files. Provided without any warranty.
- forever.spec builds node-forever
The Source0 directive is defined in a spectool compatible way. This means that all you need to build an RPM is the following:
spectool -g -R <specfile.spec>
rpmbuild -ba <specfile.spec>
If you are missing the command line tools, install the package 'rpmbuild' and 'rpmdevtools'