Bug 193210
| Summary: | Review Request: htmldoc - Convert HTML source files into HTML, PostScript, or PDF | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Goode <adam> |
| Component: | Package Review | Assignee: | Aurelien Bompard <gauret> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | Flags: | kevin:
fedora-cvs+
|
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-06-05 01:16:29 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 163779 | ||
|
Description
Adam Goode
2006-05-26 03:56:45 UTC
Sorry, forgot to mention that this is my first package, and I am looking for a sponsor. * No downloadable source. Please give the full URL in the Source tag, which should be http://ftp.easysw.com/pub/htmldoc/1.8.26/htmldoc-1.8.26-source.tar.bz2 (ok, that one was kind of hard to find...) Thank you for your comment. I have created a new package here: http://www.spicenitz.org/fedora/htmldoc-1.8.26-2.src.rpm http://www.spicenitz.org/fedora/htmldoc.spec I used %{name} and %{version} in the Source tag. Is that ok, or should I have put the URL in directly? Using %{name} and %{version} in the Source tag is up to you. Some packagers
prefer using it, to avoid changing it at every new release, and some packagers
prefer the expanded form, to be able to quickly copy'n'paste into wget. Do what
you prefer.
You have a desktop file already available in the desktop subfolder, please use
it. However, you'll have to add --remove-category=X-Red-Hat-Base to
desktop-file-install, since we don't use it anymore.
The menu entry lacks an icon, please copy the png files in desktop to the proper
place in /usr/share/icons/hicolor/*/apps. (don't forget you'll have to add some
bits to the scriptlets, see http://fedoraproject.org/wiki/ScriptletSnippets,
"GTK+ icon cache")
Thanks. I've put a new version: http://www.spicenitz.org/fedora/htmldoc-1.8.26-3.src.rpm http://www.spicenitz.org/fedora/htmldoc.spec This installs icons, desktop file, and MIME type. (Lots of scriptlets!) Hope I've got the MIME stuff all right. Almost there ! * Missing dependancy on update-desktop-database for %post and %postun (package desktop-file-utils) * Since you're rebuilding, the last 3 lines in the desktop-file-install call are not properly lined-up (tabs instead of spaces) Ok, I've fixed the desktop-file-install line-up problem. I can add the dependencies for %post and %postun, but is that still a problem? It looks like desktop-file-utils fixed bug #180898 in 0.10-5 and 0.10-6. Do I need to add the dependencies for FC4? Ah, that's true, I didn't know. In the bug, Ray said the fix will be backported
to FC4, so I think you can leave out the Requires entirely.
I found a small bug: if you start the graphical frontend, and click on the
"help" button, you have an error, it can't find the doc. The path is hardcoded
in the configure script, line 5916.
Since the new path depends on the version number, you have two options:
- make a patch to change this line, and update it with each new version
- change the line with a sed call in %prep, where maros such as %{version} are
available
I would choose the 2nd option, because it is less likely to cause errors in the
future (I know *I* would forget to update the patch at least once). But make
sure the regexp is sufficiently specific, this is a large file.
All right, I've added this to %prep:
sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure
And I also added doc/help.html to %doc.
New SRPM is uploaded, everything seems to work !
http://www.spicenitz.org/fedora/htmldoc-1.8.26-4.src.rpm
http://www.spicenitz.org/fedora/htmldoc.spec
Review for release 4: * RPM name is OK * Source htmldoc-1.8.26-source.tar.bz2 is the same as upstream * This is the latest version * Builds fine in mock * rpmlint looks OK * File list looks OK * Works fine APPROVED Package Change Request ====================== Package Name: htmldoc New Branches: EL-4 EL-5 Owners: agoode pertusus cvs done. |