Bug 426299

Summary: Review Request: perl-Email-Date-Format - Produce RFC 2822 date strings
Product: [Fedora] Fedora Reporter: Tom "spot" Callaway <tcallawa>
Component: Package ReviewAssignee: Jason Tibbitts <j>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting
Target Milestone: ---Flags: j: fedora-review+
tcallawa: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-20 19:58:44 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:

Description Tom "spot" Callaway 2007-12-19 21:10:25 UTC
Spec URL: http://auroralinux.org/people/spot/review/new/perl-Email-Date-Format.spec
SRPM URL: http://auroralinux.org/people/spot/review/new/perl-Email-Date-Format-1.002-1.fc9.src.rpm

Description: 
This module can be used to emit RFC 2822 style date strings.

(Used to be inside of perl-Email-Date, but it split off into its own module, and now, perl-Email-Date depends on it).

Comment 1 Jason Tibbitts 2007-12-20 05:52:04 UTC
Everything looks good to me.

* source files match upstream:
   0c7f3636dffa5ff151f6906baa17582c2efeb29109750f40f820fe5d2dc38e84
   Email-Date-Format-1.002.tar.gz
* package meets naming and versioning guidelines.
* specfile is properly named, is cleanly written and uses macros consistently.
* summary is OK.
* description is OK.
* dist tag is present.
* build root is OK.
* license field matches the actual license.
* license is open source-compatible.
* license text included in package.
* latest version is being packaged.
* BuildRequires are proper.
* %clean is present.
* package builds in mock (rawhide, x86_64).
* package installs properly
* rpmlint is silent.
* final provides and requires are sane:
   perl(Email::Date::Format) = 1.002
   perl-Email-Date-Format = 1.002-1.fc9
  =
   perl >= 0:5.006
   perl(:MODULE_COMPAT_5.8.8)
   perl(Exporter)
   perl(Time::Local)
   perl(strict)
   perl(warnings)

* %check is present and all tests pass:
   All tests successful.
   Files=3, Tests=5,  0 wallclock secs ( 0.10 cusr +  0.03 csys =  0.13 CPU)

* owns the directories it creates.
* doesn't own any directories it shouldn't.
* no duplicates in %files.
* file permissions are appropriate.
* no scriptlets present.
* code, not content.
* documentation is small, so no -docs subpackage is necessary.
* %docs are not necessary for the proper functioning of the package.


Comment 2 Tom "spot" Callaway 2007-12-20 19:29:37 UTC
New Package CVS Request
=======================
Package Name: perl-Email-Date-Format
Short Description: Produce RFC 2822 date strings
Owners: spot
Branches: F-7 F-8 EL-4 EL-5 
InitialCC: perl-sig
Cvsextras Commits: yes


Comment 3 Tom "spot" Callaway 2007-12-20 19:48:58 UTC
cvs done.

Comment 4 Tom "spot" Callaway 2007-12-20 19:58:44 UTC
Built in rawhide, thanks for the review!