Bug 590733
| Summary: | Review Request: bsp - The most popular node builder for Doom | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gwyn Ciesla <gwync> |
| Component: | Package Review | Assignee: | Dan Horák <dan> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dan, fedora-package-review, notting, supercyper1, wart |
| Target Milestone: | --- | Flags: | dan:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | bsp-5.2-4.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-13 19:23:09 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: | |||
|
Description
Gwyn Ciesla
2010-05-10 15:13:32 UTC
CCing wart, freedoom and yadex maintainer. Maybe this can help you to fix the debuginfo subpackage.
make %{?_smp_mflags}
->
make AM_CFLAGS='%{optflags}' %{?_smp_mflags}
(In reply to comment #2) > Maybe this can help you to fix the debuginfo subpackage. > > make %{?_smp_mflags} > -> > make AM_CFLAGS='%{optflags}' %{?_smp_mflags} Yep, this could help. The primary cause is most likely overriding of the Fedora's standard CFLAGS by bsp's own set during the configure run. Yes, that did it, thanks! SPEC: http://zanoni.jcomserv.net/fedora/bsp/bsp.spec SRPM: http://zanoni.jcomserv.net/fedora/bsp/bsp-5.2-2.fc12.src.rpm formal review is here, see the notes explaining OK* and BAD statuses below:
OK source files match upstream:
52af16dfa28c7838d9503a9153d93bfa031ac169 bsp-5.2.tar.bz2
OK package meets naming and versioning guidelines.
OK specfile is properly named, is cleanly written and uses macros consistently.
OK dist tag is present.
OK license field matches the actual license.
OK license is open source-compatible (GPLv2+). License text included in package.
OK latest version is being packaged.
OK BuildRequires are proper.
BAD compiler flags are appropriate.
OK %clean is present.
OK package builds in mock (Rawhide/x86_64).
OK debuginfo package looks complete.
OK* rpmlint is silent.
OK final provides and requires look sane.
N/A %check is present and all tests pass.
OK no shared libraries are added to the regular linker search paths.
OK owns the directories it creates.
OK doesn't own any directories it shouldn't.
OK no duplicates in %files.
OK file permissions are appropriate.
OK no scriptlets present.
OK code, not content.
OK documentation is small, so no -docs subpackage is necessary.
OK %docs are not necessary for the proper functioning of the package.
OK no headers.
OK no pkgconfig files.
OK no libtool .la droppings.
OK not a GUI app.
- there is still an issue with the compiler flags, now it mixes the Fedora set with bsp's own in a not so compatible way, using "make CFLAGS='%{optflags} %{?_smp_mflags}'" that overrides the bsp's ones completely is in my opinion a better variant
- rpmlint complains a bit
bsp.x86_64: W: spelling-error %description -l en_US pre -> per, ore, pee
bsp.src: W: spelling-error %description -l en_US pre -> per, ore, pee
=> false positive, can be ignored
Corrected: SPEC: http://zanoni.jcomserv.net/fedora/bsp/bsp.spec SRPM: http://zanoni.jcomserv.net/fedora/bsp/bsp-5.2-3.fc12.src.rpm Oh, I see you copy&pasted the make command line with my typo (the closing apostrophe is on wrong place) in it, please update it to
make CFLAGS='%{optflags}' %{?_smp_mflags}
before committing.
This package is APPROVED.
Whoops. Thanks for the review, I'll fix that. :) New Package CVS Request ======================= Package Name: bsp Short Description: The most popular node builder for Doom Owners: limb Branches: F-11 F-12 F-13 InitialCC: CVS done (by process-cvs-requests.py). bsp-5.2-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/bsp-5.2-4.fc12 bsp-5.2-4.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/bsp-5.2-4.fc13 bsp-5.2-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/bsp-5.2-4.fc11 bsp-5.2-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. bsp-5.2-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. bsp-5.2-4.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |