Tomáš Chvátal 2017-05-11 13:44:35 +00:00 committed by Git OBS Bridge
parent 78df625059
commit 41e773f3fb
3 changed files with 4 additions and 287 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:696107f1a7b70f042342ff72e82937b76294bdcb4ce649e0158821ba74337327
size 44639052
oid sha256:12d0d8572ab3991573e91b136ade26c3acd137699712f9def187946bad3dcc7a
size 44634648

File diff suppressed because it is too large Load Diff

View File

@ -307,6 +307,7 @@ function finish_spec()
sed -i "s:@METADATA@::" myspell-dictionaries.spec
sed -i "s:@INSTALL@::" myspell-dictionaries.spec
sed -i "s:@FILES@::" myspell-dictionaries.spec
spec-cleaner -i myspell-dictionaries.spec
}
#
@ -317,7 +318,7 @@ function finish_spec()
if [ $DOWNLOAD == "yes" ]; then
echo '--- Download current git version'
rm -rf $GIT_DIR
git clone git://anongit.freedesktop.org/libreoffice/$GIT_DIR
git clone --depth 1 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
rm -rf $GIT_DIR/.git
# exceptions >>>>>>>>>>>>>>>>>>>>>
pushd $GIT_DIR