Remove needless use of %defattr
This commit is contained in:
parent
ed939e4d11
commit
d5d008a1c4
@ -41,13 +41,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}.la
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license COPYING COPYING.LIB
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc HACKING DEPENDENCIES THANKS ChangeLog
|
||||
%doc __doc/*
|
||||
%{_infodir}/%{name}.info*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user