Bug 1168260 - Review Request: perl-Parse-Debian-Packages - Parse the data from a debian Packages.gz
Summary: Review Request: perl-Parse-Debian-Packages - Parse the data from a debian Pac...
Keywords:
Status: CLOSED ERRATA
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: 1168263
TreeView+ depends on / blocked
 
Reported: 2014-11-26 14:28 UTC by Igor Gnatenko
Modified: 2015-06-25 23:54 UTC (History)
2 users (show)

Fixed In Version: perl-Parse-Debian-Packages-0.03-2.el6
Clone Of:
Environment:
Last Closed: 2015-05-27 16:10:24 UTC
Type: ---
Embargoed:
psabata: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Igor Gnatenko 2014-11-26 14:28:06 UTC
Spec URL: https://raw.githubusercontent.com/ignatenkobrain/fuel-tmp/master/perl-Parse-Debian-Packages.spec
SRPM URL: https://raw.githubusercontent.com/ignatenkobrain/fuel-tmp/master/perl-Parse-Debian-Packages-0.03-1.fc20.src.rpm
Description: This module parses the Packages files used by the debian package
management tools.
Fedora Account System Username: ignatenkobrain

Comment 1 Petr Šabata 2014-11-26 15:54:12 UTC
The standalone SPEC differs from the one the SRPM.
It's just a different e-mail address in the changelog so I'll proceed with the review.

Wrong deps, both build-time and run-time.
Missing BRs: 
 - perl, called in SPEC
 - perl(strict), used at %check phase
Useless runtime dependency:
 - perl(Test::More), only used by the test suite

`Debian' should be capitalized, in both Summary and %description.

PERL_INSTALL_ROOT can be substituted with a more common DESTDIR.

You don't need to remove empty directories (line 28).

You wouldn't need to remove .packlist files (line 27) if you bumped the ExtUtils::MakeMaker dependency to 6.76+ and added NO_PACKLIST=1 to the Makefile.PL call (line 22).  This would only work in F21 and newer, however.

Comment 2 Igor Gnatenko 2014-11-26 16:00:37 UTC
(In reply to Petr Šabata from comment #1)
> The standalone SPEC differs from the one the SRPM.
> It's just a different e-mail address in the changelog so I'll proceed with
> the review.
> 
> Wrong deps, both build-time and run-time.
> Missing BRs: 
>  - perl, called in SPEC
>  - perl(strict), used at %check phase
> Useless runtime dependency:
>  - perl(Test::More), only used by the test suite
> 
> `Debian' should be capitalized, in both Summary and %description.
> 
> PERL_INSTALL_ROOT can be substituted with a more common DESTDIR.
> 
> You don't need to remove empty directories (line 28).
> 
> You wouldn't need to remove .packlist files (line 27) if you bumped the
> ExtUtils::MakeMaker dependency to 6.76+ and added NO_PACKLIST=1 to the
> Makefile.PL call (line 22).  This would only work in F21 and newer, however.

thank you for review.

This is my first perl package, so I didn't know what's right.

I'll fix all at this evening.

Comment 3 Petr Šabata 2014-11-26 16:09:28 UTC
No worries :)

Comment 4 Igor Gnatenko 2014-11-26 16:37:27 UTC
> You wouldn't need to remove .packlist files (line 27) if you bumped the
> ExtUtils::MakeMaker dependency to 6.76+ and added NO_PACKLIST=1 to the
> Makefile.PL call (line 22)

I want to get this lib for F20, too. What I should do?

Comment 5 Petr Šabata 2014-11-26 16:53:13 UTC
(In reply to Igor Gnatenko from comment #4)
> > You wouldn't need to remove .packlist files (line 27) if you bumped the
> > ExtUtils::MakeMaker dependency to 6.76+ and added NO_PACKLIST=1 to the
> > Makefile.PL call (line 22)
> 
> I want to get this lib for F20, too. What I should do?

Then ignore that point.

Comment 7 Petr Šabata 2014-11-26 17:04:28 UTC
Still missing the `perl' BR.  The rest is fine.

Comment 8 Igor Gnatenko 2014-11-26 17:07:26 UTC
(In reply to Petr Šabata from comment #7)
> Still missing the `perl' BR.  The rest is fine.

ah. forget. now it should be okay. links the same.

Comment 9 Petr Šabata 2014-11-27 09:36:50 UTC
Ack, approving.

Please, add perl-sig to InitialCC when requesting branches.  Thanks.

Comment 10 Igor Gnatenko 2014-12-04 09:18:56 UTC
New Package SCM Request
=======================
Package Name: perl-Parse-Debian-Packages
Short Description: Parse the data from a Debian Packages.gz
Upstream URL: http://search.cpan.org/dist/Parse-Debian-Packages/
Owners: ignatenkobrain
Branches: f20 f21 el6 epel7
InitialCC: perl-sig

Comment 11 Gwyn Ciesla 2014-12-04 13:01:11 UTC
Git done (by process-git-requests).

Comment 12 Petr Šabata 2015-05-14 08:53:34 UTC
Feel free to push and build the package, Igor.

Comment 13 Igor Gnatenko 2015-05-14 09:57:50 UTC
(In reply to Petr Šabata from comment #12)
> Feel free to push and build the package, Igor.

Oh, I really forget about this. Pushed to all branches. Soon will add in bodhi.
Thanks!

Comment 14 Fedora Update System 2015-05-14 10:01:34 UTC
perl-Parse-Debian-Packages-0.03-2.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Parse-Debian-Packages-0.03-2.el7

Comment 15 Fedora Update System 2015-05-14 10:02:15 UTC
perl-Parse-Debian-Packages-0.03-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Parse-Debian-Packages-0.03-2.el6

Comment 16 Fedora Update System 2015-05-14 10:02:53 UTC
perl-Parse-Debian-Packages-0.03-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Parse-Debian-Packages-0.03-2.fc21

Comment 17 Fedora Update System 2015-05-14 10:04:26 UTC
perl-Parse-Debian-Packages-0.03-2.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Parse-Debian-Packages-0.03-2.fc22

Comment 18 Fedora Update System 2015-05-14 20:04:06 UTC
perl-Parse-Debian-Packages-0.03-2.el7 has been pushed to the Fedora EPEL 7 testing repository.

Comment 19 Fedora Update System 2015-05-27 16:10:24 UTC
perl-Parse-Debian-Packages-0.03-2.fc22 has been pushed to the Fedora 22 stable repository.

Comment 20 Fedora Update System 2015-05-27 16:10:41 UTC
perl-Parse-Debian-Packages-0.03-2.fc21 has been pushed to the Fedora 21 stable repository.

Comment 21 Fedora Update System 2015-06-25 23:54:04 UTC
perl-Parse-Debian-Packages-0.03-2.el7 has been pushed to the Fedora EPEL 7 stable repository.

Comment 22 Fedora Update System 2015-06-25 23:54:53 UTC
perl-Parse-Debian-Packages-0.03-2.el6 has been pushed to the Fedora EPEL 6 stable repository.


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