Bug 439142

Summary: Review Request: perl-Catalyst-Model-LDAP - LDAP model class for Catalyst
Product: [Fedora] Fedora Reporter: Simon Wilkinson <simon>
Component: Package ReviewAssignee: Parag AN(पराग) <panemade>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting
Target Milestone: ---Flags: panemade: 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-04-12 12:46:08 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 Simon Wilkinson 2008-03-27 10:24:17 UTC
Spec URL: http://homepages.inf.ed.ac.uk/sxw/perl-Catalyst-Model-LDAP.spec
SRPM URL: http://homepages.inf.ed.ac.uk/sxw/perl-Catalyst-Model-LDAP-0.16-1.fc9.src.rpm
Description:
This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP.

Comment 1 Parag AN(पराग) 2008-03-27 11:12:48 UTC
you need 
BuildRequires:  perl(Test::Pod) >= 1.14
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04

as make test need them. see
t/02pod...........................skipped
        all skipped: Test::Pod 1.14 required
t/03podcoverage...................skipped
        all skipped: Test::Pod::Coverage 1.04 required

Comment 2 Simon Wilkinson 2008-03-27 11:26:01 UTC
Fixed in http://homepages.inf.ed.ac.uk/sxw/perl-Catalyst-Model-LDAP-0.16-2.fc9.src.rpm

The build process still ignores these, as TEST_POD isn't set - should the specfile be enabling these 
optional tests, or not, though? Upstream presumably has a reason for not running them by default.




Comment 3 Parag AN(पराग) 2008-03-27 12:06:06 UTC
Review:
+ package builds in mock.
Koji build => http://koji.fedoraproject.org/koji/taskinfo?taskID=534006
+ rpmlint is silent for SRPM and for RPM.
+ source files match upstream url
0ccbf7239d3bed85fe3f588a28a5c268  Catalyst-Model-LDAP-0.16.tar.gz
+ package meets naming and packaging guidelines.
+ specfile is properly named, is cleanly written
+ Spec file is written in American English.
+ Spec file is legible.
+ dist tag is present.
+ build root is correct.
+ license is open source-compatible.
+ License text is included in package.
+ %doc is present.
+ BuildRequires are proper.
+ %clean is present.
+ package installed properly.
+ Macro use appears rather consistent.
+ Package contains code, not content.
+ no headers or static libraries.
+ no .pc file present.
+ no -devel subpackage
+ no .la files.
+ no translations are available
+ Does owns the directories it creates.
+ no scriptlets present.
+ no duplicates in %files.
+ file permissions are appropriate.
+ make test gave
All tests successful, 7 tests skipped.
Files=9, Tests=8,  2 wallclock secs ( 1.25 cusr +  0.05 csys =  1.30 CPU)

+ Package perl-Catalyst-Model-LDAP-0.16-2.fc9 =>
  Provides: perl(Catalyst::Helper::Model::LDAP) perl(Catalyst::Model::LDAP) =
0.16 perl(Catalyst::Model::LDAP::Connection) perl(Catalyst::Model::LDAP::Entry)
perl(Catalyst::Model::LDAP::Search)
  Requires: perl(Carp) perl(Catalyst::Model::LDAP::Search) perl(Class::C3)
perl(Data::Page) perl(Net::LDAP::Constant) perl(Net::LDAP::Control::Sort)
perl(Net::LDAP::Control::VLV) perl(base) perl(strict) perl(warnings)

SHOULD:
   Try adding line to enable tests in %check
    export TEST_POD=1
APPROVED.

Comment 4 Chris Weyl 2008-03-30 20:53:47 UTC
(In reply to comment #2)
> Fixed in
http://homepages.inf.ed.ac.uk/sxw/perl-Catalyst-Model-LDAP-0.16-2.fc9.src.rpm
> 
> The build process still ignores these, as TEST_POD isn't set - should the
specfile be enabling these 
> optional tests, or not, though? Upstream presumably has a reason for not
running them by default.

Strictly speaking, we try to enable all optional tests...  Tests that don't
check for actual errors (e.g. Test::Perl::Critic, Test::Pod::Coverage,
Test::Kwalitee) aren't blockers for being disabled as they don't check actual
functionality.  They're still encouraged to be enabled, however :)

Comment 5 Parag AN(पराग) 2008-04-04 04:01:09 UTC
ping?

Comment 6 Simon Wilkinson 2008-04-04 10:10:22 UTC
New Package CVS Request
=======================
Package Name: perl-Catalyst-Model-LDAP
Short Description: LDAP model class for Catalyst
Owners: sxw
Branches: EL-5 F-7 F-8 
InitialCC: 
Cvsextras Commits: yes

Comment 7 Kevin Fenzi 2008-04-04 15:45:50 UTC
cvs done.

Comment 8 Parag AN(पराग) 2008-04-12 04:53:51 UTC
is this built? IF yes then we can CLOSE this review

Comment 9 Simon Wilkinson 2008-04-12 12:46:08 UTC
Sorry, life got in the way.
Now built with TEST_POD=1
Will push to F-9 as an update once the release happens.

Thanks, everyone!