On Wed, Mar 24, 2010 at 12:48 PM, Baiju M <mba...@zeomega.com> wrote:
> Can you give some pointer how you are creating RPMs for
> the binary eggs (eg:- zope.interface ) Any tool available ?

The RPM is built using the normal RPM tools: we write a spec file,
then run rpmbuild in what we think are the normal ways.  Nothing
special is needed.

> These RPMs are for entire buildout or individual eggs ?

For the entire buildout, since they're applications.  We use a
separate package (RPM) with a "clean" Python (nothing in
site-packages!) that won't be affected by general system updates.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to