|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Version: 2.30
|
|
|
|
Version: 2.34
|
|
|
|
Release: 1%{?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
|
|
|
|
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ Excel file.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Spreadsheet-WriteExcel-%{version}
|
|
|
|
%setup -q -n Spreadsheet-WriteExcel-%{version}
|
|
|
|
%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \
|
|
|
|
%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \
|
|
|
|
doc/*.html charts/{README,*.{pl,pod,txt}} examples/{README,*.{pl,txt}}
|
|
|
|
doc/*.html examples/{README,*.{pl,txt}}
|
|
|
|
|
|
|
|
|
|
|
|
# make sure doc/tests don't generate provides
|
|
|
|
# make sure doc/tests don't generate provides
|
|
|
|
# note we first filter out the bits in _docdir...
|
|
|
|
# note we first filter out the bits in _docdir...
|
|
|
@ -75,13 +75,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README docs/ charts/ examples/
|
|
|
|
%doc Changes README docs/ examples/
|
|
|
|
%{_bindir}/chartex
|
|
|
|
%{_bindir}/chartex
|
|
|
|
%{perl_vendorlib}/Spreadsheet/
|
|
|
|
%{perl_vendorlib}/Spreadsheet/
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 8 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.34-1
|
|
|
|
|
|
|
|
- update to 2.34
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.30-1
|
|
|
|
* Mon Dec 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.30-1
|
|
|
|
- update to 2.30
|
|
|
|
- update to 2.30
|
|
|
|
|
|
|
|
|
|
|
|