Bug 1327528 - Review Request: perl-Tree - Tree data structure
Summary: Review Request: perl-Tree - Tree data structure
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Emmanuel Seyman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-15 10:10 UTC by Petr Pisar
Modified: 2016-04-25 06:54 UTC (History)
2 users (show)

Fixed In Version: perl-Tree-1.07-1.fc25
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-25 06:54:11 UTC
Type: ---
emmanuel: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2016-04-15 10:10:16 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Tree/perl-Tree.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Tree/perl-Tree-1.07-1.fc25.src.rpm
Description:
This implements a full-featured N-ary tree representation with configurable
error-handling and a simple events system that allows for transparent
persistence to a variety of data stores.

Fedora Account System Username: ppisar

Comment 1 Emmanuel Seyman 2016-04-20 19:24:59 UTC
Taking

Comment 2 Emmanuel Seyman 2016-04-20 20:29:24 UTC
=== KEY ===

 - = N/A
 x = Check
 ! = Problem
 ? = Not evaluated

=== REQUIRED ITEMS ===

 [x] Package is named according to the Package Naming Guidelines.
 [x] Spec file name must match the base package %{name}, in the format
%{name}.spec.
 [x] Package meets the Packaging Guidelines including the Perl specific items
 [x] Package successfully compiles and builds into binary rpms on at least one
supported architecture.
     Tested on: http://koji.fedoraproject.org/koji/taskinfo?taskID=13737702

 [x] Rpmlint output:
perl-Tree.src: W: spelling-error %description -l en_US ary -> ray, art, airy
1 packages and 1 specfiles checked; 0 errors, 1 warnings.

 [x] Package is not relocatable.
 [x] Buildroot is correct
None specified, default used
 [x] Package is licensed with an open-source compatible license and meets other
legal requirements as defined in the legal section of Packaging Guidelines.
 [x] License field in the package spec file matches the actual license.
     License type: (GPL+ or Artistic) and Artistic 2.0

It looks like this will be going to plain "GPL+ or Artistic" soon enough.

 [x] If (and only if) the source package includes the text of the license(s) in
its own file, then that file, containing the text of the license(s) for the
package is included in %license.
 [x] Spec file is legible and written in American English.
 [x] Sources used to build the package matches the upstream source, as provided
in the spec URL.

11e8f607b8e0e4a7d69ce240f82bdf9e  Tree-1.07.tgz

 [x] Package is not known to require ExcludeArch
 [x] All build dependencies are listed in BuildRequires, except for any that
are listed in the exceptions section of Packaging Guidelines.
 [-] The spec file handles locales properly.
 [-] ldconfig called in %post and %postun if required.
 [x] Package must own all directories that it creates.
 [x] Package requires other packages for directories it uses.
 [x] Package does not contain duplicates in %files.
 [x] Permissions on files are set properly.
 [x] Package consistently uses macros.
 [x] Package contains code, or permissable content.
 [-] Large documentation files are in a -doc subpackage, if required.
 [x] Package uses nothing in %doc for runtime.
 [-] Header files in -devel subpackage, if present.
 [-] Static libraries in -devel subpackage, if present.
 [-] Package requires pkgconfig, if .pc files are present.
 [-] Development .so files in -devel subpackage, if present.
 [-] Fully versioned dependency in subpackages, if present.
 [x] Package does not contain any libtool archives (.la).
 [-] Package contains a properly installed %{name}.desktop file if it is a GUI
application.
 [x] Package does not own files or directories owned by other packages.

=== SUGGESTED ITEMS ===

 [x] Latest version is packaged.
 [x] Package does not include license text files separate from upstream.
 [-] Description and summary sections in the package spec file contains
translations for supported Non-English languages, if available.
 [x] Reviewer should test that the package builds in mock.
     Tested on: fedora-rawhide-x86_64
 [x] Package should compile and build into binary rpms on all supported
architectures.
     Tested on: http://koji.fedoraproject.org/koji/taskinfo?taskID=13737702

 [?] Package functions as described.
 [-] Scriptlets must be sane, if used.
 [-] The placement of pkgconfig(.pc) files is correct.
 [-] File based requires are sane.
 [x] %check is present and the tests pass
All tests successful.
Files=23, Tests=880,  2 wallclock secs ( 0.12 usr  0.03 sys +  1.08 cusr  0.09 csys =  1.32 CPU)
Result: PASS

Just as a nitpick, I prefer a tighter file listing for perl modules, something like:

%{perl_vendorlib}/Tree*
%{_mandir}/man3/Tree*

but that's no reason to block.

APPROVED.

Comment 3 Kevin Fenzi 2016-04-23 16:33:48 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Tree

Comment 4 Petr Pisar 2016-04-25 06:54:11 UTC
Thank you for the review and the repository.

I do not prefer tighter file listing because it's not a full solution. Either listing all the files or wildcard all of them. When upgrading packages, I always verify difference between packages using rpmdiff.


Note You need to log in before you can comment on or make changes to this bug.