ShareSource Site »
Projects » pondus »
pondusBug Tracker
Actions » View tickets | Report a bug
Thanks a lot for the comment. I currently don't have access to an rpm-based machine, but as soon as this is the case I will investigate further. Probably, I only need to include the MANIFEST.in file in the distribution, as you suggested.
Comment by: Eike | Posted: Saturday, 11 July 2009, 05:34PM (11/07/2009)
MANIFEST.in will be included in the distribution of the next release and the rpm-file seems to build fine. Thanks for the bugreport.
Bug #317 [CLOSED]
Reason: Fixed
| Vital Bug Details | |
|---|---|
| Summery: python setup.py bdist_rpm doesn't work | |
| Severity: Low | |
| Status: | Priority: Low |
| Assigned to: Eike | Percent Complete: 100% |
| Bug Reporter | |
| Reported by: Anonymous ( on Sunday, 08 March 2009, 09:15AM (08/03/2009) ) | |
| Bug Details | |
| Building a RPM-package with 'python setup.py bdist_rpm' doesn't work because files are missing from the source package, to fix this add a MANIFEST.in file to the distribution so setuptools knows what to include in the source package:
-=- include INSTALL README TODO AUTHORS COPYING NEWS src/pondus.py graft data/ graft po/ -=- |
|
| View History » | |
Comments
Comment by: Eike | Posted: Tuesday, 10 March 2009, 04:39AM (10/03/2009)Thanks a lot for the comment. I currently don't have access to an rpm-based machine, but as soon as this is the case I will investigate further. Probably, I only need to include the MANIFEST.in file in the distribution, as you suggested.
Comment by: Eike | Posted: Saturday, 11 July 2009, 05:34PM (11/07/2009)
MANIFEST.in will be included in the distribution of the next release and the rpm-file seems to build fine. Thanks for the bugreport.