rpms/perl-Log-Trace/F-10 import.log, NONE, 1.1 perl-Log-Trace.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Apr 5 05:34:49 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Log-Trace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21415/F-10

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-10:perl-Log-Trace-1.070-1.fc10.src.rpm:1238909649


--- 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 at alumni.drew.edu> 1.070-1
- submission

* Wed Apr 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 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-10/.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:34:18 -0000	1.2
@@ -0,0 +1 @@
+Log-Trace-1.070.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Log-Trace/F-10/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:34:18 -0000	1.2
@@ -0,0 +1 @@
+773aefa7539b1857edb3e225cfbc4a22  Log-Trace-1.070.tar.gz




More information about the Fedora-perl-devel-list mailing list