https://bugzilla.redhat.com/show_bug.cgi?id=927478
Mario Blättermann mario.blaettermann@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mario.blaettermann@gmail.co | |m
--- Comment #3 from Mario Blättermann mario.blaettermann@gmail.com --- Scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=5570400
$ rpmlint -i -v * python-genpy.src: I: checking python-genpy.src: I: checking-url http://ros.org/ (timeout 10 seconds) python-genpy.src: I: checking-url https://github.com/ros/genpy/archive/eddf66ead1b76f87981dd5e5cc267ab38bc5949... (timeout 10 seconds) python-genpy.noarch: I: checking python-genpy.noarch: I: checking-url http://ros.org/ (timeout 10 seconds) python-genpy.noarch: W: no-documentation The package contains no documentation (README, doc, etc). You have to include documentation files.
python-genpy.noarch: W: no-manual-page-for-binary genmsg_py.py Each executable in standard binary directories should have a man page.
python-genpy.noarch: W: no-manual-page-for-binary gensrv_py.py Each executable in standard binary directories should have a man page.
python-genpy-devel.noarch: I: checking python-genpy-devel.noarch: I: checking-url http://ros.org/ (timeout 10 seconds) python-genpy-devel.noarch: W: no-documentation The package contains no documentation (README, doc, etc). You have to include documentation files.
python-genpy.spec: I: checking-url https://github.com/ros/genpy/archive/eddf66ead1b76f87981dd5e5cc267ab38bc5949... (timeout 10 seconds) 3 packages and 1 specfiles checked; 0 errors, 4 warnings.
The %doc section is empty, but the README file from the tarball is not really useful. There's an index.rst file in the doc subfolder which seems to create HTML docs. Obviously python-sphinx is needed. Have a look at the Makefile.
Is it possible to run the tests included in the tarball?