Out of the box, 0.6 does not build rpms properly.
The following fixes that (and probably fixes a number of other
distutils-related issues).
Strictly, using MANIFEST.in should probably be preferred to shipping
MANIFEST, as the latter is auto-generated from MANIFEST.in - therefore, IMO
subsequent releases need not include MANIFEST
diff -urN docutils-0.6.orig/MANIFEST.in docutils-0.6/MANIFEST.in
--- docutils-0.6.orig/MANIFEST.in 1969-12-31 18:00:00.000000000
-0600
+++ docutils-0.6/MANIFEST.in 2009-10-15 12:47:26.000000000 -0500
@@ -0,0 +1,4 @@
+recursive-include docutils *.css *.txt *.tex *.odt *.conf *.htc *.gif *.js
*.sty __base__
+include *.txt
+include MANIFEST.in
+
diff -urN docutils-0.6.orig/setup.cfg docutils-0.6/setup.cfg
--- docutils-0.6.orig/setup.cfg 1969-12-31 18:00:00.000000000 -0600
+++ docutils-0.6/setup.cfg 2009-10-15 12:47:11.000000000 -0500
@@ -0,0 +1,8 @@
+[bdist_rpm]
+doc_files = BUGS.txt
+ COPYING.txt
+ FAQ.txt
+ HISTORY.txt
+ README.txt
+ RELEASE-NOTES.txt
+ THANKS.txt
Nobody/Anonymous
None
None
Public
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use