Re: [oscg-general] how can I build the postgres RPM from sources?
From
Uzi
Sep 5, 2011 12:35 PM
Here is a bash script which converts a gziped tar to an RPM by creating a spec file. Use (and modify) for your needs. The tarball should represent the structure that you wish to create on the target machine.
http://www.mindtwist.de/main/linux/3-linux-tipps/32-how-to-convert-tar-gz-archive-to-rpm-.html
The script is released under a BSD license.
Regards
Uzi