diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 06:57:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 06:57:42 +0000 |
| commit | 0ef60d1e251e7fad4aca20b88bbc673bcaff3e1e (patch) | |
| tree | 6d59abb90d86ff69a8797eced451a4fa61e0f40a | |
| parent | 253e291b848a4ffd764376ee7ebd9adb8915c0ba (diff) | |
automatic import of nav2-lifecycle-manageropeneuler24.03_LTS
| -rw-r--r-- | nav2-lifecycle-manager.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-lifecycle-manager.spec b/nav2-lifecycle-manager.spec index 44f255f..037a105 100644 --- a/nav2-lifecycle-manager.spec +++ b/nav2-lifecycle-manager.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -60,7 +60,7 @@ Provides: %{name}-runtime = %{version}-%{release} A controller/manager for the lifecycle nodes of the Navigation 2 system %prep -%autosetup -c -n %{name}-%{version} +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -84,7 +84,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
