diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:44:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:44:45 +0000 |
| commit | d6c5286bac33213a5c12b0c3a24bb03c485ec63b (patch) | |
| tree | 5a837afa99c8ec9e5c658b06615081b281e6f638 | |
| parent | 460f25b5c4aa2516dada471188527f4f1564902e (diff) | |
automatic import of nav2-amclopeneuler24.03_LTS
| -rw-r--r-- | nav2-amcl.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-amcl.spec b/nav2-amcl.spec index 1db771f..30ea1ff 100644 --- a/nav2-amcl.spec +++ b/nav2-amcl.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -64,7 +64,7 @@ Provides: %{name}-runtime = %{version}-%{release} %prep -%autosetup -c -n %{name}-%{version} +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -88,7 +88,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
