From eb7a296847287f48744f16345e3fa6dc9635929c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 17:30:18 +0000 Subject: import perl-Sub-Uplevel-0.24-4.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2460ec6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Sub-Uplevel-0.24.tar.gz diff --git a/.perl-Sub-Uplevel.metadata b/.perl-Sub-Uplevel.metadata new file mode 100644 index 0000000..991cf45 --- /dev/null +++ b/.perl-Sub-Uplevel.metadata @@ -0,0 +1 @@ +08291d556929c75e5861a030f877323b60131694 SOURCES/Sub-Uplevel-0.24.tar.gz diff --git a/SPECS/perl-Sub-Uplevel.spec b/SPECS/perl-Sub-Uplevel.spec new file mode 100644 index 0000000..f4646a5 --- /dev/null +++ b/SPECS/perl-Sub-Uplevel.spec @@ -0,0 +1,148 @@ +Name: perl-Sub-Uplevel +Summary: Apparently run a function in a higher stack frame +Epoch: 1 +Version: 0.24 +Release: 4%{?dist} +License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz +URL: http://search.cpan.org/dist/Sub-Uplevel +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(constant) +# Tests: +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Test::More) +# Optional: +BuildRequires: perl(Test::Script) >= 1.05 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Carp) + +%{?perl_default_filter} + +%description +Like Tcl's uplevel() function, but not quite so dangerous. The idea is +just to fool caller(). All the really naughty bits of Tcl's uplevel() +are avoided. + +%prep +%setup -q -n Sub-Uplevel-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes LICENSE README README.PATCHING examples/ +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1:0.24-4 +- Mass rebuild 2013-12-27 + +* Wed Aug 15 2012 Daniel Mach - 1:0.24-3.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 1:0.24-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 13 2012 Petr Pisar - 1:0.24-2 +- Perl 5.16 rebuild + +* Mon Jun 11 2012 Petr Pisar - 1:0.24-1 +- 0.24 bump + +* Mon Jun 11 2012 Petr Pisar - 1:0.22-7 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:0.22-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 1:0.22-5 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1:0.22-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 22 2010 Marcela Maslanova - 1:0.22-3 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu May 06 2010 Marcela Maslanova - 1:0.22-2 +- Mass rebuild with perl-5.12.0 + +* Sat Feb 13 2010 Chris Weyl 0.22-1 +- don't run tests explicitly marked as "AUTHOR" +- add perl_default_filter +- auto-update by cpan-spec-update 0.002 +- Add epoch of 1 (0.2002 => 0.22) +- added a new br on perl(Carp) (version 0) + +* Mon Dec 7 2009 Stepan Kasal - 0.2002-4 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.2002-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.2002-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Dec 10 2008 Steven Pritchard 0.2002-1 +- Update to 0.2002. +- BR Test::More. + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.1901-2 +- Rebuild for perl 5.10 (again) + +* Wed Feb 20 2008 Steven Pritchard 0.1901-1 +- Update to 0.1901. +- Use fixperms macro instead of our own chmod incantation. +- Reformat to match cpanspec output. + +* Sun Jan 20 2008 Tom "spot" Callaway - 0.18-2 +- rebuild for new perl + +* Mon Dec 17 2007 Ralf Corsépius - 0.18-1 +- Update to 0.18. + +* Sat Nov 11 2006 Jose Pedro Oliveira - 0.14-1 +- Update to 0.14. + +* Fri Jun 23 2006 Jose Pedro Oliveira - 0.13-1 +- Update to 0.13. + +* Sat May 13 2006 Jose Pedro Oliveira - 0.12-1 +- Update to 0.12. +- Makefile.PL -> Build.PL. + +* Fri Apr 21 2006 Jose Pedro Oliveira - 0.10-1 +- Update to 0.10. +- New upstream maintainer. +- Patch dropped. + +* Wed Feb 22 2006 Jose Pedro Oliveira - 0.09-4 +- Uplevel.pm patch (perl 5.8.8). See bugzilla entry #182488. + +* Thu Dec 29 2005 Jose Pedro Oliveira - 0.09-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 0.09-2 +- rebuilt + +* Thu Jul 8 2004 Jose Pedro Oliveira - 0.09-1 +- Update to 0.09 (with license info). + +* Sun Jul 4 2004 Jose Pedro Oliveira - 0:0.08-0.fdr.1 +- First build.