mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 09:22:07 +01:00
testing/java-snappy: upgrade to 1.1.2.6
This commit is contained in:
parent
007ce56363
commit
1bb5bd67e6
@ -2,15 +2,15 @@
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=java-snappy
|
||||
_pkgname=snappy-java
|
||||
pkgver=1.1.2.4
|
||||
pkgver=1.1.2.6
|
||||
_libver=${pkgver%.*}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Snappy compressor/decompressor for Java"
|
||||
url="https://github.com/xerial/snappy-java"
|
||||
arch="x86_64 x86"
|
||||
license="ASL-2.0"
|
||||
depends="openjdk8-jre-base"
|
||||
makedepends="bash build-base openjdk8 perl snappy-dev>=$_libver"
|
||||
makedepends="bash openjdk8 perl snappy-dev>=$_libver"
|
||||
subpackages="$pkgname-native"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/xerial/$_pkgname/archive/$pkgver.tar.gz
|
||||
0001-unbundle-snappy.patch
|
||||
@ -20,12 +20,6 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
|
||||
local file; for file in $source; do
|
||||
case $file in
|
||||
*.patch) msg $file; patch -p1 -i "$srcdir"/$file || return 1;;
|
||||
esac
|
||||
done
|
||||
|
||||
# Get rid of bundled native binaries.
|
||||
rm -r src/main/resources/org/xerial/snappy/native
|
||||
|
||||
@ -33,6 +27,8 @@ prepare() {
|
||||
cat > src/main/resources/org-xerial-snappy.properties <<-EOF
|
||||
org.xerial.snappy.use.systemlib=true
|
||||
EOF
|
||||
|
||||
default_prepare
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -41,7 +37,7 @@ build() {
|
||||
JAVA_HOME=/usr/lib/jvm/default-jvm \
|
||||
make || return 1
|
||||
|
||||
echo "Downloading SBT and then building JAR (this will take few minutes)..." 1>&2
|
||||
echo "Downloading SBT and then building JAR (this will take few minutes)..." >&2
|
||||
./sbt -Dsbt.boot.directory=/tmp/sbt/boot \
|
||||
-Dsbt.ivy.home=/tmp/sbt/.ivy2 \
|
||||
package
|
||||
@ -64,9 +60,9 @@ native() {
|
||||
ln -sf $soname.$_libver "$subpkgdir"/usr/lib/$soname
|
||||
}
|
||||
|
||||
md5sums="6eca54518046510fef48766d9fa8d10f java-snappy-1.1.2.4.tar.gz
|
||||
md5sums="8938dc2d64ec7405581faa454bdf8ed2 java-snappy-1.1.2.6.tar.gz
|
||||
1bf623f419c1103bce8a76ef129e974b 0001-unbundle-snappy.patch"
|
||||
sha256sums="234d6d5b1a101fa9769ee0ed73aba438cb9ee546f570e3d6557ab4e364b4d06c java-snappy-1.1.2.4.tar.gz
|
||||
sha256sums="404fa39e5337f08b5c80b20b45096af805b5abb3ded126ef63e43ba4538e8d6e java-snappy-1.1.2.6.tar.gz
|
||||
d624485186c880d7a7ede00b81e70ae345b9f429a218dd49bb85d3a9fb837cfe 0001-unbundle-snappy.patch"
|
||||
sha512sums="e35e6290039fa66c7c5c1099f89426331290af6f6fa2538f4a2e09c84cab4cf3572d87dc115f57517c8c5d56cd3d8ff8c391a668cd04178ca749270ac9444d21 java-snappy-1.1.2.4.tar.gz
|
||||
sha512sums="647c7942249fd08d402538da5442bbbbd6a3fc2d6173999253ebcf270e8dea5135a2c702c12ea1f170e3e187f0092270d9d7db28593c438c58a7eb9dd2ca157c java-snappy-1.1.2.6.tar.gz
|
||||
23aa84f1bee4f2a419402912e17ee04259f37a41a2eac9a6cc271d7a87899778a196b9bbcced856335bb56ea905bd6448f4ef39da9cbd8c83882506651e13a9c 0001-unbundle-snappy.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user