enthought / enthought/Python-2.7.3
sdist: no way to include generated spec file in source.
- Dominant language
- Python
- Stars
- 3
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
No way to tell sdist to include the generated rpm spec file in tarball.
this is usefull when trying to generate the rpm using rpmbuild -tb
(rrpmbuild will use the specfile from tarball to build the package. This is more friendly than extracting the tarball and running python setup.py bdist_rpm; cd ..; \rm -rf )
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how sdist creates its tarball and how setup.py bdist_rpm generates the spec file. Check whether the sdist archive can include that generated file, then verify the resulting tarball can be passed to rpmbuild -tb and that the spec file is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100