source: projects/specs/trunk/p/perl-Devel-StackTrace/perl-Devel-StackTrace-vl.spec @ 12120

Revision 12120, 5.5 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Devel-StackTrace
2Summary:        Perl module implementing stack trace and stack trace frame objects
3Version:        2.03
4Epoch:          1
5Release:        1%{?_dist_release}
6License:        Artistic 2.0
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/Devel-StackTrace/
9Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz
10
11Vendor:        Project Vine
12Distribution:  Vine Linux
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildArch:      noarch
16
17# --with release_tests ... also check "RELEASE_TESTS".
18# Disabled by default
19%bcond_with release_tests
20
21BuildRequires:  perl(ExtUtils::MakeMaker)
22BuildRequires:  perl(Test::More)
23BuildRequires:  perl(Scalar::Util)
24Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
25
26%if %{with release_tests}
27# for improved tests
28BuildRequires:  perl(Test::Pod)
29BuildRequires:  perl(Test::Pod::Coverage)
30BuildRequires:  perl(Test::Kwalitee)
31BuildRequires:  perl(Test::EOL)
32BuildRequires:  perl(Test::NoTabs)
33BuildRequires:  perl(Test::Spelling)
34BuildRequires:  aspell-en
35%endif
36
37%description
38The Devel::StackTrace module contains two classes, Devel::StackTrace
39and Devel::StackTraceFrame.  The goal of this object is to encapsulate
40the information that can found through using the caller() function, as
41well as providing a simple interface to this data.
42
43The Devel::StackTrace object contains a set of Devel::StackTraceFrame
44objects, one for each level of the stack.  The frames contain all the
45data available from caller() as of Perl 5.6.0.
46
47%prep
48%setup -q -n Devel-StackTrace-%{version}
49
50%build
51%{__perl} Makefile.PL INSTALLDIRS=vendor
52make %{?_smp_mflags}
53
54%install
55rm -rf ${RPM_BUILD_ROOT}
56
57make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
58
59find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
60find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
61
62%{_fixperms} ${RPM_BUILD_ROOT}/*
63
64%check
65make test %{?with_release_tests:RELEASE_TESTING=1}
66
67%clean
68rm -rf ${RPM_BUILD_ROOT}
69
70%files
71%defattr(-,root,root,-)
72%doc README LICENSE Changes
73%dir %{perl_vendorlib}/Devel/StackTrace
74%{perl_vendorlib}/Devel/StackTrace/*
75%{perl_vendorlib}/Devel/StackTrace.pm
76%{_mandir}/man3/*
77
78%changelog
79* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1:2.03-1
80- new upstream release.
81- rebuilt with perl-5.26.
82
83* Thu Nov 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1:1.34-1
84- updated to 1.34
85- built with perl 5.16.3
86
87* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-2
88- rebuild
89
90* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-1
91- initial package for Vine Linux
92
93* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27-4
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95
96* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.27-3
97- Perl mass rebuild
98
99* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27-2
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
101
102* Mon Jan 17 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.27-1
103- Upstream update.
104
105* Wed Nov 03 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.26-1
106- Upstream update.
107
108* Sun Sep 12 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.25-1
109- Upstream update.
110- Spec overhaul.
111- Add %%bcond_with release_tests
112
113* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:1.22-5
114- Mass rebuild with perl-5.12.0
115
116* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:1.22-4
117- Mass rebuild with perl-5.12.0
118
119* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:1.22-3
120- rebuild against perl 5.10.1
121
122* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.22-2
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
124
125* Mon Jul 20 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.22-1
126- Upstream update.
127
128* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.20-3
129- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
130
131* Wed Feb 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.20-2
132- BR: perl(Test::Kwalitee).
133
134* Sat Dec 13 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.20-1
135- Upstream update.
136- Bump epoch.
137
138* Fri Aug 08 2008 Ralf Corsépius <rc040203@freenet.de> - 1.1902-1
139- Upstream update.
140
141* Wed Jun 25 2008 Ralf Corsépius <rc040203@freenet.de> - 1.1901-1
142- Upstream update.
143
144* Fri May 16 2008 Ralf Corsépius <rc040203@freenet.de> - 1.18-2
145- Bump release.
146
147* Mon Apr 07 2008 Ralf Corsépius <rc040203@freenet.de> - 1.18-1
148- Upstream update.
149
150* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.16-2
151- Rebuild for perl 5.10 (again)
152
153* Sun Feb 03 2008 Ralf Corsépius <rc040203@freenet.de> - 1.16-1
154- Upstream update.
155- Activate IS_MAINTAINER-tests.
156- BR: perl(Test::Pod::Coverage).
157
158* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.15-3
159- rebuild for new perl
160
161* Wed Aug 29 2007 Ralf Corsépius <rc040203@freenet.de> - 1.15-2
162- Update License.
163
164* Mon Apr 30 2007 Ralf Corsépius <rc040203@freenet.de> - 1.15-1
165- Upstream update.
166
167* Sat Mar 17 2007 Ralf Corsépius <rc040203@freenet.de> - 1.14-1
168- Upstream update.
169
170* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.13-2
171- Mass rebuild.
172
173* Tue Apr 04 2006 Ralf Corsépius <rc040203@freenet.de> - 1.13-1
174- Upstream update.
175
176* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 1.12-2
177- Rebuild for perl-5.8.8.
178
179* Sun Oct 02 2005 Ralf Corsepius <rc040203@freenet.de> - 1.12-1
180- Upstream update.
Note: See TracBrowser for help on using the repository browser.