While trying to determine a problem with trac RPM dependencies ( see
here: 
http://groups.google.com/group/trac-dev/browse_thread/thread/c8f54565753e8b8)
I came across what I think might be an omission for building fedora
rpms.

it's lines 156 to line 166 of setup.py:

rpm_distros = {
   'suse_options': { 'version_suffix': 'SuSE',
                     'requires': """python >= 2.3
                       subversion >= 1.0.0
                       pysqlite >= 0.4.3
                       clearsilver >= 0.9.3
                       httpd""" },

   'fedora_options': { 'version_suffix': 'fc'}
   }

should the fedora options include the requires?  or possibly better,
should the spec file in the %prep section fill in the requires part?

just some thoughts from a guy who's new a lot of this .....

Respectfully,
Christopher Taylor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to