|
|
|
@ -2,10 +2,10 @@
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
# Avoid Epoch inflation
|
|
|
|
|
%define module_version 0.45
|
|
|
|
|
%define module_version 0.47
|
|
|
|
|
|
|
|
|
|
Name: perl-Spreadsheet-ParseExcel
|
|
|
|
|
Version: 0.4500
|
|
|
|
|
Version: 0.4700
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Extract information from an Excel file
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -14,14 +14,14 @@ URL: http://search.cpan.org/dist/Spreadsheet-ParseExcel/
|
|
|
|
|
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(Jcode)
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(OLE::Storage_Lite) >= 0.08
|
|
|
|
|
BuildRequires: perl(Proc::ProcessTable)
|
|
|
|
|
BuildRequires: perl(Unicode::Map)
|
|
|
|
|
BuildRequires: perl(Jcode)
|
|
|
|
|
BuildRequires: perl(Spreadsheet::WriteExcel)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Unicode::Map)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 22 2009 Steven Pritchard <steve@kspei.com> 0.4700-1
|
|
|
|
|
- Update to 0.47.
|
|
|
|
|
|
|
|
|
|
* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 0.4500-1
|
|
|
|
|
- Update to 0.45.
|
|
|
|
|
- s/Get/Extract/ in Summary.
|
|
|
|
|