95 pts.
 How to create RPM installer using customized scripts?
Is there any tool available to convert my Linux scripts as rpm installer. Guru

Software/Hardware used:
ASKED: February 7, 2009  7:24 AM
UPDATED: April 14, 2011  11:50 AM

Answer Wiki:
To fulfill ur solution, try to make a spec file, and care about that, the sh file & its destination location be in the spec file. Then u have to do a package that script into a gzipped tar source distribution, and use <a href="http://rpmrebuild.sourceforge.net/rpmrebuild.1.html">rpmbuild to build the spec file</a>. It may produce a rpm installer that just the script file. See the reference just above for RpmBuild correct method.
Last Wiki Answer Submitted:  April 14, 2011  11:50 am  by  Subhendu Sen   22,125 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _