Bug 830182 - Review Request: perl-Array-Base - Array index offsetting
Summary: Review Request: perl-Array-Base - Array index offsetting
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-08 13:19 UTC by Jitka Plesnikova
Modified: 2012-06-11 13:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-11 13:46:06 UTC
Type: Bug
Embargoed:
ppisar: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Jitka Plesnikova 2012-06-08 13:19:49 UTC
Spec URL: http://jplesnik.fedorapeople.org/perl-Array-Base/perl-Array-Base.spec
SRPM URL: http://jplesnik.fedorapeople.org/perl-Array-Base/perl-Array-Base-0.005-1.fc18.src.rpm
Description:
This module implements automatic offsetting of array indices. In normal
Perl, the first element of an array has index 0, the second element has
index 1, and so on. This module allows array indexes to start at some
other value. Most commonly it is used to give the first element of an
array the index 1 (and the second 2, and so on), to imitate the indexing
behavior of FORTRAN and many other languages. It is usually considered
poor style to do this.
Fedora Account System Username: jplesnik

Comment 1 Petr Pisar 2012-06-11 08:10:52 UTC
Source file is original. Ok.
Summary verified from lib/Array/Base.pm. Ok.
License verified from lib/Array/Base.pm. Ok.
Description verified from lib/Array/Base.pm. Ok.
URL and Source0 are useable. Ok.
Conflicts verified from Build.PL. Ok.

TODO: Qualify `perl(Test::Pod)' with `>= 1.00' (t/pod_syn.t:5).

All tests pass. Ok.

$ rpmlint  perl-Array-Base.spec ../SRPMS/perl-Array-Base-0.005-1.fc18.src.rpm ../RPMS/x86_64/perl-Array-Base-*
perl-Array-Base.src: W: spelling-error %description -l en_US indices -> induces, indies, indicts
perl-Array-Base.x86_64: W: spelling-error %description -l en_US indices -> induces, indies, indicts
3 packages and 1 specfiles checked; 0 errors, 2 warnings.
rpmlint is Ok.

$ rpm -q -lv -p ../RPMS/x86_64/perl-Array-Base-0.005-1.fc18.x86_64.rpm
drwxr-xr-x    2 root    root                        0 Jun 11 10:01 /usr/lib64/perl5/vendor_perl/Array
-rw-r--r--    1 root    root                     6037 Jun 11 10:01 /usr/lib64/perl5/vendor_perl/Array/Base.pm
drwxr-xr-x    2 root    root                        0 Jun 11 10:01 /usr/lib64/perl5/vendor_perl/auto/Array
drwxr-xr-x    2 root    root                        0 Jun 11 10:01 /usr/lib64/perl5/vendor_perl/auto/Array/Base
-rwxr-xr-x    1 root    root                    14392 Jun 11 10:01 /usr/lib64/perl5/vendor_perl/auto/Array/Base/Base.so
drwxr-xr-x    2 root    root                        0 Jun 11 10:01 /usr/share/doc/perl-Array-Base-0.005
-rw-r--r--    1 root    root                     2805 Feb  1 17:53 /usr/share/doc/perl-Array-Base-0.005/Changes
-rw-r--r--    1 root    root                     1072 Feb  1 17:53 /usr/share/doc/perl-Array-Base-0.005/README
-rw-r--r--    1 root    root                     4221 Jun 11 10:01 /usr/share/man/man3/Array::Base.3pm.gz
File layout and permissions are Ok.

$ rpm -q --requires -p ../RPMS/x86_64/perl-Array-Base-0.005-1.fc18.x86_64.rpm |sort |uniq -c
      1 libc.so.6()(64bit)
      1 libc.so.6(GLIBC_2.2.5)(64bit)
      1 perl(Lexical::SealRequireHints) >= 0.006
      1 perl(:MODULE_COMPAT_5.14.2)
      1 perl(strict)
      1 perl(warnings)
      1 perl(XSLoader)
      1 rpmlib(CompressedFileNames) <= 3.0.4-1
      1 rpmlib(FileDigests) <= 4.6.0-1
      1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
      1 rpmlib(PayloadIsXz) <= 5.2-1
      1 rtld(GNU_HASH)
Binary requires are Ok.

$ rpm -q --provides -p ../RPMS/x86_64/perl-Array-Base-0.005-1.fc18.x86_64.rpm |sort |uniq -c
      1 perl(Array::Base) = 0.005
      1 perl-Array-Base = 0.005-1.fc18
      1 perl-Array-Base(x86-64) = 0.005-1.fc18
Binary provides are Ok.

$ resolvedeps rawhide ../RPMS/x86_64/perl-Array-Base-0.005-1.fc18.x86_64.rpm 
Binary dependencies resolvable. Ok.

Package builds in F18 (http://koji.fedoraproject.org/koji/taskinfo?taskID=4148000). Ok.

Package is in line with Fedora and Perl packaging guidelines.


Please consider fixing `TODO' items before building the package.

Resolution: Package APPROVED.

Comment 2 Jitka Plesnikova 2012-06-11 08:15:59 UTC
New Package SCM Request
=======================
Package Name: perl-Array-Base
Short Description: Array index offsetting
Owners: jplesnik mmaslano ppisar psabata
Branches:
InitialCC: perl-sig

Comment 3 Gwyn Ciesla 2012-06-11 12:49:37 UTC
Git done (by process-git-requests).

Comment 4 Jitka Plesnikova 2012-06-11 13:46:06 UTC
Thank you for the review and the repository.


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