Build Rpm package

Hi Everybody,

I would like to know how to build an RPM package. Could you please let me know how to do it with the procedure.

Regards,
Mastan

It would be next to impossible to give you a step-by-step guide, since much will depend on the requirements of the software you want to package.

Everything revolves around the .spec file - I've always based work I've done on a .spec file from a distribution's package that is similar to mine.

The guide from the Fedora project covers pretty much everything you'll need to know - google "package building with rpm" and it's top of the list