[python-cement/el5: 10/10] manually create sphinx build dir

derks derks at fedoraproject.org
Wed Jul 13 00:25:37 UTC 2011


commit a54593df4c66d6633013750288ec27b1e3a63e91
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Tue Jul 12 19:25:14 2011 -0500

    manually create sphinx build dir

 python-cement.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-cement.spec b/python-cement.spec
index 2c03629..79a3027 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -33,7 +33,7 @@
 
 Name: python-cement
 Version: 0.8.18
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: CLI Application Framework for Python
 Group: Development/Libraries    
 
@@ -133,8 +133,8 @@ popd
 %endif
 
 %if 0%{?_with_doc}
-# newer versions of sphinx create these directories
-#mkdir -p doc/build/html doc/source/_static/
+# newer versions of sphinx create this 
+mkdir -p doc/build/html
 sphinx-build doc/source doc/build/html
 
 # cleanup 
@@ -192,6 +192,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Jul 12 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.18-4
+- Manually create sphinx build directory (bug in sphinx)
+
 * Tue Jul 12 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.18-3
 - Added Patch3: cement-0.8.18-sphinx.patch
 


More information about the scm-commits mailing list