Update to 0.57

- New upstream release 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
epel9
Paul Howarth 14 years ago
parent e14d9e88a8
commit 1cc3795ad4

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

@ -1 +1 @@
d091ce611fa65fb6d9a77a2a9b4110c5 Spreadsheet-ParseExcel-0.56.tar.gz d4eba5066a77e9f4736fe18a8dee3495 Spreadsheet-ParseExcel-0.57.tar.gz

Loading…
Cancel
Save