diff --git a/README.md b/README.md index 346cc9b..def17d6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ # perl-Hook-LexWrap -Hook::LexWrap allows you to install a pre- or post-wrapper (or both) -around an existing subroutine. Unlike other modules that provide this -capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap -implements wrappers in such a way that the standard caller function -works correctly within the wrapped subroutine. +Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine. diff --git a/perl-Hook-LexWrap.spec b/perl-Hook-LexWrap.spec index 9f9e459..4524434 100644 --- a/perl-Hook-LexWrap.spec +++ b/perl-Hook-LexWrap.spec @@ -1,34 +1,31 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Hook-LexWrap -Version: 0.22 +Version: 0.26 Release: 1mamba Summary: Hook::LexWrap - Lexically scoped subroutine wrappers Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Hook-LexWrap-%{version}.zip +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -Hook::LexWrap allows you to install a pre- or post-wrapper (or both) -around an existing subroutine. Unlike other modules that provide this -capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap -implements wrappers in such a way that the standard caller function -works correctly within the wrapped subroutine. +Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine. %prep %setup -q -n Hook-LexWrap-%{version} - %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make @@ -53,5 +50,8 @@ chmod -R u+w %{buildroot}/* %doc Changes README %changelog +* Mon Jan 10 2022 Silvan Calarco 0.26-1mamba +- update to 0.26 + * Fri Feb 18 2011 gil 0.22-1mamba - package created by autospec