From ec9f62e5bf4d7e988062abfa977596b6be59a076 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sat, 16 Jun 2007 18:13:10 +0000 Subject: [PATCH] Update to 0.27. --- .cvsignore | 2 +- perl-Text-CSV_XS.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1f268ae..78f649d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Text-CSV_XS-0.23.tar.gz +Text-CSV_XS-0.27.tgz diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 8a7ca81..ee8b2d6 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,14 +1,16 @@ Name: perl-Text-CSV_XS -Version: 0.23 -Release: 5%{?dist} +Version: 0.27 +Release: 1%{?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/J/JW/JWIED/Text-CSV_XS-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz 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 @@ -19,6 +21,7 @@ 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 @@ -31,7 +34,7 @@ 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 -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -45,13 +48,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc ChangeLog README +%doc ChangeLog README examples/ %{perl_vendorarch}/Text/ %{perl_vendorarch}/auto/Text/ %{_mandir}/man3/*.3pm* %changelog +* 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. diff --git a/sources b/sources index f45b166..b10f640 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -936eca163a09e92353565ad37ee7a4fa Text-CSV_XS-0.23.tar.gz +daecf68255fddd5032d27ab6c7d422c4 Text-CSV_XS-0.27.tgz