diff --git a/h5py.spec b/h5py.spec index 83798d2..c6f0d8f 100644 --- a/h5py.spec +++ b/h5py.spec @@ -4,7 +4,7 @@ Summary: A Python interface to the HDF5 library Name: h5py Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Engineering License: BSD URL: http://h5py.alfven.org/ @@ -44,7 +44,7 @@ export CFLAGS="%{optflags} -fopenmp -llzf" %{__python} setup.py build # build docs dir=$(basename build/lib.linux-*) -PYTHONPATH=$(pwd)/build/$dir make -C docs html +PYTHONPATH=$(pwd)/build/$dir make SPHINXOPTS="-D html_theme=sphinxdoc" -C docs html rm -f docs/build/html/.buildinfo %install @@ -66,6 +66,9 @@ rm -rf %{buildroot} %{python_sitearch}/%{name}-%{version}-*.egg-info/ %changelog +* Mon Aug 15 2011 Steve Traylen - 1.3.1-5 +- Change sphinx theme to sphinxdoc since available on EPEL6. + * Mon May 23 2011 Terje Rosten - 1.3.1-4 - add patch from Steve Traylen (thanks!) to use system liblzf