[python-jinja2/el6] Disable doc generation since python-sphinx isn't in EPEL 6 yet

Rahul Sundaram sundaram at fedoraproject.org
Wed Jul 13 07:46:44 UTC 2011


commit 32c5ee7ab525b827aa91780425c26d5322a4f850
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Jul 13 13:12:55 2011 +0530

    Disable doc generation since python-sphinx isn't in EPEL 6 yet

 python-jinja2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-jinja2.spec b/python-jinja2.spec
index 830eb0e..0d4eb00 100644
--- a/python-jinja2.spec
+++ b/python-jinja2.spec
@@ -6,11 +6,11 @@
 
 # Enable building without docs to avoid a circular dependency between this
 # and python-sphinx:
-%global with_docs 1
+%global with_docs 0
 
 Name:		python-jinja2
 Version:	2.5.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -155,6 +155,9 @@ popd
 
 
 %changelog
+* Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 2.5.5-5
+- Disable doc generation since python-sphinx isn't in EPEL 6 yet
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list