rpms/perl-Spreadsheet-ParseExcel/devel .cvsignore, 1.7, 1.8 perl-Spreadsheet-ParseExcel.spec, 1.14, 1.15 sources, 1.7, 1.8

Steven Pritchard steve at fedoraproject.org
Sat Jan 17 19:48:15 UTC 2009


Author: steve

Update of /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9098

Modified Files:
	.cvsignore perl-Spreadsheet-ParseExcel.spec sources 
Log Message:
Update to 0.45.
s/Get/Extract/ in Summary.
Update Source0 URL.
Update description.
Fix line endings in README and samples.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	11 Dec 2008 17:11:21 -0000	1.7
+++ .cvsignore	17 Jan 2009 19:47:45 -0000	1.8
@@ -1 +1 @@
-Spreadsheet-ParseExcel-0.33.tar.gz
+Spreadsheet-ParseExcel-0.45.tar.gz


Index: perl-Spreadsheet-ParseExcel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/perl-Spreadsheet-ParseExcel.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- perl-Spreadsheet-ParseExcel.spec	11 Dec 2008 17:11:21 -0000	1.14
+++ perl-Spreadsheet-ParseExcel.spec	17 Jan 2009 19:47:45 -0000	1.15
@@ -2,16 +2,16 @@
 %define debug_package %{nil}
 
 # Avoid Epoch inflation
-%define module_version 0.33
+%define module_version 0.45
 
 Name:           perl-Spreadsheet-ParseExcel
-Version:        0.3300
+Version:        0.4500
 Release:        1%{?dist}
-Summary:        Get information from an Excel file
+Summary:        Extract information from an Excel file
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Spreadsheet-ParseExcel/
-Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Spreadsheet-ParseExcel-%{module_version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-ParseExcel-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Module::Build)
@@ -25,12 +25,16 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This module allows you to get information from an Excel file.
-The module can handle files of Excel95, 97, 2000, and Excel4.
+The Spreadsheet::ParseExcel module can be used to read information from an
+Excel 95-2003 file.
 
 %prep
 %setup -q -n Spreadsheet-ParseExcel-%{module_version}
 
+for file in README sample/* ; do
+    [ -f "$file" ] && %{__perl} -pi -e 's/\r\n/\n/' "$file"
+done
+
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
@@ -60,8 +64,15 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 17 2009 Steven Pritchard <steve at kspei.com> 0.4500-1
+- Update to 0.45.
+- s/Get/Extract/ in Summary.
+- Update Source0 URL.
+- Update description.
+- Fix line endings in README and samples.
+
 * Thu Dec 11 2008 Steven Pritchard <steve at kspei.com> 0.3300-1
-- Update to 0.3300.
+- Update to 0.33.
 - Make Test::More dep versioned.
 - BR Test::Pod.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	11 Dec 2008 17:11:21 -0000	1.7
+++ sources	17 Jan 2009 19:47:45 -0000	1.8
@@ -1 +1 @@
-9ddfe56e9a556b8e18053467f05dabf9  Spreadsheet-ParseExcel-0.33.tar.gz
+a1340a5190c307f026c66e216d4145b4  Spreadsheet-ParseExcel-0.45.tar.gz




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