[python-envisage/el6] Work around EL6 sphinx

Orion Poplawski orion at fedoraproject.org
Wed May 15 02:06:29 UTC 2013


commit 131645b278013a7112d7a32aac8f8c4cf5dd0ae2
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue May 14 20:06:19 2013 -0600

    Work around EL6 sphinx

 python-envisage.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-envisage.spec b/python-envisage.spec
index 3b4f12f..640c152 100644
--- a/python-envisage.spec
+++ b/python-envisage.spec
@@ -62,6 +62,8 @@ find -name .gitignore -delete
 %build
 %{__python} setup.py build
 cd docs
+# Work around EL6 sphinx
+ln source/_static/* source/
 make html
 # Remove empty file
 rm build/html/.buildinfo


More information about the scm-commits mailing list