Here's our basic steps:
make a dir tree of what you want to package
Run this command, from the parent of that directory:
fpm -s dir -t rpm --name myLousyPackage
Your package will be in myLousyPackage-1.0-1.x86_64.rpm
consider adding pre/post config scripts
Check it all into git
Anyone want a live demo of this?
NEXT
PREVIOUS
Master Index