summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-11 03:03:46 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-11 03:03:46 +0000
commit8c07b80acadd5bd594b3919fc4814a1a4848ae14 (patch)
tree30f56eb9ecd42d22291c6eaf2dd57ec43eb8a83b
parentdee80f3b5155a0d651f52c5d1be3ccf1a507590c (diff)
automatic import of UNT
-rw-r--r--.gitignore1
-rw-r--r--UNT.spec12
-rw-r--r--sources3
3 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9cfb80d..8793b1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/UNT-v1.0.tar.gz
+/maven-resources-plugin-2.6.jar
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 <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
diff --git a/sources b/sources
index 6a0de0a..995d833 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-ae14cd281228273f6600d510a24ff3cf UNT-v1.0.tar.gz
+ae82067e24fbd0530f4ae8f9f4d4fc02 UNT-v1.0.tar.gz
+e7cc4bbb6888e6c9dd5acdad08cf4bd3 maven-resources-plugin-2.6.jar