Group: Development/Other # BEGIN SourceDeps(oneline): BuildRequires(pre): rpm-build-perl BuildRequires: perl-podlators # END SourceDeps(oneline) # see https://bugzilla.altlinux.org/show_bug.cgi?id=10382 %define _localstatedir %{_var} Name: perl-Perl-Destruct-Level Summary: Allows you to change perl's internal destruction level Version: 0.02 Release: alt5_25 License: GPL+ or Artistic URL: https://metacpan.org/release/Perl-Destruct-Level Source0: https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Perl-Destruct-Level-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: perl-devel BuildRequires: perl-devel BuildRequires: rpm-build-perl BuildRequires: perl(ExtUtils/MakeMaker.pm) # Module Runtime BuildRequires: perl(strict.pm) BuildRequires: perl(warnings.pm) BuildRequires: perl(XSLoader.pm) # Test Suite BuildRequires: perl(Test/More.pm) # Dependencies # Don't "provide" private Perl libs Source44: import.info %description This module allows you to change perl's internal destruction level. The default value of the destruct level is 0; it means that perl won't bother destroying all of its internal data structures and lets the OS do the cleanup for it at exit. For perls built with debugging support (-DDEBUGGING), an environment variable PERL_DESTRUCT_LEVEL allows you to control the destruction level. This module enables you to modify it on non-debugging perls too. Note that some embedded environments might extend the meaning of the destruction level for their own purposes: mod_perl does that, for example. %prep %setup -q -n Perl-Destruct-Level-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make_build %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -a -empty -delete # %{_fixperms} %{buildroot} %check make test %files %{perl_vendor_archlib}/auto/Perl/ %{perl_vendor_archlib}/Perl/ %changelog * Wed Nov 20 2019 Igor Vlasenko 0.02-alt5_25 - update to new release by fcimport * Thu Jan 24 2019 Igor Vlasenko 0.02-alt5_21 - rebuild with new perl 5.28.1 * Sat Jul 14 2018 Igor Vlasenko 0.02-alt4_21 - update to new release by fcimport * Fri Dec 15 2017 Igor Vlasenko 0.02-alt4_19.1 - rebuild with new perl 5.26.1 * Mon Oct 02 2017 Igor Vlasenko 0.02-alt4_19 - update to new release by fcimport * Thu Aug 03 2017 Igor Vlasenko 0.02-alt4_17 - update to new release by fcimport * Thu Mar 16 2017 Igor Vlasenko 0.02-alt4_16 - update to new release by fcimport * Fri Feb 03 2017 Igor Vlasenko 0.02-alt4_15.1 - rebuild with new perl 5.24.1 * Mon Dec 19 2016 Igor Vlasenko 0.02-alt4_15 - update to new release by fcimport * Sun May 08 2016 Igor Vlasenko 0.02-alt4_14 - update to new release by fcimport * Mon Mar 07 2016 Igor Vlasenko 0.02-alt4_13 - update to new release by fcimport * Wed Nov 25 2015 Igor Vlasenko 0.02-alt4_12.1 - rebuild with new perl 5.22.0 * Sun Sep 20 2015 Igor Vlasenko 0.02-alt4_12 - update to new release by fcimport * Tue Dec 09 2014 Igor Vlasenko 0.02-alt4_10.1 - rebuild with new perl 5.20.1 * Mon Oct 27 2014 Igor Vlasenko 0.02-alt4_10 - update to new release by fcimport * Wed Aug 27 2014 Igor Vlasenko 0.02-alt4_9 - update to new release by fcimport * Tue Jul 01 2014 Igor Vlasenko 0.02-alt4_8 - update to new release by fcimport * Wed Oct 16 2013 Igor Vlasenko 0.02-alt4_7 - Sisyphus build * Thu Sep 05 2013 Cronbuild Service 0.02-alt3_7 - rebuild to get rid of unmets * Tue Aug 27 2013 Igor Vlasenko 0.02-alt2_7 - update to new release by fcimport * Mon Aug 05 2013 Igor Vlasenko 0.02-alt2_6 - update to new release by fcimport * Mon Mar 04 2013 Igor Vlasenko 0.02-alt2_5 - update to new release by fcimport * Mon Sep 10 2012 Cronbuild Service 0.02-alt2_4 - rebuild with new perl * Tue Jul 31 2012 Igor Vlasenko 0.02-alt1_4 - update to new release by fcimport * Wed May 23 2012 Igor Vlasenko 0.02-alt1_2 - fc import