|
|
@ -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.
|
|
|
|