Drop %defattr()

This commit is contained in:
Orion Poplawski 2014-05-09 20:46:38 -06:00
parent 3e4a2dc7b2
commit ff7a34a775

View File

@ -83,13 +83,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst
%{python_sitearch}/*
%if 0%{?with_python3}
%files -n python3-markupsafe
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst
%{python3_sitearch}/*
%endif # with_python3