Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-Perl/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7996 Added Files: perl-Log-Dispatch-Perl.spec Log Message: New (Manually add after failed cvs-import.) --- NEW FILE perl-Log-Dispatch-Perl.spec --- Name: perl-Log-Dispatch-Perl Version: 0.03 Release: 2%{?dist} Summary: Use core Perl functions for logging License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Log-Dispatch-Perl/ Source0: http://www.cpan.org/authors/id/E/EL/ELIZABETH/Log-Dispatch-Perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Log::Dispatch) >= 1.16 Requires: perl(Log::Dispatch) >= 1.16 Requires: perl(Carp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The "Log::Dispatch::Perl" module offers a logging alternative using standard Perl core functions. It allows you to fall back to the common Perl alternatives for logging, such as "warn" and "cluck". It also adds the possibility for a logging action to halt the current environment, such as with "die" and "croak". %prep %setup -q -n Log-Dispatch-Perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG README TODO VERSION %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Sep 22 2008 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> 0.03-2 - Fix License: tag. * Mon Sep 22 2008 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> 0.03-1 - Add R: perl(Carp). - Add BR: perl(Test::More). - Specfile autogenerated by cpanspec 1.77. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list