fix defattr out of order issue

epel9
Tom Callaway 20 years ago
parent a4ba7b51ce
commit d09e00e1e4

@ -1,6 +1,6 @@
Name: perl-OLE-Storage_Lite
Version: 0.14
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Simple Class for OLE document interface
Group: Development/Libraries
License: Artistic or GPL
@ -37,12 +37,15 @@ make test
rm -rf $RPM_BUILD_ROOT
%files
%doc Changes README sample/
%defattr(-,root,root,-)
%doc Changes README sample/
%{perl_vendorlib}/OLE/
%{_mandir}/man3/*.3*
%changelog
* Tue May 10 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.14-6
- fix defattr order
* Mon May 9 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.14-5
- fix spec file

Loading…
Cancel
Save