This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 605aec3 debian/control: Add to Build-Conflicts: python-sphinx. We need Python3 Sphinx for building the API docs. new 49409b1 python-x2go.spec: Blind shot at attempting API doc build for RPM packages. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: python-x2go.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
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@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