From b1093266155e9590c8411a68f1cee7fb74479681 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Fri, 3 Mar 2023 16:37:09 +0800 Subject: [PATCH] Fix not stripped problem --- lz4-java.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lz4-java.spec b/lz4-java.spec index 49355f2..d54c7ec 100644 --- a/lz4-java.spec +++ b/lz4-java.spec @@ -1,9 +1,9 @@ %global debug_package %nil Name: lz4-java Version: 1.7.1 -Release: 1 +Release: 3 Summary: LZ4 compression for Java -License: ASL 2.0 and (BSD and GPLv2+) +License: Apache-2.0 URL: https://github.com/jpountz/lz4-java Source0: https://github.com/jpountz/lz4-java/archive/%{version}.tar.gz Patch0: 0-remove-unsafe.patch @@ -57,6 +57,7 @@ javapath=/usr/lib/jvm/$dirname popd export JAVA_HOME=$javapath export LIB_DIR=/usr/lib64/ +sed -i '$a\ strip $(BUILD_DIR)/jni/net/jpountz/util/$(PLATFORM)/$(ARCH)/liblz4-java.so' Makefile ant -Divy.mode=local -Divy.revision=1.7.1 -Divy.pom.version=1.7.1 jar test docs makepom bnd wrap -p lz4-java.bnd -o dist/lz4-java-%{version}.jar --version %{version} dist/lz4-java.jar @@ -72,6 +73,12 @@ bnd wrap -p lz4-java.bnd -o dist/lz4-java-%{version}.jar --version %{version} di %license LICENSE.txt %changelog +* Fri Mar 3 2023 caodongxia - 1.7.1-3 +- Fix not stripped problem + +* Tue May 10 2022 wangkai - 1.7.1-2 +- License compliance rectification + * Tue Jan 18 2022 SimpleUpdate Robot - 1.7.1-1 - Upgrade to version 1.7.1