%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Devel-StackTrace Epoch: 1 Version: 2.04 Release: 2mamba Summary: Devel::StackTrace - Simple objects to deal with stack traces Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description Simple objects to deal with stack traces. %prep %setup -q -n Devel-StackTrace-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make %make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Mon Apr 17 2023 Sdk Build System 2.04-2mamba - rebuilt with perl 5.36.0 * Sun May 03 2020 Automatic Build System 2.04-1mamba - automatic update by autodist * Thu Nov 23 2017 Automatic Build System 2.03-1mamba - automatic update by autodist * Thu Oct 26 2017 Automatic Build System 2.02-1mamba - automatic update by autodist * Sun Aug 14 2016 Automatic Build System 2.01-1mamba - automatic update by autodist * Wed Nov 19 2014 Automatic Build System 2.00-1mamba - automatic update by autodist * Fri Jul 11 2014 Automatic Build System 1.34-1mamba - automatic update by autodist * Sun May 25 2014 Automatic Build System 1.32-1mamba - automatic update by autodist * Wed Feb 12 2014 Automatic Build System 1.31-1mamba - automatic update by autodist * Thu Mar 21 2013 Silvan Calarco 1.30-1mamba - update to 1.30 * Thu Feb 05 2009 Silvan Calarco 1.1902-1mamba - automatic update by autodist * Tue Nov 04 2008 Silvan Calarco 1.15-2mamba - automatic rebuild by autodist * Fri Nov 09 2007 Aleph0 1.15-1mamba - package created by autospec