]> git.pld-linux.org Git - packages/perl-Test-Manifest.git/commitdiff
- pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Aug 2002 16:20:01 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Test-Manifest.spec -> 1.2

perl-Test-Manifest.spec

index b657ba15465eee45740ab3a0fcbd2e9781c0b25d..5abbf4662adc3393516d435ad1f1e51086438430 100644 (file)
@@ -5,7 +5,7 @@
 %define        pdir    Test
 %define        pnam    Manifest
 Summary:       Test::Manifest - interact with a t/test_manifest file
-#Summary(pl):  
+Summary(pl):   Test::Manifest - wspó³praca z plikiem t/test_manifest
 Name:          perl-Test-Manifest
 Version:       0.5
 Release:       1
@@ -14,19 +14,20 @@ Group:              Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
 BuildRequires: rpm-perlprov >= 3.0.3-26
-%if %{?_without_tests:0}%{!?_without_tests:1}
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 MakeMaker assumes that you want to run all of the .t files in the t/
-directory in ascii-betical order during C<make test> unless you say
+directory in ascii-betical order during make test unless you say
 otherwise.  This leads to some interesting naming schemes for test files
 to get them in the desired order.
 
-# %description -l pl
-# TODO
+%description -l pl
+MakeMaker zak³ada, ¿e chcemy podczas make test uruchamiaæ wszystkie
+pliki .t z katalogu t/ w kolejno¶ci asciibetycznej, o ile nie podamy
+innej kolejno¶ci. To prowadzi do interesuj±cych schematów nazywania
+plików z testami, aby by³y wykonywane we w³a¶ciwej kolejno¶ci.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -34,6 +35,7 @@ to get them in the desired order.
 %build
 perl Makefile.PL
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
This page took 0.069103 seconds and 4 git commands to generate.