diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:45:29 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:45:29 +0000 |
| commit | 913f0f829c8ab0cf8a967265b67312dc84b40528 (patch) | |
| tree | 6dfd2ff9c426369f9a5fbf61c9a776b3b60c2669 /nav2-collision-monitor.spec | |
| parent | 717f6eade0e545b34a21011326af50efbb70c04b (diff) | |
automatic import of nav2-collision-monitoropeneuler24.03_LTS
Diffstat (limited to 'nav2-collision-monitor.spec')
| -rw-r--r-- | nav2-collision-monitor.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-collision-monitor.spec b/nav2-collision-monitor.spec index 55d2222..c2071fd 100644 --- a/nav2-collision-monitor.spec +++ b/nav2-collision-monitor.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -56,7 +56,7 @@ Provides: %{name}-runtime = %{version}-%{release} Collision Monitor %prep -%autosetup -c -n %{name}-%{version} +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -80,7 +80,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
