diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | UNT.spec | 12 | ||||
-rw-r--r-- | sources | 3 |
3 files changed, 13 insertions, 3 deletions
@@ -1 +1,2 @@ /UNT-v1.0.tar.gz +/maven-resources-plugin-2.6.jar @@ -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 <yuyufeng1@huawei.com> - 1.0-9 +- add kaccjson macro for annotation and config json serialize + +* Wed Aug 20 2025 yuyufeng <yuyufeng1@huawei.com> - 1.0-8 +- limited support for field reflection and dynamic invoke + * Mon Jun 16 2025 liuchang <liuchang291@h-partners.com> - 1.0-7 - fix array to enhance performance and ut of array init to current version @@ -1 +1,2 @@ -ae14cd281228273f6600d510a24ff3cf UNT-v1.0.tar.gz +ae82067e24fbd0530f4ae8f9f4d4fc02 UNT-v1.0.tar.gz +e7cc4bbb6888e6c9dd5acdad08cf4bd3 maven-resources-plugin-2.6.jar |