]> git.pld-linux.org Git - packages/perl-Text-CSV.git/commitdiff
- pl auto/th/perl-Text-CSV-1_21-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jul 2011 16:48:15 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Text-CSV.spec -> 1.5

perl-Text-CSV.spec

index 41fbcf5f89e4ddb0fd5eaaf6dc10acbf46434a2d..9ccf66b7d924ae8c52f3c60da5238364d3349762 100644 (file)
@@ -6,7 +6,7 @@
 %define        pdir    Text
 %define        pnam    CSV
 Summary:       Text::CSV - comma-separated values manipulator (using XS or PurePerl)
-#Summary(pl.UTF-8):
+Summary(pl.UTF-8):     Text::CSV - obrabianie wartości oddzielonych przecinkami
 Name:          perl-Text-CSV
 Version:       1.21
 Release:       1
@@ -26,8 +26,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Text::CSV provides facilities for the composition and decomposition of
 comma-separated values using Text::CSV_XS or its pure Perl version.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Text::CSV ułatwia składanie i rozkład wartości oddzielanych
+przecinkami przy użyciu Text::CSV_XS lub wersji w czystym Perlu.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -52,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes
-%{perl_vendorlib}/Text/*.pm
+%{perl_vendorlib}/Text/CSV.pm
+%{perl_vendorlib}/Text/CSV_PP.pm
 %{perl_vendorlib}/Text/CSV
-%{_mandir}/man3/*
+%{_mandir}/man3/Text::CSV*.3pm*
This page took 0.098258 seconds and 4 git commands to generate.