|
|
@ -1090,6 +1090,11 @@ git add -A
|
|
|
|
git commit -q -a -m 'fix translations'
|
|
|
|
git commit -q -a -m 'fix translations'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Seeing .git dir makes some of the build tools change their behavior.
|
|
|
|
|
|
|
|
# We do not want that. Note: it is still possible to use
|
|
|
|
|
|
|
|
# git --git-dir=.git-rpm
|
|
|
|
|
|
|
|
mv .git .git-rpm
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
echo build start time is `date`, diskspace: `df -h . | tail -n 1`
|
|
|
|
echo build start time is `date`, diskspace: `df -h . | tail -n 1`
|
|
|
|
echo building localizations: %{langpack_langs}
|
|
|
|
echo building localizations: %{langpack_langs}
|
|
|
|