packages: perl-Hook-LexWrap/perl-Hook-LexWrap.spec - updated to 0.24
qboosh
qboosh at pld-linux.org
Wed Feb 23 20:03:40 CET 2011
Author: qboosh Date: Wed Feb 23 19:03:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.24
---- Files affected:
packages/perl-Hook-LexWrap:
perl-Hook-LexWrap.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec
diff -u packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec:1.1 packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec:1.2
--- packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec:1.1 Fri Aug 8 23:51:19 2008
+++ packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec Wed Feb 23 20:03:35 2011
@@ -6,15 +6,16 @@
%include /usr/lib/rpm/macros.perl
%define pdir Hook
%define pnam LexWrap
-Summary: Hook::LexWrap - Lexically scoped subroutine wrappers
+Summary: Hook::LexWrap - lexically scoped subroutine wrappers
+Summary(pl.UTF-8): Hook::LexWrap - obudowanie procedur z zakresem leksykalnym
Name: perl-Hook-LexWrap
-Version: 0.20
+Version: 0.24
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Hook/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: e3aaeb59a3adddc80ed3867e4d16654e
+Source0: http://www.cpan.org/modules/by-module/Hook/CHORNY/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 3c08c1f388c529c532f71422d33913d1
URL: http://search.cpan.org/dist/Hook-LexWrap/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -28,6 +29,14 @@
implements wrappers in such a way that the standard caller function
works correctly within the wrapped subroutine.
+%description -l pl.UTF-8
+Hook::LexWrap pozwala na instalowanie obudowań (wrapperów) przed lub
+po (albo jedno i drugie) istniejącej procedurze. W przeciwieństwie do
+innych modułów udostępniających te możliwości (np. Hook::PreAndPost
+czy Hook::WrapSub) Hook::LexWrap implementuje obudowania w taki
+sposób, że standardowa funkcja wywołująca działa poprawnie wewnątrz
+obudowanej procedury.
+
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -50,8 +59,8 @@
%files
%defattr(644,root,root,755)
%doc Changes
-%{perl_vendorlib}/Hook/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Hook/LexWrap.pm
+%{_mandir}/man3/Hook::LexWrap.3pm*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -59,6 +68,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/02/23 19:03:35 qboosh
+- updated to 0.24
+
Revision 1.1 2008/08/08 21:51:19 arekm
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Hook-LexWrap/perl-Hook-LexWrap.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list