From 8c07b80acadd5bd594b3919fc4814a1a4848ae14 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 11 Sep 2025 03:03:46 +0000 Subject: automatic import of UNT --- UNT.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'UNT.spec') diff --git a/UNT.spec b/UNT.spec index 0a09e74..a2d5d2a 100644 --- a/UNT.spec +++ b/UNT.spec @@ -1,10 +1,11 @@ Name: UNT Version: 1.0 -Release: 7 +Release: 9 Summary: UDF native tool License: MulanPSL-2.0 URL: https://gitee.com/openeuler/UNT.git Source0: https://gitee.com/openeuler/UNT/repository/archive/%{name}-v%{version}.tar.gz +Source1: maven-resources-plugin-2.6.jar BuildRequires: maven BuildArch: noarch @@ -16,7 +17,8 @@ and then compile native code to native binary. %setup -q -n %{name} %build -mvn package +mvn install:install-file -Dfile=%{SOURCE1} -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.6 -Dpackage=jar +mvn package -DskipTests %install mkdir -p %{buildroot}/opt/udf-trans-opt/ @@ -40,6 +42,12 @@ rm -rf /usr/bin/native_udf.py %attr(0550,root,root) /usr/bin/native_udf.py %changelog +* Wed Aug 27 2025 yuyufeng - 1.0-9 +- add kaccjson macro for annotation and config json serialize + +* Wed Aug 20 2025 yuyufeng - 1.0-8 +- limited support for field reflection and dynamic invoke + * Mon Jun 16 2025 liuchang - 1.0-7 - fix array to enhance performance and ut of array init to current version -- cgit v1.2.3