<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br>
&gt;     You can&#39;t, it&#39;s against packaging guidelines<br>
&gt;<br>
&gt;     See: <a href="http://fedoraproject.org/wiki/Packaging/Python#Source_files" target="_blank">http://fedoraproject.org/wiki/Packaging/Python#Source_files</a><br>
&gt;<br>
&gt;<br>
&gt; While I appreciate and would like to respect the guidelines, is it<br>
&gt; technically possible to create a python rpm without source?  This rpm<br>
&gt; would only be distributed as a downloadable file (not via yum).<br><br></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>


<div></div></div>Probably, just put the files in the right place and list them in %files.<br>
So long as it&#39;s not for public consumption, or complies with the<br>
licensing of the code.</blockquote><div><br></div><div>Right - as long as it is complies with the licensing of the code it should be okay.</div><div><br></div><div>I am not sure how to modify %files in my spec file to <i>remove</i> certain file types.</div>
<div>Any suggestions how to do that?  My %files section is pretty basic right now:</div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div class="gmail_quote">
<div><font class="Apple-style-span" face="&#39;times new roman&#39;, serif">%files</font></div></div><div class="gmail_quote"><div><font class="Apple-style-span" face="&#39;times new roman&#39;, serif">%defattr(-,root,root,-)</font></div>
</div></blockquote><div class="gmail_quote">
<div> </div></div>