[ReviewBoard] Disable building documentation

Stephen Gallagher sgallagh at fedoraproject.org
Wed Oct 3 20:04:51 UTC 2012


commit 542bf22f6cf083e185c14497fc9c9a16ebe4713f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Oct 3 16:04:41 2012 -0400

    Disable building documentation

 ReviewBoard.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 473f734..64a515e 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.7
-Release:        3.beta2%{?dist}
+Release:        4.beta2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -85,7 +85,6 @@ rm -rf ReviewBoard*.egg-info
 
 
 %build
-make -C docs/manual SPHINXOPTS=-N html
 %{__python} setup.py build
 
 %install
@@ -126,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Wed Oct 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7-4.beta2
+- Disable building documentation
+
 * Wed Oct 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7-3.beta2
 - Disable JavaScript minification until python-slimit is available
 


More information about the scm-commits mailing list