Name: perl-Text-CSV_XS Version: 0.30 Release: 5%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. %prep %setup -q -n Text-CSV_XS-%{version} chmod -c a-x examples/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README examples/ %{perl_vendorarch}/Text/ %{perl_vendorarch}/auto/Text/ %{_mandir}/man3/*.3pm* %changelog * Wed Feb 27 2008 Tom "spot" Callaway - 0.30-5 - Rebuild for perl 5.10 (again) * Tue Feb 19 2008 Fedora Release Engineering - 0.30-4 - Autorebuild for GCC 4.3 * Sat Feb 2 2008 Tom "spot" Callaway - 0.30-3 - rebuild for new perl * Wed Aug 29 2007 Fedora Release Engineering - 0.30-2 - Rebuild for selinux ppc32 issue. * Sat Jun 23 2007 Jose Pedro Oliveira - 0.30-1 - Update to 0.30. * Sat Jun 16 2007 Jose Pedro Oliveira - 0.29-1 - Update to 0.29. * Sat Jun 16 2007 Jose Pedro Oliveira - 0.27-1 - Update to 0.27. - New upstream maintainer. * Thu Sep 7 2006 Jose Pedro Oliveira - 0.23-5 - Rebuild for FC6. * Wed Feb 22 2006 Jose Pedro Oliveira - 0.23-4 - Rebuild for FC5 (perl 5.8.8). * Wed Feb 22 2006 Jose Pedro Oliveira - 0.23-3 - The wonders of CVS problems (released skipped). * Thu Jan 5 2006 Jose Pedro Oliveira - 0.23-2 - Build section: simplified RPM_OPT_FLAGS handling (#175898). * Sat Nov 05 2005 Jose Pedro Oliveira - 0.23-1 - First build.