Drop %defattr()

This commit is contained in:
Orion Poplawski 2014-05-09 21:44:12 -06:00
parent 95af7254a9
commit bc93f34661

View File

@ -155,7 +155,6 @@ popd
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-)
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
%doc THANKS.txt licenses docs tools/editors %doc THANKS.txt licenses docs tools/editors
%{_bindir}/* %{_bindir}/*
@ -163,7 +162,6 @@ rm -rf %{buildroot}
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-%{srcname} %files -n python3-%{srcname}
%defattr(-,root,root,-)
%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt
%doc THANKS.txt licenses docs tools/editors %doc THANKS.txt licenses docs tools/editors
%{python3_sitelib}/* %{python3_sitelib}/*