Chris Weyl 79ce63d
Name:       perl-Log-Trace 
Chris Weyl 79ce63d
Version:    1.070 
12f65bf
Release:    18%{?dist}
Chris Weyl 79ce63d
# lib/Log/Trace.pm -> GPLv2+ 
Chris Weyl 79ce63d
License:    GPLv2+
Chris Weyl 79ce63d
Group:      Development/Libraries
Chris Weyl 79ce63d
Summary:    A unified approach to tracing 
Chris Weyl 79ce63d
Source:     http://search.cpan.org/CPAN/authors/id/B/BB/BBC/Log-Trace-%{version}.tar.gz 
Chris Weyl 79ce63d
Url:        http://search.cpan.org/dist/Log-Trace
Chris Weyl 79ce63d
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Chris Weyl 79ce63d
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 79ce63d
BuildArch:  noarch
Chris Weyl 79ce63d
Chris Weyl 79ce63d
BuildRequires: perl(ExtUtils::MakeMaker)
Chris Weyl 79ce63d
BuildRequires: perl(Test::More)
Chris Weyl 79ce63d
Chris Weyl 79ce63d
# autoprov detects perl(DB), which is just wrong.  In this specific case,
Chris Weyl 79ce63d
# it's easier just to turn autoprov off.
Chris Weyl 79ce63d
AutoProv:   no
Chris Weyl 79ce63d
Provides:   perl(Log::Trace) = %{version}
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%description
Chris Weyl 79ce63d
This module provides a unified approach to tracing. A script can 'use
Chris Weyl 79ce63d
Log::Trace qw( < mode > )' to set the behaviour of the TRACE function.By
Chris Weyl 79ce63d
default, the trace functions are exported to the calling package only.
Chris Weyl 79ce63d
You can export the trace functions to other packages with the 'Deep'
Chris Weyl 79ce63d
option. See the "OPTIONS" manpage for more information. 
Chris Weyl 79ce63d
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%prep
Chris Weyl 79ce63d
%setup -q -n Log-Trace-%{version}
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%build
Chris Weyl 79ce63d
%{__perl} Makefile.PL INSTALLDIRS=vendor
Chris Weyl 79ce63d
make %{?_smp_mflags}
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%install
Chris Weyl 79ce63d
rm -rf %{buildroot}
Chris Weyl 79ce63d
Chris Weyl 79ce63d
make pure_install PERL_INSTALL_ROOT=%{buildroot}
Chris Weyl 79ce63d
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
Chris Weyl 79ce63d
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%{_fixperms} %{buildroot}/*
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%check
Chris Weyl 79ce63d
make test
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%clean
Chris Weyl 79ce63d
rm -rf %{buildroot} 
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%files
Chris Weyl 79ce63d
%defattr(-,root,root,-)
Chris Weyl 79ce63d
%doc README Changes COPYING 
Chris Weyl 79ce63d
%{perl_vendorlib}/*
Chris Weyl 79ce63d
%{_mandir}/man3/*.3*
Chris Weyl 79ce63d
Chris Weyl 79ce63d
%changelog
12f65bf
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-18
12f65bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
12f65bf
fe31cf6
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.070-17
fe31cf6
- Perl 5.22 rebuild
fe31cf6
eab1850
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.070-16
eab1850
- Perl 5.20 rebuild
eab1850
a1ac2bc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-15
a1ac2bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a1ac2bc
26d0054
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-14
26d0054
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
26d0054
bf3066a
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.070-13
bf3066a
- Perl 5.18 rebuild
bf3066a
403ca32
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-12
403ca32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
403ca32
d412ea7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-11
d412ea7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d412ea7
5d4bc4a
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1.070-10
5d4bc4a
- Perl 5.16 rebuild
5d4bc4a
b810be1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-9
b810be1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b810be1
7227de6
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.070-8
7227de6
- Perl mass rebuild
7227de6
4b28bd1
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.070-7
4b28bd1
- Perl 5.14 mass rebuild
4b28bd1
1e657f7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-6
1e657f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1e657f7
625e1fa
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.070-5
625e1fa
- 661697 rebuild for fixing problems with vendorach/lib
625e1fa
098d521
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.070-4
098d521
- Mass rebuild with perl-5.12.0
098d521
d810297
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.070-3
d810297
- rebuild against perl 5.10.1
d810297
8efe862
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.070-2
8efe862
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8efe862
Chris Weyl 79ce63d
* Wed Apr 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.070-1
Chris Weyl 79ce63d
- submission
Chris Weyl 79ce63d
Chris Weyl 79ce63d
* Wed Apr 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.070-0
Chris Weyl 79ce63d
- initial RPM packaging
Chris Weyl 79ce63d
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
Chris Weyl 79ce63d