Bug 604438
| Summary: | Review Request: rubygem-scaffold - Scaffold is a templating tool for Puppet | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Stahnke <mastahnke> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, mtasaka, notting |
| 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: | 2010-07-06 21:35: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
Michael Stahnke
2010-06-15 21:42:21 UTC
Some notes:
* %define -> %global
- Now we prefer to use %global rather than %define
https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define
* ruby(abi) dependency
- Writing ruby(abi) dependency is a must
https://fedoraproject.org/wiki/Packaging/Ruby#Ruby_Packaging_Guidelines
* Explcitly defined macros
- Explicitly defined %ruby_sitelib is used nowhere.
- Please use explicitly defined %geminstdir also in %files
* Explicit version dependency
- As rubygem-templater in Fedora on all supported branches have higher version
than 0.5.0, the explicit ">= 0.5.0" part is not needed, ref:
https://fedoraproject.org/wiki/Packaging/Guidelines#Explicit_Requires
* BuildRoot tag
- BuildRoot tag is no longer used so you can remove this (although rpmlint may
complain) on Fedora (not on EPEL)
https://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag
! %changelog
- Please also write your name.
I must have submitted the gem2rpm spec and not the final one I cleaned up. :) I'm out of town until the end of the week, so I will look at it then. I'd like to withdraw this request. Upstream is going to replace it with another tool shortly. |