Bug 169002
| Summary: | info docs for rpy aren't being built and installed | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alex Lancaster <alex> | ||||||
| Component: | rpy | Assignee: | José Matos <jamatos> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 4 | CC: | extras-qa, greg | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 0.4.6-7.fc4 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-02-19 09:40:52 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Alex Lancaster
2005-09-22 00:17:14 UTC
Any additional movement on this bug? I didn't see any movement in CVS: http://cvs.fedora.redhat.com/viewcvs/rpms/rpy/FC-4/?root=extras (except for rebuilding rpy for R-2.2.0). If nobody is working on it, I might try and look into a patch to the spec file. A patch is always welcome. :-) I agree that this is bug, and that it needs to be fixed. As you have pointed the solution is simple, but I have been busy with other more pressing matter for the moment. Thank you for the report. Instead of installing the info documents I was thinking about making the html and pdf variants. The Makefile we ship has all these targets. Would you oppose such change? I don't oppose the inclusion of the html and pdf, but I would oppose the omission of info docs. html and pdf aren't nearly as searchable as info, and info is integrated into emacs, where I do all my Python/RPy program anyway. ;-) I will try and work up a patch. We should also report upstream a propose to change the the name of the file from manual.texi to a more descriptive rpy.texi, which would then install the info file as rpy.info and also avoid the need to patch the rpm to change the name. Created attachment 124801 [details]
Spec file to handle installing info
Updated spec file to install info docs, uses a patch to the source, will also
upload next.
Created attachment 124802 [details]
Patch to source to build info docs as rpy.info
Patch which installs info doc as rpy.info rather than manual.info. Will send
upstream.
Upstream tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1433444&group_id=48422&atid=453023 Fixed in rpy-0.4.6-7.fc4. info docs are now installed and appear in directory. Thanks. Closing bug. "Patch which installs info doc as rpy.info rather than manual.info" has now been applied in the upstream cvs repository. A new release will occur in approximately a weeks time. -Greg Warnes (upstream maintainer) (In reply to comment #10) > "Patch which installs info doc as rpy.info rather than manual.info" has now been > applied in the upstream cvs repository. A new release will occur in > approximately a weeks time. > > -Greg Warnes > (upstream maintainer) Thank you for your work Greg as well to Walter before. rpy is a very useful piece of software :-) and I am looking forward for the next release. :-) |