<div dir="ltr"><div><div><div><div><div><div><div>Did you take a look at the document I linked in your last thread?<br><br></div>       -&gt;Yes that is the basis on which I was working out the tomcat rpm and Thank You for that wonderful document.<br>
<br>Third, %install... If you would prefer, add a makefile to your source tar and call its install target. Otherwise just manually move the files to where they need to go.<br></div>     -&gt;So if I want the final install to be on /opt/apache-tomcat-7.0.37, I need to do that hard lifting myself right ? as in<br>
</div>     -&gt;mkdir -p $RPM_BUILD_ROOT/opt<br></div>     -&gt;cp -R /home/virtual/rpmbuild/BUILD/apache-tomcat-7.0.37 $RPM_BUILD_ROOT/opt<br><br></div>      -&gt;Will the above step then create the .rpm file ?<br><br>I notice you don&#39;t have a %files manifest yet, that&#39;ll be next.<br>
<br></div>       -&gt;I thought %files are dummy section, is that needed ?<br><br><br></div>-Narahari<br></div>