Spec Name or Url: http://gsd.di.uminho.pt/jpo/software/fedora/perl-Log-Dispatch.spec SRPM Name or Url: http://gsd.di.uminho.pt/jpo/software/fedora/perl-Log-Dispatch-2.11-1.src.rpm Description: Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. Note: This is an RT requirement.
mod_perl perl script to test Log::Dispatch::ApacheLog: http://gsd.di.uminho.pt/jpo/software/fedora/apachelog.pl
One release technical issue: How do you plan to handle the mod_perl2/mod_perl issue inside of CVS? I'd recommend to remove the mod_perl2 %define for FC > 4 rpm specs (and to "BR: mod_perl > ..."), but to keep it for FC-3 only. Alternatively, you could consider to check for Apache::Log or Apache::Log inside of the spec file and dynamically apply the patch, depending on the result of such a check. Anyway, final decision left to you. APPROVED.
Release 2: Better mod_perl handling. Just using: if %{__perl} -e 'use Apache2::Log' ; then %patch0 -p1 fi