Author: iarnell Update of /cvs/pkgs/rpms/perl-Log-Dispatch-Array/F-12 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31736/F-12 Modified Files: .cvsignore sources Added Files: perl-Log-Dispatch-Array.spec Log Message: initial import --- NEW FILE perl-Log-Dispatch-Array.spec --- Name: perl-Log-Dispatch-Array Version: 1.001 Release: 1%{?dist} Summary: Log events to an array (reference) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Log-Dispatch-Array/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Dispatch::Output) # tests BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) Requires: perl(Log::Dispatch::Output) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code. %prep %setup -q -n Log-Dispatch-Array-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$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 Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 02 2010 Iain Arnell <iarnell@xxxxxxxxx> 1.001-1 - Specfile autogenerated by cpanspec 1.78. - use perl_default_filter and DESTDIR Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-Array/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 3 Apr 2010 17:49:37 -0000 1.1 +++ .cvsignore 4 Apr 2010 06:52:10 -0000 1.2 @@ -0,0 +1 @@ +Log-Dispatch-Array-1.001.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-Array/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 3 Apr 2010 17:49:37 -0000 1.1 +++ sources 4 Apr 2010 06:52:10 -0000 1.2 @@ -0,0 +1 @@ +70716845b88ba61c023df2b622b74fab Log-Dispatch-Array-1.001.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel