New submission from John 'Warthog9' Hawley:
Duplicate doc-files functionality, to inject files into bdist_rpm
Enhancement to allow for files that are built outside of what's expected in
setup.py to be injected into the bdist files_rpm listing so they are included
in the resul
Changes by John 'Warthog9' Hawley :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue30924>
___
___
Python-bugs-list maili
New submission from John 'Warthog9' Hawley:
doc-files should break files up into multiple lines, as per RPM expectation
when using %doc section of the RPM spec, it expects multiple files
to be listed each on their own line. Currently what gets passed in
is:
%doc file1 file2 fi