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

2011-01-26 Thread Adam Williamson
On Wed, 2011-01-26 at 20:48 -0500, Erik Blankinship wrote: > > > On Wed, Jan 26, 2011 at 10:15 AM, Robin Lee > wrote: > Just remove the line 'BuildArch: noarch' from your > specfile? > > > > That was easy! Thank you. > > > Now, if I wanted to build a noarch rpm

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

2011-01-26 Thread Erik Blankinship
On Wed, Jan 26, 2011 at 10:15 AM, Robin Lee wrote: > Just remove the line 'BuildArch: noarch' from your specfile? > > That was easy! Thank you. Now, if I wanted to build a noarch rpm, is there an example of how I would go about building my custom gstreamer .so plugin files in my spec file?