Remove needless use of %defattr
This commit is contained in:
parent
617aac97b3
commit
4e96ca9f18
@ -91,7 +91,6 @@ rm -rf __docs_staging/latex
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
# 0 length NEWS file
|
||||
# %doc NEWS
|
||||
@ -100,13 +99,11 @@ rm -rf __docs_staging/latex
|
||||
%{_bindir}/oggz*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/oggz
|
||||
%{_libdir}/liboggz.so
|
||||
%{_libdir}/pkgconfig/oggz.pc
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc __docs_staging/*
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user