Author: qboosh Date: Tue Jul 19 18:17:10 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.10 - pl
---- Files affected: packages/perl-Text-CSV-Encoded: perl-Text-CSV-Encoded.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec diff -u packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec:1.2 packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec:1.3 --- packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec:1.2 Fri Oct 16 09:13:24 2009 +++ packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec Tue Jul 19 20:17:04 2011 @@ -6,21 +6,21 @@ %include /usr/lib/rpm/macros.perl %define pdir Text %define pnam CSV-Encoded -Summary: Text::CSV::Encoded - Encoding aware Text::CSV. -#Summary(pl.UTF-8): +Summary: Text::CSV::Encoded - encoding aware Text::CSV +Summary(pl.UTF-8): Text::CSV::Encoded - wersja Text::CSV obsługująca kodowania Name: perl-Text-CSV-Encoded -Version: 0.09 +Version: 0.10 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 9e816da38c1f010d7d14058a25b365a3 +# Source0-md5: 9ed745eb7a416818b9c129eced8af93d URL: http://search.cpan.org/dist/Text-CSV-Encoded/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Text::CSV) >= 1.12 +BuildRequires: perl-Text-CSV >= 1.12 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,8 +28,9 @@ %description This module inherits Text::CSV and is aware of input/output encodings. -# %description -l pl.UTF-8 -# TODO +%description -l pl.UTF-8 +Ten moduł dziedziczy po Text::CSV i obsługuje kodowania +wejścia/wyjścia. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -53,9 +54,9 @@ %files %defattr(644,root,root,755) %doc Changes -%{perl_vendorlib}/Text/CSV/*.pm +%{perl_vendorlib}/Text/CSV/Encoded.pm %{perl_vendorlib}/Text/CSV/Encoded -%{_mandir}/man3/* +%{_mandir}/man3/Text::CSV::Encoded*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -63,9 +64,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/07/19 18:17:04 qboosh +- updated to 0.10 +- pl + Revision 1.2 2009/10/16 07:13:24 amateja - updated to 0.09 Revision 1.1 2009/01/16 10:02:03 radek - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Text-CSV-Encoded/perl-Text-CSV-Encoded.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
