OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/myspell-dictionaries?expand=0&rev=51
This commit is contained in:
parent
78df625059
commit
41e773f3fb
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:696107f1a7b70f042342ff72e82937b76294bdcb4ce649e0158821ba74337327
|
oid sha256:12d0d8572ab3991573e91b136ade26c3acd137699712f9def187946bad3dcc7a
|
||||||
size 44639052
|
size 44634648
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -307,6 +307,7 @@ function finish_spec()
|
|||||||
sed -i "s:@METADATA@::" myspell-dictionaries.spec
|
sed -i "s:@METADATA@::" myspell-dictionaries.spec
|
||||||
sed -i "s:@INSTALL@::" myspell-dictionaries.spec
|
sed -i "s:@INSTALL@::" myspell-dictionaries.spec
|
||||||
sed -i "s:@FILES@::" 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
|
if [ $DOWNLOAD == "yes" ]; then
|
||||||
echo '--- Download current git version'
|
echo '--- Download current git version'
|
||||||
rm -rf $GIT_DIR
|
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
|
rm -rf $GIT_DIR/.git
|
||||||
# exceptions >>>>>>>>>>>>>>>>>>>>>
|
# exceptions >>>>>>>>>>>>>>>>>>>>>
|
||||||
pushd $GIT_DIR
|
pushd $GIT_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user