forked from pool/MozillaThunderbird
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=424
This commit is contained in:
parent
affcd2db3c
commit
a67021f952
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -107,6 +107,8 @@ Source9: thunderbird.appdata.xml
|
|||||||
Source10: create-tar.sh
|
Source10: create-tar.sh
|
||||||
Source11: compare-locales.tar.xz
|
Source11: compare-locales.tar.xz
|
||||||
Source12: kde.js
|
Source12: kde.js
|
||||||
|
#Source13: thunderbird-%{version}.source.tar.xz.asc
|
||||||
|
#Source14: http://ftp.mozilla.org/pub/thunderbird/releases/%{version}/KEY#/%{name}.keyring
|
||||||
# Gecko/Toolkit
|
# Gecko/Toolkit
|
||||||
Patch2: mozilla-nongnome-proxies.patch
|
Patch2: mozilla-nongnome-proxies.patch
|
||||||
Patch3: mozilla-kde.patch
|
Patch3: mozilla-kde.patch
|
||||||
|
@ -31,7 +31,6 @@ if [ -e thunderbird-$VERSION$VERSION_SUFFIX.source.tar.xz ]; then
|
|||||||
"thunderbird-${VERSION}/other-licenses/7zstub" \
|
"thunderbird-${VERSION}/other-licenses/7zstub" \
|
||||||
&& \
|
&& \
|
||||||
xz -9 -v thunderbird-$VERSION$VERSION_SUFFIX.source.tar
|
xz -9 -v thunderbird-$VERSION$VERSION_SUFFIX.source.tar
|
||||||
exit 42
|
|
||||||
else
|
else
|
||||||
# thunderbird
|
# thunderbird
|
||||||
if [ -d thunderbird-$VERSION ]; then
|
if [ -d thunderbird-$VERSION ]; then
|
||||||
@ -63,6 +62,7 @@ else
|
|||||||
python client.py checkout --skip-chatzilla --skip-venkman $_extra
|
python client.py checkout --skip-chatzilla --skip-venkman $_extra
|
||||||
popd
|
popd
|
||||||
echo "creating archive..."
|
echo "creating archive..."
|
||||||
|
rm -rf thunderbird-${VERSION}/{,comm/}other-licenses/7zstub
|
||||||
tar $compression -cf thunderbird-$VERSION.source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS thunderbird-${VERSION}
|
tar $compression -cf thunderbird-$VERSION.source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS thunderbird-${VERSION}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user