Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:23:02 -05:00
parent c5587e029f
commit 0daba6b8e9

View File

@ -132,7 +132,6 @@ if [ $1 -eq 0 ]; then
fi
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%ghost %{_bindir}/exrdisplay
%{_bindir}/exrdisplay%{V_suffix}
@ -141,7 +140,6 @@ fi
%else
%files docs
%defattr(-,root,root,-)
%doc doc/OpenEXRViewers.odt doc/OpenEXRViewers.pdf
%endif