Author: qboosh Date: Mon Mar 24 20:51:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, generic URL
---- Files affected: SPECS: perl-Scalar-Defer.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-Scalar-Defer.spec diff -u SPECS/perl-Scalar-Defer.spec:1.1 SPECS/perl-Scalar-Defer.spec:1.2 --- SPECS/perl-Scalar-Defer.spec:1.1 Wed Jan 9 16:22:15 2008 +++ SPECS/perl-Scalar-Defer.spec Mon Mar 24 21:51:19 2008 @@ -7,19 +7,20 @@ %define pdir Scalar %define pnam Defer Summary: Scalar::Defer - Lazy evaluation in Perl -#Summary(pl): +Summary(pl.UTF-8): Scalar::Defer - leniwe obliczenia w Perlu Name: perl-Scalar-Defer Version: 0.14 Release: 1 License: Mit Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/A/AU/AUDREYT/Scalar-Defer-0.14.tar.gz +Source0: http://www.cpan.org/modules/by-module/Scalar/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 6fef0daeaabb7271480ccd04f91b56eb +URL: http://search.cpan.org/dist/Scalar-Defer/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Class::InsideOut) -BuildRequires: perl(Exporter::Lite) +BuildRequires: perl-Class-InsideOut +BuildRequires: perl-Exporter-Lite %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,15 +30,10 @@ values that are evaluated on demand. It also exports a force function to force evaluation of a deferred value. -Takes a block or a code reference, and returns a deferred value. -Each time that value is demanded, the block is evaluated again to -yield a fresh result. - -Like defer, except the value is computed at most once. Subsequent -evaluation will simply use the cached result. - -# %description -l pl -# TODO +%description -l pl.UTF-8 +Ten moduł eksportuje dwie funkcje: defer i lazy, służące do tworzenia +wartości obliczanych na żądanie. Eksportuje także funkcję force do +wymuszenia obliczenia opóźnionej wartości. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -62,7 +58,6 @@ %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/Scalar/*.pm -#%%{perl_vendorlib}/Scalar/Defer %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -71,6 +66,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-03-24 20:51:19 qboosh +- pl, generic URL + Revision 1.1 2008-01-09 15:22:15 agaran - initial, builds here, rel 1 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Scalar-Defer.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
