Bug 210826
| Summary: | Review Request: genius - An arbitrary precision integer and multiple precision floatingpoint calculator | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gérard Milmeister <gemi> |
| Component: | Package Review | Assignee: | Ed Hill <ed> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | ed, mtasaka, rdieter |
| 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-10-19 15:27:26 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
Gérard Milmeister
2006-10-15 21:02:02 UTC
Hi Gerard, I just tried:
mock -r fedora-5-i386-core genius-0.7.6.1-1.src.rpm
and it failed with the message:
checking for XML::Parser... configure: error: XML::Parser perl
module is required for intltool
so it looks like a missing BR.
I forgot to run it through mock. This one should work: http://math.ifi.unizh.ch/fedora/5/i386/SRPMS.gemi/genius-0.7.6.1-2.src.rpm OK, the -2 release now builds with mock!
needswork:
- rpmlint reports:
E: genius-debuginfo script-without-shebang
/usr/src/debug/genius-0.7.6.1/mpfr/mul.c
W: genius-devel no-documentation
W: gnome-genius no-documentation
the warnings are harmless and can be ignored but the error can be
fixed by changing the file's permissions within the build dir.
good:
+ spec is legible
+ source matches upstream
+ license looks good and is correctly included
+ spec file looks sane and is legible
+ builds in mock on FC-5 i386
+ uses %find_lang macro correctly
+ dir ownership look OK
+ appears to have no shared libs
+ permissions look good (except for the one exception above)
+ has proper clean section and command
+ proper use of devel
+ code not content
+ no *.la files
+ scripts appear to be sane
+ proper use of desktop-file-install
+ consistent use of macros
+ installs and runs without seg-faulting on i386 FC-5
I don't see any blockers here so its APPROVED.
Please fix the permissions on that one file before submitting
the first build.
Some notes from me: Requires(post): shared-mime-info, desktop-file-utils, scrollkeeper Requires(postun): shared-mime-info, desktop-file-utils, scrollkeeper All this requires should be for gnome-genius. Please fix this. FYI, See: http://fedoraproject.org/wiki/Packaging/ScriptletSnippets that no new dependancies (like for shared-mime-info or desktop-file-utils) need be added, so likely all you really want/need is: Requires(post): scrollkeeper Requires(postun): scrollkeeper I fixed the permissions and the Requires, and imported into cvs. Built on FC5 and FC6. Added entry to owners and comps files. Thanks for the review. Good work! Please close it and remove from Extras/SIGs/SciTech proposals page. |