From 613ac750f9ee1ccb01a6885acb1b1702e6e5c4d0 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 15 Aug 2011 10:53:37 +0200 Subject: [PATCH] Change sphinx theme to sphinxdoc since available on EPEL6. --- h5py.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/h5py.spec b/h5py.spec index 83798d2..56d4b61 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 SPHINXOPTS='-D html_theme sphinxdoc' make -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