|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-OLE-Storage_Lite
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple Class for OLE document interface
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -30,7 +30,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
|
|
|
|
@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-1
|
|
|
|
|
- update to 0.17
|
|
|
|
|
|
|
|
|
|
* Tue Feb 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-2
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|