Epoch: 1 Summary: Apparently run a function in a higher stack frame Name: perl-Sub-Uplevel Version: 0.24 Release: 1%{?_dist_release} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Uplevel/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version) Vendor: Project Vine Distribution: Vine Linux %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 %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check AUTHOR_TESTING=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README README.PATCHING examples %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 30 2014 IWAI, Masaharu 0.24-1 - build with Perl 5.16 - update to 0.24 - add Epoch:1 * Mon Mar 28 2011 IWAI, Masaharu 0.2002-2 - build with perl 5.12.3 - add Vendor and Distribution tags * Sat Nov 8 2008 Ryoichi INAGAKI - 0.2002-1 - Initial build for Vine Linux * 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.