]> git.pld-linux.org Git - packages/perl-Path-Class.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Dec 2003 14:00:25 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Path-Class.spec -> 1.2

perl-Path-Class.spec

index 985a6c64ec21d5e3780362542d02827777ae2e0f..637bffdd4c06cd7bdde3de559eefac4e25410177 100644 (file)
@@ -1,13 +1,14 @@
 #
 # Conditional build:
-# Tests fail because our perl does not contain File::Spec::Win32 and
-# other "foreign" modules
 %bcond_with    tests   # perform "./Build test"
-
+                       # (tests fail because our perl doesn't contain
+                       # File::Spec::Win32 and other "foreign" modules)
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Path
 %define        pnam    Class
 Summary:       Cross-platform path specification manipulation
+Summary(pl):   Wieloplatformowe operacje na ¶cie¿kach plików
 Name:          perl-Path-Class
 Version:       0.03_01
 Release:       1
@@ -17,14 +18,12 @@ Group:              Development/Languages/Perl
 Source0:       http://www.cpan.org/authors/id/K/KW/KWILLIAMS/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: d5531392cd65c9221e21627ef8dab2a2
 Patch0:                %{name}-test-bareword.patch
+BuildRequires: perl-Module-Build >= 0.20
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-Module-Build >= 0.20
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-#%define               _noautoreq      'perl(anything_fake_or_conditional)'
-
 %description
 Path::Class is a module for manipulation of file and directory
 specifications (strings describing their locations, like
@@ -37,6 +36,18 @@ sort of awkward to use well, so people sometimes avoid it, or use it
 in a way that won't actually work properly on platforms significantly
 different than the ones they've tested their code on.
 
+%description -l pl
+Path::Class to modu³ do operacji na specifikacjach plików i katalogów
+(³añcuchach opisuj±cych ich po³o¿enie, takich jak '/home/ken/foo.txt'
+czy 'C:\Windows\Foo.txt') w sposób wieloplatformowy. Obs³uguje
+wiêkszo¶æ platform na których dzia³a Perl, w tym: Unix, Windows, Mac,
+VMS, Epoc, Cygwin, OS/2, NetWare.
+
+Podobne operacje s± udostêpniane przez dobrze znany modu³ File::Spec,
+ale jest on nieco niewygodny, wiêc ludzie czasem go unikaj± lub
+u¿ywaj± w sposób nie dzia³aj±cy poprawnie na platformach znacz±co
+ró¿nych od tych, na których testuj± kod.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
This page took 0.072702 seconds and 4 git commands to generate.