pouh47

Authored Comments

I also recommend taking a look at "fpm" which can be a much lighter-weight way of creating RPM packages without having to set up build trees, mess around with .spec files, etc.

For example, if all you want to do is turn a directory tree into an RPM package then fpm can do this with one command like "fpm -s dir -t rpm [..]"

fpm is on Github here: https://github.com/jordansissel/fpm