@ -2,10 +2,10 @@
%define debug_package %{nil}
# Avoid Epoch inflation
%define module_version 0.56
%define module_version 0.57
Name: perl-Spreadsheet-ParseExcel
Version: 0.56 00
Version: 0.57 00
Release: 1%{?dist}
Summary: Extract information from an Excel file
License: GPL+ or Artistic
@ -35,8 +35,7 @@ Excel 95-2003 file.
%prep
%setup -q -n Spreadsheet-ParseExcel-%{module_version}
# Fix line-endings of sample files; note that some of them are explicitly
# not UTF-8 encoded and thus rpmlint complaints about them are to be expected
# Fix line-endings of sample files
for file in README sample/* ; do
[ -f "$file" ] && %{__perl} -pi -e 's/\r\n/\n/' "$file"
done
@ -64,7 +63,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README README_Japan.htm sample/
%doc Changes README README_Japan.htm examples/ sample/
%{perl_vendorarch}/Unicode/
%{perl_vendorlib}/Spreadsheet/
%{_mandir}/man3/Spreadsheet::ParseExcel.3pm*
@ -84,6 +83,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/Spreadsheet::ParseExcel::Worksheet.3pm*
%changelog
* Mon Aug 22 2011 Paul Howarth <paul@city-fan.org> - 0.5700-1
- Update to 0.57
- Added fix for reading formatted data from Excel 4 files
- Added example programs, a_simple_parser.pl and display_text_table.pl
- Removed Build.PL from README (CPAN RT#52670)
- Package examples as %%doc
- Drop note about sample files not being UTF-8 encoded; no longer applicable
* Mon Aug 22 2011 Paul Howarth <paul@city-fan.org> - 0.5600-1
- Update to 0.56
- Added error() and error_code() error handling routines, which allows