SPECS: perl-Log-Cabin.spec - pl, generic URL
qboosh
qboosh at pld-linux.org
Mon Mar 24 15:55:54 CET 2008
Author: qboosh Date: Mon Mar 24 14:55:54 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, generic URL
---- Files affected:
SPECS:
perl-Log-Cabin.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-Log-Cabin.spec
diff -u SPECS/perl-Log-Cabin.spec:1.2 SPECS/perl-Log-Cabin.spec:1.3
--- SPECS/perl-Log-Cabin.spec:1.2 Sun Dec 30 18:06:57 2007
+++ SPECS/perl-Log-Cabin.spec Mon Mar 24 15:55:48 2008
@@ -6,36 +6,45 @@
%include /usr/lib/rpm/macros.perl
%define pdir Log
%define pnam Cabin
-Summary: Log::Cabin - Partial implementation of Log::Log4perl with reduced disk IO.
-#Summary(pl):
+Summary: Log::Cabin - Partial implementation of Log::Log4perl with reduced disk IO
+Summary(pl.UTF-8): Log::Cabin - częściowa implementacja Log::Log4perl z ograniczonym dyskowym I/O
Name: perl-Log-Cabin
Version: 0.05
Release: 0.3
License: Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/Log/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 245dc55397b6bee8e72138daffd53fe9
+URL: http://search.cpan.org/dist/Log-Cabin/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Log::Cabin provides a selection of the features of Log::Log4perl but with
-a focus on reduced disk IO. Just calling 'use Log::Log4perl' results in
-hundreds of stat calls to the file system. If you have a shared file system
-with many nodes running perl scripts at once, this could result in a significant
-decrease in performance.
-
-After implementing this module we were able to cut up to 70,000 stat/open
-calls per second on our NFS. Of course, this module doesn't currently support
-all the features of Log::Log4perl, but many of the most comment ones are
-implemented.
-
-# %description -l pl
-# TODO
+Log::Cabin provides a selection of the features of Log::Log4perl but
+with a focus on reduced disk IO. Just calling 'use Log::Log4perl'
+results in hundreds of stat calls to the file system. If you have a
+shared file system with many nodes running perl scripts at once, this
+could result in a significant decrease in performance.
+
+After implementing this module its authors were able to cut up to
+70,000 stat/open calls per second on our NFS. Of course, this module
+doesn't currently support all the features of Log::Log4perl, but many
+of the most comment ones are implemented.
+
+%description -l pl.UTF-8
+Moduł Perla Log::Cabin udostępnia wybrane możliwości modułu
+Log::Log4perl, ale z naciskiem na ograniczone dyskowe operacje
+wejścia/wyjścia. Samo wywołanie "use Log::Log4perl" powoduje setki
+wywołań stat na systemie plików. Jeśli system plików jest
+współdzielony z wieloma innymi węzłami, na których jednocześnie
+działają skrypty Perla, efektem może być znaczny spadek wydajności.
+
+Po zaimplementowaniu tego modułu autorom udało się zmniejszyc liczbę
+stat/open nawet o 70000 wywołań na sekundę na swoim NFS-ie. Oczywiście
+ten moduł nie obsługuje wszystkich możliwości Log::Log4perl, ale
+najistotniejsze są zaimplementowane.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -71,9 +80,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-03-24 14:55:48 qboosh
+- pl, generic URL
+
Revision 1.2 2007-12-30 17:06:57 agaran
- autosplit.ix are needed too
Revision 1.1 2007-12-29 21:23:16 agaran
- initial, rel 0.2, builds here.
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Log-Cabin.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list