Compare commits
No commits in common. "main" and "0.22-1mamba" have entirely different histories.
main
...
0.22-1mamb
@ -1,4 +1,8 @@
|
|||||||
# perl-Hook-LexWrap
|
# 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.
|
||||||
|
|
||||||
|
@ -1,31 +1,34 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Hook-LexWrap
|
Name: perl-Hook-LexWrap
|
||||||
Version: 0.26
|
Version: 0.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Hook::LexWrap - Lexically scoped subroutine wrappers
|
Summary: Hook::LexWrap - Lexically scoped subroutine wrappers
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: gil <puntogil@libero.it>
|
||||||
URL: https://www.cpan.org/
|
URL: http://www.cpan.org
|
||||||
Source: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Hook-LexWrap-%{version}.zip
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
|
||||||
BuildRequires: perl-devel
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n Hook-LexWrap-%{version}
|
%setup -q -n Hook-LexWrap-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
@ -50,8 +53,5 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26-1mamba
|
|
||||||
- update to 0.26
|
|
||||||
|
|
||||||
* Fri Feb 18 2011 gil <puntogil@libero.it> 0.22-1mamba
|
* Fri Feb 18 2011 gil <puntogil@libero.it> 0.22-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user