diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 08:17:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 08:17:16 +0000 |
| commit | 716a4a8567404780bdb8e8e91fa6e589b8f0b5f5 (patch) | |
| tree | 851af6d163e65597dd86997ca2f2ad199015b36b | |
| parent | ec035b1e2263ed922cc1b74cda48b595f6165925 (diff) | |
automatic import of nav2-rotation-shim-controlleropeneuler24.03_LTS
| -rw-r--r-- | nav2-rotation-shim-controller.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-rotation-shim-controller.spec b/nav2-rotation-shim-controller.spec index bfdcd60..cf88225 100644 --- a/nav2-rotation-shim-controller.spec +++ b/nav2-rotation-shim-controller.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} Rotation Shim Controller %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 |
