diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-15 06:26:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-15 06:26:59 +0000 |
commit | 803e736ab723f15d59e404e0201a1ff8bfa891dd (patch) | |
tree | eaf6391e4f3e2c154f29f84e258ee5d8013d5f62 /UNT.spec | |
parent | 30cbf9035372b967625352dcd3c35575a848a7f3 (diff) |
automatic import of UNT
Diffstat (limited to 'UNT.spec')
-rw-r--r-- | UNT.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |