Bug 1286980 - Review Request: perl-File-Zglob - Provide extended Unix glob
Summary: Review Request: perl-File-Zglob - Provide extended Unix glob
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Šabata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-01 09:37 UTC by Jitka Plesnikova
Modified: 2015-12-02 07:37 UTC (History)
2 users (show)

Fixed In Version: perl-File-Zglob-0.11-1.fc24
Clone Of:
Environment:
Last Closed: 2015-12-02 07:37:37 UTC
Type: ---
Embargoed:
psabata: fedora-review+


Attachments (Terms of Use)

Description Jitka Plesnikova 2015-12-01 09:37:09 UTC
Spec URL: https://jplesnik.fedorapeople.org/perl-File-Zglob/perl-File-Zglob.spec
SRPM URL: https://jplesnik.fedorapeople.org/perl-File-Zglob/perl-File-Zglob-0.11-1.fc24.src.rpm
Description:
Provides a traditional Unix glob(3) functionality; returns a list of
pathnames that matches the given pattern.

Fedora Account System Username: jplesnik

Comment 1 Petr Šabata 2015-12-01 11:42:45 UTC
* What's the reason for line 41?  The only executable file is author/test.pl;
  why would you care about it?

* Missing some BRs
  - coreutils, `rm' on line 39, `chmod' on line 41
  - sed, `sed' line 40

* The summary is very brief but acceptable.  However, I would correct the
  grammar in the description: s/matches/match/

* The package attempts to run the author tests (xt/*).  They're all skipped
  because of the missing dependencies but this could lead to an unexpected
  FTBFS if some of them make it into the buildroot.
  Either disable them (removing the author_test() call from Makefile.PL
  should work) or declare the missing optional BRs.

Comment 2 Jitka Plesnikova 2015-12-01 12:52:56 UTC
(In reply to Petr Šabata from comment #1)
> * What's the reason for line 41?  The only executable file is author/test.pl;
>   why would you care about it?
It was just for prevention. Removed it.
 
> * Missing some BRs
>   - coreutils, `rm' on line 39, `chmod' on line 41
>   - sed, `sed' line 40
Added.

> * The summary is very brief but acceptable.  However, I would correct the
>   grammar in the description: s/matches/match/
Updated

> * The package attempts to run the author tests (xt/*).  They're all skipped
>   because of the missing dependencies but this could lead to an unexpected
>   FTBFS if some of them make it into the buildroot.
>   Either disable them (removing the author_test() call from Makefile.PL
>   should work) or declare the missing optional BRs.
Disabled author_test.

Updated files are on the same link

Comment 3 Petr Šabata 2015-12-01 13:05:42 UTC
(In reply to Jitka Plesnikova from comment #2)
> (In reply to Petr Šabata from comment #1)
> > * What's the reason for line 41?  The only executable file is author/test.pl;
> >   why would you care about it?
> It was just for prevention. Removed it.

Okay.

> > * Missing some BRs
> >   - coreutils, `rm' on line 39, `chmod' on line 41
> >   - sed, `sed' line 40
> Added.

Ack.

> > * The summary is very brief but acceptable.  However, I would correct the
> >   grammar in the description: s/matches/match/
> Updated

Ack.

> > * The package attempts to run the author tests (xt/*).  They're all skipped
> >   because of the missing dependencies but this could lead to an unexpected
> >   FTBFS if some of them make it into the buildroot.
> >   Either disable them (removing the author_test() call from Makefile.PL
> >   should work) or declare the missing optional BRs.
> Disabled author_test.

Ack.

Approving.

Comment 4 Gwyn Ciesla 2015-12-01 13:34:21 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/perl-File-Zglob

Comment 5 Jitka Plesnikova 2015-12-02 07:37:37 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.