rpms/perl-Catalyst-Plugin-StackTrace/devel perl-Catalyst-Plugin-StackTrace.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Sat Apr 12 19:57:12 UTC 2008


Author: sxw

Update of /cvs/extras/rpms/perl-Catalyst-Plugin-StackTrace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17187/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-StackTrace.spec 
Log Message:
Initial revision



--- NEW FILE perl-Catalyst-Plugin-StackTrace.spec ---
Name:           perl-Catalyst-Plugin-StackTrace
Version:        0.07
Release:        2%{?dist}
Summary:        Display a stack trace on the debug screen
License:        GPL+ or Artistic 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
Source0:        http://www.cpan.org/authors/id/M/MS/MSTROUT/Catalyst-Plugin-StackTrace-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Catalyst) >= 5.61
BuildRequires:  perl(Devel::StackTrace)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod) >= 1.14
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
Requires:       perl(Catalyst) >= 5.61
Requires:       perl(Devel::StackTrace)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This plugin will enhance the standard Catalyst debug screen by including a
stack trace of your appliation up to the point where the error occurred.
Each stack frame is displayed along with the package name, line number,
file name, and code context surrounding the line number.

%prep
%setup -q -n Catalyst-Plugin-StackTrace-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Mar 27 2008 Simon Wilkinson <simon at sxw.org.uk> 0.07-2
- Add build dependencies on Test::Pod and Test::Pod::Coverage for tests

* Thu Mar 27 2008 Simon Wilkinson <simon at sxw.org.uk> 0.07-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-StackTrace/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 15:52:41 -0000	1.1
+++ .cvsignore	12 Apr 2008 19:56:34 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-StackTrace-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-StackTrace/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 15:52:41 -0000	1.1
+++ sources	12 Apr 2008 19:56:34 -0000	1.2
@@ -0,0 +1 @@
+4bd2dc12f9b6f6bb310c1fe07a8321f1  Catalyst-Plugin-StackTrace-0.07.tar.gz




More information about the fedora-extras-commits mailing list