Remove needless use of %defattr
This commit is contained in:
parent
39b2aa2088
commit
dc20dd8ea3
3
lzo.spec
3
lzo.spec
@ -80,21 +80,18 @@ make check test
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc AUTHORS THANKS NEWS
|
||||
%{_libdir}/liblzo2.so.*
|
||||
|
||||
%files minilzo
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc minilzo/README.LZO
|
||||
%{_libdir}/libminilzo.so.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/LZOAPI.TXT doc/LZO.FAQ doc/LZO.TXT
|
||||
%{_includedir}/lzo
|
||||
%{_libdir}/lib*lzo*.so
|
||||
|
Loading…
Reference in New Issue
Block a user