Author: cweyl Update of /cvs/extras/rpms/perl-Log-Trace/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19734/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Log-Trace.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Log-Trace-1_070-1_fc10:F-9:perl-Log-Trace-1.070-1.fc10.src.rpm:1238908972 --- NEW FILE perl-Log-Trace.spec --- Name: perl-Log-Trace Version: 1.070 Release: 1%{?dist} # lib/Log/Trace.pm -> GPLv2+ License: GPLv2+ Group: Development/Libraries Summary: A unified approach to tracing Source: http://search.cpan.org/CPAN/authors/id/B/BB/BBC/Log-Trace-%{version}.tar.gz Url: http://search.cpan.org/dist/Log-Trace BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) # autoprov detects perl(DB), which is just wrong. In this specific case, # it's easier just to turn autoprov off. AutoProv: no Provides: perl(Log::Trace) = %{version} %description This module provides a unified approach to tracing. A script can 'use Log::Trace qw( < mode > )' to set the behaviour of the TRACE function.By default, the trace functions are exported to the calling package only. You can export the trace functions to other packages with the 'Deep' option. See the "OPTIONS" manpage for more information. %prep %setup -q -n Log-Trace-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes COPYING %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Apr 01 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.070-1 - submission * Wed Apr 01 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.070-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Trace/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 3 Apr 2009 20:47:31 -0000 1.1 +++ .cvsignore 5 Apr 2009 05:23:01 -0000 1.2 @@ -0,0 +1 @@ +Log-Trace-1.070.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Trace/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 3 Apr 2009 20:47:32 -0000 1.1 +++ sources 5 Apr 2009 05:23:01 -0000 1.2 @@ -0,0 +1 @@ +773aefa7539b1857edb3e225cfbc4a22 Log-Trace-1.070.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