note that patch to support locale files in %{_datadir} has been upstreamed
since 0.6.6
This commit is contained in:
parent
8cad736d24
commit
5898dacc7f
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ popd
|
|||
# Deliver rst files
|
||||
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…
Add table
Add a link
Reference in a new issue