Bug 432655
Summary: | Review Request: R-car - Companion to Applied Regression package for R | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
Component: | Package Review | Assignee: | Jason Tibbitts <j> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | fedora-package-review, notting |
Target Milestone: | --- | Flags: | j:
fedora-review+
kevin: fedora-cvs+ |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-14 22:42: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: |
Description
Orion Poplawski
2008-02-13 16:58:23 UTC
Besides the standard R complaints, rpmlint says: R-car.noarch: E: script-without-shebang /usr/share/R/library/car/CHANGES R-car.noarch: E: wrong-script-end-of-line-encoding /usr/share/R/library/car/CHANGES The CHANGES file shouldn't be executable. However, once you fix that you'll get: R-car.noarch: W: wrong-file-end-of-line-encoding /usr/share/R/library/car/CHANGES R-car.noarch: W: file-not-utf8 /usr/share/R/library/car/CHANGES so it needs a chmod, a pass through tr and a pass through iconv. I think that http://cran.r-project.org/src/contrib/Descriptions/car.html is probably better as a URL tag. * source files match upstream: e9bcb523b0d667e256aba10ab1c432e834f444d6e35cda0f4de446135013ce7d car_1.2-7.tar.gz * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text not included upstream. * latest version is being packaged. * BuildRequires are proper. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly X rpmlint has valid complaints. * final provides and requires are sane: R-car = 1.2-1.fc9 = /bin/sh R * %check is present and all tests pass. * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files. X CHANGES file should not be executable. * scriptlets are OK (R index installation) * code, not content. * documentation is small, so no -doc subpackage is necessary. * %docs are not necessary for the proper functioning of the package. Updated the spec file. * Wed Feb 13 2008 Orion Poplawski <orion.com> 1.2-2 - Fix file permissions, line endings and encoding Thanks for the review! Still builds fine and rpmlint is slient excepting the two expected complaints for R packages. Looks good to me. APPROVED New Package CVS Request ======================= Package Name: R-car Short Description: Companion to Applied Regression package for R Owners: orion Branches: F-8 F-7 EL-5 EL-4 InitialCC: Cvsextras Commits: yes cvs done. Checked in and built. Thanks all! |