<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1. In .spec file, we have command &quot;make DESTDIR=$RPM_BUILD_ROOT install&quot;. It is used for compiled source code installation. However, awscli uses python rather than configuration file. Can we directly pack up awscli-1.7.12.tar.gz?<br></blockquote><div><br></div><div>I think what you need to do is only to extract these packages.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2. If I can do, does the command in .spec file &quot;make DESTDIR=$RPM_BUILD_ROOT install&quot; be changed to &quot;pip DESTDIR=$RPM_BUILD_ROOT install&quot;, or just keep the original format?<br></blockquote><div><br></div><div>Use tar instead of make.</div></div></div></div>