|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Version: 2.36
|
|
|
|
Version: 2.37
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Write formatted text and numbers to a cross-platform Excel binary file
|
|
|
|
Summary: Write formatted text and numbers to a cross-platform Excel binary file
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -22,10 +22,7 @@ workbook and formatting can be applied to cells. Text, numbers,
|
|
|
|
formulas, hyperlinks and images can be written to the cells.
|
|
|
|
formulas, hyperlinks and images can be written to the cells.
|
|
|
|
|
|
|
|
|
|
|
|
The Excel file produced by this module is compatible with 97,
|
|
|
|
The Excel file produced by this module is compatible with 97,
|
|
|
|
2000, 2002 and 2003.
|
|
|
|
2000, 2002 and 2003. Generated files are also compatible with the
|
|
|
|
|
|
|
|
|
|
|
|
The module will work on the majority of Windows, UNIX and
|
|
|
|
|
|
|
|
Macintosh platforms. Generated files are also compatible with the
|
|
|
|
|
|
|
|
spreadsheet applications Gnumeric and OpenOffice.org.
|
|
|
|
spreadsheet applications Gnumeric and OpenOffice.org.
|
|
|
|
|
|
|
|
|
|
|
|
This module cannot be used to read an Excel file. See
|
|
|
|
This module cannot be used to read an Excel file. See
|
|
|
@ -82,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 14 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.37-1
|
|
|
|
|
|
|
|
- update to 2.37
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.36-2
|
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.36-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
|
|
|
|