|
@@ -2,7 +2,7 @@ Name: perl-Devel-StackTrace
|
|
Summary: Perl module implementing stack trace and stack trace frame objects
|
|
Summary: Perl module implementing stack trace and stack trace frame objects
|
|
Version: 1.27
|
|
Version: 1.27
|
|
Epoch: 1
|
|
Epoch: 1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: Artistic 2.0
|
|
License: Artistic 2.0
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Devel-StackTrace/
|
|
URL: http://search.cpan.org/dist/Devel-StackTrace/
|
|
@@ -30,10 +30,6 @@ BuildRequires: perl(Test::Spelling)
|
|
BuildRequires: aspell-en
|
|
BuildRequires: aspell-en
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: shaolin
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
The Devel::StackTrace module contains two classes, Devel::StackTrace
|
|
The Devel::StackTrace module contains two classes, Devel::StackTrace
|
|
and Devel::StackTraceFrame. The goal of this object is to encapsulate
|
|
and Devel::StackTraceFrame. The goal of this object is to encapsulate
|
|
@@ -48,7 +44,7 @@ data available from caller() as of Perl 5.6.0.
|
|
%setup -q -n Devel-StackTrace-%{version}
|
|
%setup -q -n Devel-StackTrace-%{version}
|
|
|
|
|
|
%build
|
|
%build
|
|
-%{__perl} Makefile.PL
|
|
|
|
|
|
+%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -70,13 +66,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc README LICENSE Changes
|
|
%doc README LICENSE Changes
|
|
-%dir %{perl_sitelib}/Devel/StackTrace
|
|
|
|
-%{perl_sitelib}/Devel/StackTrace/*
|
|
|
|
-%{perl_sitelib}/Devel/StackTrace.pm
|
|
|
|
|
|
+%dir %{perl_vendorlib}/Devel/StackTrace
|
|
|
|
+%{perl_vendorlib}/Devel/StackTrace/*
|
|
|
|
+%{perl_vendorlib}/Devel/StackTrace.pm
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.27-1
|
|
|
|
|
|
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-2
|
|
|
|
+- rebuild
|
|
|
|
+
|
|
|
|
+* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-1
|
|
- initial package for Vine Linux
|
|
- initial package for Vine Linux
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27-4
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27-4
|