diff options
Diffstat (limited to 'UNT.spec')
-rw-r--r-- | UNT.spec | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |