|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
|
Version: 2.20
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.21
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Write formatted text and numbers to a cross-platform Excel binary file
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -48,7 +48,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check || :
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.21-1
|
|
|
|
|
- update to 2.21
|
|
|
|
|
|
|
|
|
|
* Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.20-2
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|