Change sphinx theme to sphinxdoc since available on EPEL6.

This commit is contained in:
Steve Traylen 2011-08-15 10:53:37 +02:00
parent c3192d2926
commit 10af0befcb
1 changed files with 5 additions and 2 deletions

View File

@ -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 <steve.traylen@cern.ch> - 1.3.1-5
- Change sphinx theme to sphinxdoc since available on EPEL6.
* Mon May 23 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.3.1-4
- add patch from Steve Traylen (thanks!) to use system liblzf