Cleanup spec

This commit is contained in:
Orion Poplawski 2014-05-09 14:11:14 -06:00
parent cc51bb77fc
commit ce4765255c
1 changed files with 0 additions and 5 deletions

View File

@ -28,7 +28,6 @@ BuildRequires: python3-Cython
%endif
Requires: hdf5 = %{_hdf5_version}
Requires: numpy >= 1.0.3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
The h5py package provides both a high- and low-level interface to the
@ -82,7 +81,6 @@ popd
%endif
%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
chmod 0755 %{buildroot}%{python_sitearch}/%{name}/*.so
@ -100,9 +98,6 @@ pushd %{py3dir}
popd
%endif
%clean
rm -rf %{buildroot}
%files
%doc licenses/*.txt ANN.rst README.rst examples
%{python_sitearch}/%{name}/