diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 08:41:03 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 08:41:03 +0000 |
| commit | c26937387f70b56cd25e81eb60b4b6226064a28b (patch) | |
| tree | f995131a83e0e6c562b77295f9d1a9562b3258e7 | |
| parent | 98d97c9696699d6d1c59c4e4430547bf3ee4670d (diff) | |
automatic import of nav2-dwb-controlleropeneuler24.03_LTS
| -rw-r--r-- | nav2-dwb-controller.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-dwb-controller.spec b/nav2-dwb-controller.spec index 1445c07..b9a57d1 100644 --- a/nav2-dwb-controller.spec +++ b/nav2-dwb-controller.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -48,7 +48,7 @@ Provides: %{name}-runtime = %{version}-%{release} ROS2 controller (DWB) metapackage %prep -%autosetup -c -n %{name}-%{version} +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -72,7 +72,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
