9
0

- initial package created by cpanspec 1.78

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Debug-Trace?expand=0&rev=1
This commit is contained in:
Stephan Kulow
2010-03-22 15:33:22 +00:00
committed by Git OBS Bridge
commit f0596eb58e
5 changed files with 71 additions and 0 deletions

39
perl-Debug-Trace.spec Normal file
View File

@@ -0,0 +1,39 @@
Name: perl-Debug-Trace
Version: 0.04
Release: 1
Summary: Perl extension to trace subroutine calls
License: CHECK(GPL+ or Artistic)
Url: http://search.cpan.org/dist/Debug-Trace/
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Source: http://www.cpan.org/authors/id/J/JV/JV/Debug-Trace-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: perl(Data::Dumper) >= 2.101
%description
Debug::Trace instruments subroutines to provide tracing information upon
every call and return.
%prep
%setup -q -n Debug-Trace-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.files
%defattr(-,root,root,-)
%doc Changes README
%changelog