From ff20a4d8778dba6fa0c69cba89f2167920f6f109 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 1 Nov 2010 21:06:54 +0100 Subject: [PATCH] note that patch to support locale files in %{_datadir} has been upstreamed since 0.6.6 --- python-sphinx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index b6f0896..14d0867 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -108,7 +108,8 @@ rm -rf doc/_build sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefile mv doc reST -# Move language files to /usr/share in association with %patch1 +# Move language files to /usr/share; +# patch to support this incorporated in 0.6.6 pushd %{buildroot}%{python_sitelib} for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -printf "%f "`;