[python-flask-mongoengine/el6] Temporarily disabled man page generation

Matej Stuchlik mstuchli at fedoraproject.org
Tue Oct 15 10:41:12 UTC 2013


commit ecfc969253942ecd1b9f4e17ff7e701f0e9ab0ef
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Oct 15 12:38:05 2013 +0200

    Temporarily disabled man page generation

 python-flask-mongoengine.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-flask-mongoengine.spec b/python-flask-mongoengine.spec
index f9dfd47..d6a893d 100644
--- a/python-flask-mongoengine.spec
+++ b/python-flask-mongoengine.spec
@@ -3,7 +3,7 @@
 
 Name:		python-flask-mongoengine
 Version:	0.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Flask extension that provides integration with MongoEngine
 
 License:	BSD
@@ -28,24 +28,24 @@ for your models.
 %build
 %{__python} setup.py build
 cd %{_builddir}/%{srcname}-%{ext_version}/docs/
-make man
 
 #Tests passed on my machine, but I did not include them because they
 #require mongod running
 
 %install
 %{__python} setup.py install --skip-build -O1 --root %{buildroot}
-mkdir -p %{buildroot}%{_mandir}/man1/
-cp %{_builddir}/%{srcname}-%{ext_version}/docs/_build/man/%{srcname}.1 %{buildroot}%{_mandir}/man1/
 
 %files
 %doc LICENSE README.rst
 %{python_sitelib}/flask_mongoengine
 %{python_sitelib}/*.egg-info
-%{_mandir}/man1/%{srcname}.1.gz
 
 
 %changelog
+* Tue Oct 15 2013 Matej Stuchlik <mstuchli at redhat.com> - 0.7-2
+- Temporarily removed man page generation, due to it not working
+  with the old Sphinx version in el6
+
 * Tue Aug 13 2013 Matej Stuchlik <mstuchli at redhat.com> - 0.7-1
 - Updated to 0.7
 


More information about the scm-commits mailing list