note that patch to support locale files in %{_datadir} has been upstreamed
since 0.6.6
This commit is contained in:
parent
f0ffbd5999
commit
ff20a4d877
@ -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 "`;
|
||||
|
Loading…
Reference in New Issue
Block a user