rpms/perl-Text-CSV_XS/EL-5 perl-Text-CSV_XS.spec, 1.5, 1.6 sources, 1.2, 1.3

Xavier Bachelot xavierb at fedoraproject.org
Tue Jun 3 15:36:14 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14903

Modified Files:
	perl-Text-CSV_XS.spec sources 
Log Message:
sync EL-4 and EL-5 branches


Index: perl-Text-CSV_XS.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5/perl-Text-CSV_XS.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Text-CSV_XS.spec	7 Sep 2006 14:53:40 -0000	1.5
+++ perl-Text-CSV_XS.spec	3 Jun 2008 15:35:06 -0000	1.6
@@ -1,14 +1,16 @@
 Name:           perl-Text-CSV_XS
-Version:        0.23
+Version:        0.30
 Release:        5%{?dist}
 Summary:        Comma-separated values manipulation routines
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+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}.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
@@ -19,6 +21,7 @@
 
 %prep
 %setup -q -n Text-CSV_XS-%{version}
+chmod -c a-x examples/*
 
 
 %build
@@ -31,7 +34,7 @@
 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,35 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README
+%doc ChangeLog README examples/
 %{perl_vendorarch}/Text/
 %{perl_vendorarch}/auto/Text/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.30-5
+- Rebuild for perl 5.10 (again)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.30-4
+- Autorebuild for GCC 4.3
+
+* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.30-3
+- rebuild for new perl
+
+* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.30-2
+- Rebuild for selinux ppc32 issue.
+
+* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.30-1
+- Update to 0.30.
+
+* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.29-1
+- Update to 0.29.
+
+* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.27-1
+- Update to 0.27.
+- New upstream maintainer.
+
 * Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-5
 - Rebuild for FC6.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Jan 2006 17:23:10 -0000	1.2
+++ sources	3 Jun 2008 15:35:06 -0000	1.3
@@ -1 +1 @@
-936eca163a09e92353565ad37ee7a4fa  Text-CSV_XS-0.23.tar.gz
+33e1562283bcacddd6dadcc5a73e522d  Text-CSV_XS-0.30.tar.gz




More information about the Fedora-perl-devel-list mailing list