]> git.pld-linux.org Git - packages/perl-IO-Null.git/commitdiff
- pl description, release 2 RA-1_0 STABLE perl-IO-Null-0_02-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Sep 2002 21:28:10 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Null.spec -> 1.2

perl-IO-Null.spec

index c2b3b6ada76537b3164265030ccae764a5f330b5..5f2a572cd507a73b42ba678b45a2ee14e719da01 100644 (file)
@@ -5,10 +5,10 @@
 %define        pdir    IO
 %define        pnam    Null
 Summary:       IO::Null -- class for null filehandles
-#Summary(pl):  
+Summary(pl):   IO::Null - klasa do pustych uchwytów plików
 Name:          perl-IO-Null
 Version:       0.02
-Release:       1
+Release:       2
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -20,17 +20,21 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This is a class for null filehandles.
 
-Calling a constructor of this class always succeeds, returning a new null
-filehandle.
+Calling a constructor of this class always succeeds, returning a new
+null filehandle.
 
-Writing to any object of this class is always a no-operation, and returns
-true.
+Writing to any object of this class is always a no-operation, and
+returns true.
 
-Reading from any object of this class is always no-operation, and returns
-empty-string or empty-list, as appropriate.
+Reading from any object of this class is always no-operation, and
+returns empty-string or empty-list, as appropriate.
 
-# %description -l pl
-# TODO
+%description -l pl
+To jest klasa pustych uchwytów plików. Wywo³anie konstruktora tej
+klasy zawsze koñczy siê sukcesem i zwracany jest pusty uchwyt pliku.
+Zapis do dowolnego obiektu tej klasy jest pust± operacj±, zwracaj±c±
+logiczn± prawdê. Czytanie z dowolnego obiektu tej klasy jest pust±
+operacj±, zwracaj±c± pusty ci±g lub pust± listê.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.059118 seconds and 4 git commands to generate.