Bug 632919
| Summary: | Review Request: rubygem-anemone - Anemone web-spider framework | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Ambroz <rebus> |
| Component: | Package Review | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | fedora-package-review, mtasaka, notting, rebus |
| Target Milestone: | --- | Flags: | mtasaka:
fedora-review?
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-17 02:11:49 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: | 632912 | ||
| Bug Blocks: | 587978 | ||
|
Description
Michal Ambroz
2010-09-11 22:21:25 UTC
For some general issues, please also check my commentes on bug 632912. ! Note Usually when gem contains spec/ directory, $ rake spec should be executed in %check. Hello Mamoru, here updated packages: SPEC URL: http://rebus.fedorapeople.org/SPECS/rubygem-anemone.spec SRPM URL: http://rebus.fedorapeople.org/SRPMS/rubygem-anemone-0.5.0-2.fc13.src.rpm *BuildRoot I would like to keep BuildRoot for compatibility with EPEL5. *%check Checks require couple of another rubygems packackages, which are not yet in Fedoram so I had to comment out this functionality for now. Best regards Michal Ambroz Almost okay.
* Explicit version specific dependency
- We usually don't write explicit version specific dependency
(like ">= 1.3.0" part on "Requires: rubygem(nokogiri)"
when all packages on currently supported Fedora (or EPEL) branches
statisfied such dependency because it is just redundant:
https://fedoraproject.org/wiki/Packaging/Guidelines#Explicit_Requires
* %doc in -doc subpackage
- %doc attribute in -doc subpackage is redundant because the name of
the rpm already indicates that the files in the rpm is for documentation.
Updated package: SPEC: http://rebus.fedorapeople.org/SPECS/rubygem-anemone.spec SRPM: http://rebus.fedorapeople.org/SRPMS/rubygem-anemone-0.5.0-3.fc14.src.rpm - fixed doc package and explicit dependency as suggested Best regards Michal Ambroz Resigning in getting the anemone to Fedora. |