Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 165553

Summary: Review Request: perl-Sort-Versions
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: Package ReviewAssignee: Paul Howarth <paul>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, oliver
Target Milestone: ---Flags: kevin: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://search.cpan.org/dist/Sort-Versions
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-18 05:16:46 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:
Bug Depends On:    
Bug Blocks: 163779    

Description Ralf Corsepius 2005-08-10 12:59:47 UTC
Spec Name or Url: ftp://packman.iu-bremen.de/fedora/SRPMS/perl-Sort-Versions.spec
SRPM Name or Url: ftp://packman.iu-bremen.de/fedora/SRPMS/perl-Sort-Versions-1.5-2.src.rpm
Description:
Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
like the 'version numbers' that many shared library systems and revision
control packages use. This is quite useful if you are trying to deal with
shared libraries. It can also be applied to applications that intersperse
variable-width numeric fields within text. Other applications can
undoubtedly be found.

Comment 1 Oliver Falk 2005-08-10 13:24:45 UTC
Everything seems fine, except the License. Are you sure about 'GPL or Artistic'?
I believe it's only Artistic.

Comment 2 Ralf Corsepius 2005-08-10 13:44:25 UTC
From http://search.cpan.org/~edavis/Sort-Versions-1.5/Versions.pm

[..]
Copyright (c) 1996, Kenneth J. Albanowski. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same terms as
Perl itself.
[..]

=> Artistic or GPL

Comment 3 Oliver Falk 2005-08-10 14:15:12 UTC
Allright. Makes sense.

Package is OK.

Comment 4 Paul Howarth 2005-08-17 12:52:30 UTC
Review:

- rpmlint clean
- naming of package and spec meets guidelines
- package meets guidelines
- license same as perl
- spec file written in English and is legible
- source matches upstream
- package builds ok in FC4 and in mock for devel (i386)
- no locales, libraries, subpackages, pkgconfigs etc. to worry about
- not relocatable
- no directory ownership issues
- no duplicate files
- permissions are fine
- %clean section present and correct
- macro usage is consistent
- code, not content
- no large docs
- docs don't affect runtime

Issues:

- rpmlint not clean:

E: perl-Sort-Versions non-executable-script
/usr/lib/perl5/vendor_perl/5.8.6/Sort/Versions.pm 0644
This script is not executable

I believe this is a spurious error caused by the shebang at the start of the
file, but you could get rid of it anyway by appending to %prep:

%{__perl} -ni -e 'print if (2 .. eof());' Versions.pm

or something equivalent.

- suggest adding README as %doc
- BR: perl redundant
- Finding empty .bs files not needed for noarch package

These can be addressed post-CVS.

I'm happy with this.

Approved.




Comment 5 Paul Howarth 2005-08-17 12:56:26 UTC
(In reply to comment #4)
> Review:
> 
> - rpmlint clean

I did of course mean "rpmlint *not* clean - see below...

Paul.


Comment 6 Paul Howarth 2009-03-13 16:14:35 UTC
Package Change Request
======================
Package Name: perl-Sort-Versions
New Branches: EL-4
Owners: pghmcfc laxathom
InitialCC: perl-sig


Branch approved by corsepiu in private mail, EL-5 branch maintainer added as co-maintainer.

Comment 7 Kevin Fenzi 2009-03-16 02:24:56 UTC
cvs done.