|
|
@ -2,23 +2,23 @@
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
# Avoid Epoch inflation
|
|
|
|
# Avoid Epoch inflation
|
|
|
|
%define module_version 0.27
|
|
|
|
%define module_version 0.28
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Spreadsheet-ParseExcel
|
|
|
|
Name: perl-Spreadsheet-ParseExcel
|
|
|
|
Version: 0.2700
|
|
|
|
Version: 0.2800
|
|
|
|
Release: 2%{?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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Spreadsheet-ParseExcel/
|
|
|
|
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/S/SZ/SZABGAB/Spreadsheet-ParseExcel-%{module_version}.tar.gz
|
|
|
|
Patch0: Spreadsheet-ParseExcel-0.27-typo.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
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(Unicode::Map)
|
|
|
|
BuildRequires: perl(Unicode::Map)
|
|
|
|
BuildRequires: perl(Jcode)
|
|
|
|
BuildRequires: perl(Jcode)
|
|
|
|
|
|
|
|
BuildRequires: perl(Spreadsheet::WriteExcel)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -27,7 +27,6 @@ The module can handle files of Excel95, 97, 2000, and Excel4.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Spreadsheet-ParseExcel-%{module_version}
|
|
|
|
%setup -q -n Spreadsheet-ParseExcel-%{module_version}
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
@ -58,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 17 2007 Steven Pritchard <steve@kspei.com> 0.2800-1
|
|
|
|
|
|
|
|
- Update to 0.28.
|
|
|
|
|
|
|
|
- Drop typo fix.
|
|
|
|
|
|
|
|
- BR: Spreadsheet::WriteExcel (for tests).
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2007 Steven Pritchard <steve@kspei.com> 0.2700-2
|
|
|
|
* Wed Jan 17 2007 Steven Pritchard <steve@kspei.com> 0.2700-2
|
|
|
|
- Fix typo in Spreadsheet::ParseExcel::FmtUnicode.
|
|
|
|
- Fix typo in Spreadsheet::ParseExcel::FmtUnicode.
|
|
|
|
|
|
|
|
|
|
|
|