Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-Perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7337/devel Modified Files: .cvsignore sources Added Files: perl-Log-Dispatch-Perl.spec Log Message: * Mon Sep 22 2008 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> 0.03-2 - Fix License: tag. --- 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. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-Perl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Sep 2008 09:33:36 -0000 1.1 +++ .cvsignore 22 Sep 2008 10:25:06 -0000 1.2 @@ -0,0 +1 @@ +Log-Dispatch-Perl-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-Perl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Sep 2008 09:33:36 -0000 1.1 +++ sources 22 Sep 2008 10:25:06 -0000 1.2 @@ -0,0 +1 @@ +e23dcef192fc33f0213e4c72553b76a7 Log-Dispatch-Perl-0.03.tar.gz -- 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