[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: Blind shot at attempting API doc build for RPM packages.

git-admin at x2go.org git-admin at x2go.org
Tue Mar 6 13:57:05 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 49409b13a9a78d8de519e382fcd14fdc30699572
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 6 13:57:02 2018 +0100

    python-x2go.spec: Blind shot at attempting API doc build for RPM packages.
---
 python-x2go.spec | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/python-x2go.spec b/python-x2go.spec
index 0ed24b5..8537ad8 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -30,12 +30,12 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-future
 %endif # if with_python3
 # For doc build
-BuildRequires:  epydoc
-BuildRequires:  python-gevent
-BuildRequires:  python-paramiko
-BuildRequires:  python-xlib
-BuildRequires:  python-requests
-BuildRequires:  python-simplejson
+BuildRequires:  python3-sphinx
+BuildRequires:  python3-gevent
+BuildRequires:  python3-paramiko
+BuildRequires:  python3-xlib
+BuildRequires:  python3-requests
+BuildRequires:  python3-simplejson
 Requires:       nxproxy
 
 %description
@@ -111,8 +111,7 @@ popd
 %endif # with_python3
 
 # Build the docs
-mkdir -p epydoc/html
-#epydoc --debug -n "Python X2Go" -u http://www.x2go.org -v --html --no-private -o epydoc/html x2go/
+make -f Makefile.docupload docbuild
 
 
 %install
@@ -134,7 +133,7 @@ popd
 
 %files doc
 %defattr(-,root,root)
-%doc epydoc/html
+%doc docs/build/html
 
 
 %changelog

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list