Update to 0.30. BR Proc::ProcessTable for better test coverage.

epel9
Steven Pritchard 18 years ago
parent 4515eaf7e6
commit 489d742fc4

@ -1 +1 @@
Spreadsheet-ParseExcel-0.28.tar.gz Spreadsheet-ParseExcel-0.30.tar.gz

@ -2,10 +2,10 @@
%define debug_package %{nil} %define debug_package %{nil}
# Avoid Epoch inflation # Avoid Epoch inflation
%define module_version 0.28 %define module_version 0.30
Name: perl-Spreadsheet-ParseExcel Name: perl-Spreadsheet-ParseExcel
Version: 0.2800 Version: 0.3000
Release: 1%{?dist} Release: 1%{?dist}
Summary: Get information from an Excel file Summary: Get information from an Excel file
License: GPL or Artistic License: GPL or Artistic
@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(IO::Scalar) BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
BuildRequires: perl(OLE::Storage_Lite) >= 0.08 BuildRequires: perl(OLE::Storage_Lite) >= 0.08
BuildRequires: perl(Proc::ProcessTable)
BuildRequires: perl(Unicode::Map) BuildRequires: perl(Unicode::Map)
BuildRequires: perl(Jcode) BuildRequires: perl(Jcode)
BuildRequires: perl(Spreadsheet::WriteExcel) BuildRequires: perl(Spreadsheet::WriteExcel)
@ -57,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Apr 06 2007 Steven Pritchard <steve@kspei.com> 0.3000-1
- Update to 0.30.
- BR Proc::ProcessTable for better test coverage.
* Wed Jan 17 2007 Steven Pritchard <steve@kspei.com> 0.2800-1 * Wed Jan 17 2007 Steven Pritchard <steve@kspei.com> 0.2800-1
- Update to 0.28. - Update to 0.28.
- Drop typo fix. - Drop typo fix.

@ -1 +1 @@
77b6c55d3f3804957b0b47ed2c80ae4a Spreadsheet-ParseExcel-0.28.tar.gz 734846baab31312df547c3aa3fc50a2d Spreadsheet-ParseExcel-0.30.tar.gz

Loading…
Cancel
Save