]> git.pld-linux.org Git - packages/perl-Text-CSV_XS.git/blobdiff - perl-Text-CSV_XS.spec
- x32 rebuild
[packages/perl-Text-CSV_XS.git] / perl-Text-CSV_XS.spec
index cce382dacdc90757d40ca6c6f8c812e47b5cbdc2..2609f19e52426f78bb0ddb4f1f57a9229fde35e7 100644 (file)
@@ -3,28 +3,33 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    Text
-%define        pnam    CSV_XS
-Summary:       Text::CSV_XS perl module
-Summary(pl):   Modu³ perla Text::CSV_XS
+%define                pdir    Text
+%define                pnam    CSV_XS
+Summary:       Text::CSV_XS - comma-separated values manipulation routines
+Summary(pl.UTF-8):     Text::CSV_XS - operacje na wartościach oddzielonych przecinkami
 Name:          perl-Text-CSV_XS
-Version:       0.23
-Release:       4
+Version:       1.14
+Release:       2
 # same as perl
-License:       GPL v1+ oe Artistic
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 936eca163a09e92353565ad37ee7a4fa
+Source0:       http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tgz
+# Source0-md5: d4a198b0c0252392d378db7b323695d7
+URL:           http://search.cpan.org/dist/Text-CSV_XS/
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-devel >= 5.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Text::CSV_XS - comma-separated values manipulation routines.
+Text::CSV_XS Perl module provides facilities for the composition and
+decomposition of comma-separated values. An instance of the
+Text::CSV_XS class can combine fields into a CSV string and parse a
+CSV string into fields.
 
-%description -l pl
-Text::CSV_XS umo¿liwia manipulowanie warto¶ciami rozdzielonymi
-przecinkiem.
+%description -l pl.UTF-8
+Moduł Perla Text::CSV_XS udostępnia metody do składania i rozkładania
+wartości oddzielonych przecinkami. Instancja klasy Text::CSV_CS
+potrafi łączyć pola w łańcuch CSV oraz rozkładać łańcuch CSV na pola.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -33,6 +38,7 @@ przecinkiem.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -40,8 +46,8 @@ przecinkiem.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} \
-       install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,6 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README
 %{perl_vendorarch}/Text/CSV_XS.pm
 %dir %{perl_vendorarch}/auto/Text/CSV_XS
-%{perl_vendorarch}/auto/Text/CSV_XS/CSV_XS.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Text/CSV_XS/CSV_XS.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Text::CSV_XS.3pm*
This page took 0.0775749999999999 seconds and 4 git commands to generate.