In my python application, I need to include a .so binary I built of a custom gstreamer plugin.  My python application works fine with this plugin when launching from the command line.<div><br></div><div>Now that I am packaging my python application into a fedora rpm, I need to compile the plugin as part of the packaging process?</div>
<div><br></div><div>I ask because when I try to include the .so file in <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">%files</font> and part of the <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">manifest</font>, I get this error from <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">rpmbuild</font>:</div>
<div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: collapse; "><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&quot;arch dependent binaries in noarch package&quot;</font></span></div>
<div><br></div><div>Could someone point me to an example of how to create a spec file which shows how to include &quot;nested&quot; c code so as to avoid this error and successfully build my rpm?</div><div><br></div><div>
Thanks much.  Erik</div>