From 803e736ab723f15d59e404e0201a1ff8bfa891dd Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Sep 2025 06:26:59 +0000 Subject: automatic import of UNT --- .gitignore | 3 +++ UNT.spec | 9 +++++---- sources | 5 +++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c0f788e..4dba329 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ /maven.tgz.part-ac /maven.tgz.part.aa /maven.tgz.part.ab +/maven.tar.part.aa +/maven.tar.part.ab +/maven.tar.part.ac diff --git a/UNT.spec b/UNT.spec index 8b500f0..2b23289 100644 --- a/UNT.spec +++ b/UNT.spec @@ -5,8 +5,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.tgz.part.aa -Source2: maven.tgz.part.ab +Source1: maven.tar.part.aa +Source2: maven.tar.part.ab +Source3: maven.tar.part.ac BuildRequires: maven BuildArch: noarch @@ -18,9 +19,9 @@ and then compile native code to native binary. %prep %setup -q -n %{name} -cat %{SOURCE1} %{SOURCE2} > %{_builddir}/maven-repo.tgz +cat %{SOURCE1} %{SOURCE2} %{SOURCE3} > %{_builddir}/maven-repo.tar mkdir -p %{_builddir}/.m2/repository -tar -xf %{_builddir}/maven-repo.tgz -C %{_builddir}/.m2/repository +tar -xf %{_builddir}/maven-repo.tar -C %{_builddir}/.m2/repository %build cat > %{_builddir}/settings.xml << EOF diff --git a/sources b/sources index de11378..dbff156 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ ae82067e24fbd0530f4ae8f9f4d4fc02 UNT-v1.0.tar.gz -cd7bfb6fcf2b0f02945fc00485c820a0 maven.tgz.part.aa -caf8842b0e2c4e29490cff8a8cf24e79 maven.tgz.part.ab +7d6c4a3059860f2070dbb273e3ce240f maven.tar.part.aa +241121e08f29578169bd9decb4fe5035 maven.tar.part.ab +445749a2e095e2a58d18ab3279537b5c maven.tar.part.ac -- cgit v1.2.3