Drop %defattr

This commit is contained in:
Orion Poplawski 2014-04-22 21:25:52 -06:00
parent 7a38c6b203
commit c6ab86dc08
1 changed files with 0 additions and 2 deletions

View File

@ -104,14 +104,12 @@ popd
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-, root, root, -)
%doc licenses/*.txt ANN.rst README.rst examples %doc licenses/*.txt ANN.rst README.rst examples
%{python_sitearch}/%{name}/ %{python_sitearch}/%{name}/
%{python_sitearch}/%{name}-%{version}-*.egg-info %{python_sitearch}/%{name}-%{version}-*.egg-info
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-h5py %files -n python3-h5py
%defattr(-, root, root, -)
%doc licenses/*.txt ANN.rst README.rst %doc licenses/*.txt ANN.rst README.rst
%{python3_sitearch}/%{name}/ %{python3_sitearch}/%{name}/
%{python3_sitearch}/%{name}-%{version}-*.egg-info %{python3_sitearch}/%{name}-%{version}-*.egg-info