Re: how to include a .so file in my python rpm

2011-01-26 Thread Robin Lee
Just remove the line 'BuildArch: noarch' from your specfile? On Wed, Jan 26, 2011 at 9:59 PM, Erik Blankinship wrote: > 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 th

how to include a .so file in my python rpm

2011-01-26 Thread Erik Blankinship
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. Now that I am packaging my python application into a fedora rpm, I need to compile the plugin as part of the packa