Bug 166199

Summary: Review Request: perl-Data-Page : Help when paging through sets of results
Product: [Fedora] Fedora Reporter: Tom "spot" Callaway <tcallawa>
Component: Package ReviewAssignee: Paul Howarth <paul>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://search.cpan.org/dist/Data-Page/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-31 01:50:14 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: 166183    
Bug Blocks: 163779, 166190    
Attachments:
Description Flags
Patch addressing review issues none

Description Tom "spot" Callaway 2005-08-17 20:46:36 UTC
Spec Name or Url: 
http://www.auroralinux.org/people/spot/review/Maypole/perl-Data-Page.spec

SRPM Name or Url:
http://www.auroralinux.org/people/spot/review/Maypole/perl-Data-Page-2.00-2.src.rpm

Description: 

Help when paging through sets of results.

(NOTE: This package is one of the Maypole dependencies)

Comment 1 Paul Howarth 2005-08-25 11:00:28 UTC
Review:

- rpmlint clean
- package and spec naming OK
- package meets guidelines
- license is same as perl, spec matches
- spec written in English and is legible
- sources match upstream
- package builds OK in mock for FC4 (i386)
- no locales, libraries, subpackages, pkgconfigs etc. to worry about
- not relocatable
- no directory ownership or permissions errors
- %clean section present and correct
- macro usage consistent
- code, not content
- no large docs
- docs don't affect runtime
- no scriptlets

Needswork:

- explicit Requires: perl(Class::Accessor::Chained::Fast) needed, not picked up
automatically

Nitpick:

- redundant BR: perl
- license text not included; suggest the usual fix
- suggest including CHANGES as %doc
- make called without %{?_smp_mflags}
- BR: perl(Class::Accessor::Chained) should really be
perl(Class::Accessor::Chained::Fast), though the same package provides both
- add BR: perl(Test::Pod) & perl(Test::Pod::Coverage) for improved test cover


Comment 2 Paul Howarth 2005-08-25 11:01:42 UTC
Created attachment 118105 [details]
Patch addressing review issues

Comment 4 Paul Howarth 2005-08-26 08:48:37 UTC
Approved.